azure-cli
azure-cli copied to clipboard
[App Service] `az webapp up`: Show status during deployment
Related command
-
az webapp up
-
az webapp deploy
-
az webapp deployment source config-zip
Description
Uses the new Web App deployment status API to give the user updates on the their status of their deployments
Testing Guide
History Notes
[App Service] az webapp up
: Show status during deployment
[App Service] az webapp deployment source config-zip
: Show status during deployment
[App Service] az webapp deploy
: Show status during deployment
This checklist is used to make sure that common guidelines for a pull request are followed.
-
[ ] The PR title and description has followed the guideline in Submitting Pull Requests.
-
[ ] I adhere to the Command Guidelines.
-
[ ] I adhere to the Error Handling Guidelines.
App Service
@StrawnSC Hi, this feature is causing some issues, see #23925. There needs to be an optional way to skip this waiting.
@StrawnSC Hi, this feature is causing some issues, see #23925. There needs to be an optional way to skip this waiting.
@DavidZidar thanks for the feedback - the waiting message is from the API, checking the deployment status, & depends on how long the deployment is taking. I see the issue as well linked here.
@panchagnula In my case the waiting message keeps printing for several minutes after the site is already running. I don't know where the issue is but something is not right and it was working fine before this release.
@panchagnula In my case the waiting message keeps printing for several minutes after the site is already running. I don't know where the issue is but something is not right and it was working fine before this release.
Got it. Thank you. We will reach out to the owners of this API on our end as well, & we considering the best options here for CLI command, in the meanwhile. Thanks for bringing this to our attention