Describe the bug
When using a SWA/Func template, the azd cli reports that deployment is complete however the app status is still in the Uploading state.
azd should confirm the app is in the Ready state before reporting deployment complete.

To Reproduce
- Use any of the Todo SWA/func templates
- Run
azd up
- Login to azure portal and confirm SWA environment state
Expected behavior
SWA app should be in the Ready state
OR
If SWA app is stuck in the Uploading state after X period of time report warning/failure
Actual behavior
Sometimes the SWA app is stuck in the Uploading state and is NOT available.
Describe the bug
When using a SWA/Func template, the azd cli reports that deployment is complete however the app status is still in the
Uploadingstate.azd should confirm the app is in the
Readystate before reporting deployment complete.To Reproduce
azd upExpected behavior
SWA app should be in the
ReadystateOR
If SWA app is stuck in the
Uploadingstate after X period of time report warning/failureActual behavior
Sometimes the SWA app is stuck in the
Uploadingstate and is NOT available.