Azure Static WebPage
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
az webapp up --location westeurope --name <app_name> --html
az group delete --name appsvc_rg_Windows_westeurope
https://docs.microsoft.com/en-us/azure/app-service/quickstart-html
No comments:
Post a Comment