Skip to content

Commit f0e3fd0

Browse files
authored
Add error message note
1 parent 0dce5ee commit f0e3fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-apps/quickstart-code-to-cloud.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ az containerapp up `
222222

223223
---
224224

225+
> [!NOTE]
226+
> If the command returns an error with the message "AADSTS50158: External security challenge not satisfied", run `az login --scope https://graph.microsoft.com//.default` to log in again with the required permissions and then run the `az containerapp up` command again.
227+
225228
## Verify deployment
226229

227230
Locate the container app's URL in the output of the `az containerapp up` command. Navigate to the URL in your browser. Add `/albums` to the end of the URL to see the response from the API.

0 commit comments

Comments
 (0)