You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the sample application runs twice. It should only run once. The sample application seems to run up to the "create item" step, and then restart the websocket to run successfully.
I suspect this is due to something with Azure.Identity. The identity "checks" may cause an exception and the websocket's retry mechanism works on the second attempt.
Repro steps
Deploy the sample application using azd up.
Navigate to the running application.
Observe that the application runs once and stops at the "get container" step.
The application will then run a second time and complete fully.
Expected behavior
I expect the application to run fully on the first attempt.
Screenshots
First run:
Second run:
Environment
GitHub Codespaces
Latest AZD
The text was updated successfully, but these errors were encountered:
Description
By default, the sample application runs twice. It should only run once. The sample application seems to run up to the "create item" step, and then restart the websocket to run successfully.
Repro steps
azd up
.Expected behavior
I expect the application to run fully on the first attempt.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: