Monday, January 3, 2022

Azure Static WebPage

 Azure Static WebPage


Azure Static page:

Azure App Service

git clone https://github.com/Azure-Samples/html-docs-hello-world.git
cd html-docs-hello-world
az webapp up --location westeurope --name <app_name> --html
go to the app URL: http://<app_name>.azurewebsites.net

Update and redeploy the app

az webapp up --location westeurope --name <app_name> --html

Clean up

az group delete --name appsvc_rg_Windows_westeurope

Reference

https://docs.microsoft.com/en-us/azure/app-service/quickstart-html

No comments:

Post a Comment