azure-cli icon indicating copy to clipboard operation
azure-cli copied to clipboard

[App Service] `az webapp up`: Show status during deployment

Open StrawnSC opened this issue 2 years ago • 1 comments

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.

StrawnSC avatar Aug 08 '22 16:08 StrawnSC

App Service

yonzhan avatar Aug 08 '22 22:08 yonzhan

@StrawnSC Hi, this feature is causing some issues, see #23925. There needs to be an optional way to skip this waiting.

DavidZidar avatar Sep 28 '22 08:09 DavidZidar

@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 avatar Sep 28 '22 16:09 panchagnula

@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.

DavidZidar avatar Sep 28 '22 16:09 DavidZidar

@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

panchagnula avatar Sep 28 '22 16:09 panchagnula