Skip to content

Commit 26b5fb1

Browse files
committed
edits
1 parent 2e6cb66 commit 26b5fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/authentication-entra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To register the app, perform the following steps:
6262
1. In the **Register an application** pane, enter a **Name** for your app registration.
6363
1. In the **Redirect URI** section, select **Web**, and then enter the following. Replace `\<APP_URL\>` with the application URL that you noted previously.
6464

65-
``<APP_URL>/.auth/login/aad/callback``
65+
`<APP_URL>/.auth/login/aad/callback`
6666

6767
For example: `https://<CONTAINER_APP_NAME>.<ENVIRONMENT_UNIQUE_ID>.<REGION_NAME>.azurecontainerapps.io/.auth/login/aad/callback`
6868
1. Select **Register**.

0 commit comments

Comments
 (0)