We shall go over how to host a custom web app on azure platform.
We assume that we have our code is on github.
Next we head over to the Azure platform login in and search for the Static Web App service.
Once the service is loaded, click create.
Then start filling in neccessary information about your app such as resource group it belongs to.Here we shall create one.
Then we shall name our app.
Next we shall choose free hosting, and github as our deployment source.
Then we shall grant access to github by clicking sign into github.
Once github has access it will look like this.
Now its time to indicate where our index.html file is located.In my case the root folder so i will use a slash.
Finally lets preview our app settings by clicking preview and finally click create.
Give it some 3 minutes and we shall have our page ready to view.
Next click on the go to resource and you can see the URL link to the web app.
Then you will see the hosted web application.
Top comments (0)