How to deploy Vue app in Microsoft Azure
Deploying Vue application in Microsoft Azure
- Click create resources
- Under the "Web App" click create (if you don't see "Web App" resource try to use the search bar to find it)
- In Publish option choose "Static Web App"
- In the Project details and in Resource Group choose your existing group or create a new one
- Under Static Web App details fill in the name of your app
- Under Hosting plan choose Free: For hobby or personal project
- In Azure Functions and staging details choose the region (choose the one closest to your audience if available)
- In Deployment details in source choose Github
- After you authorise Github, choose the appropriate Organisation, Repository and Branch
- Under Build Details for build presets choose Vue.js
- Click Review + create
- Click create
- Wait until deployment finish and click "Go to resource"
- Visit the link next to the URL