az --version
azure-cli (2.0.38)
az webapp up
az webapp: 'up' is not an az webapp command. See 'az webapp --help'.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi @richardzcode. The webapp extension needs to be installed. See https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-html#install-web-app-extension-for-cloud-shell
Try this:
az extension add -n webapp
Let me know if this resolves your issue!
Right! Thank you @msangapu !
Most helpful comment
Hi @richardzcode. The webapp extension needs to be installed. See https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-html#install-web-app-extension-for-cloud-shell
Try this:
az extension add -n webapp
Let me know if this resolves your issue!