Output from azd version
azd version 1.23.13 (commit a1ccaff)
Describe the bug
When running azd deploy on a webapp that is "administratively stopped", azd reports that 0/0 are sucessful. Then instead of short-circuiting and reporting success, it runs until timeout and causes pipelines to fail.
To Reproduce
Stop the target Azure web app and run azd deploy
Expected behavior
In the event azd encounters 0/0 instances successful, deployment reports success instantly
Environment
Azure pipelines
Output from
azd versionazd version 1.23.13 (commit a1ccaff)
Describe the bug
When running
azd deployon a webapp that is "administratively stopped", azd reports that 0/0 are sucessful. Then instead of short-circuiting and reporting success, it runs until timeout and causes pipelines to fail.To Reproduce
Stop the target Azure web app and run azd deploy
Expected behavior
In the event azd encounters 0/0 instances successful, deployment reports success instantly
Environment
Azure pipelines