Skip to content

Instantly share code, notes, and snippets.

@j-thepac
Last active April 28, 2022 05:29
Show Gist options
  • Save j-thepac/f990cd39030501e37298cf5520b4f156 to your computer and use it in GitHub Desktop.
Save j-thepac/f990cd39030501e37298cf5520b4f156 to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment