Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,937 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Following command is not working and Azure Shell - Bash
1st command = git clone https://github.com/azure-samples/html-docs-hello-world.git
2nd command = az webapp up --location eastus --name thegreatdemoapp --html index.html
Error = unrecognized arguments: index.html
The error is correct, adding index.html to the end does not do anything. The --html flag is a boolean that sets "Ignore app detection and deploy as an html app.", it does not take any values.