Skip to content

Commit c178ae4

Browse files
committed
edits
1 parent 9aeaa19 commit c178ae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/container-apps/authentication-entra.md

Lines changed: 2 additions & 2 deletions
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**.
@@ -77,7 +77,7 @@ To register the app, perform the following steps:
7777
1. In the **Select a platform to add redirect URI** pane, select **Web**.
7878
1. In the **Add Redirect URI** pane, in the **Redirect URI** box, enter the following. Replace `\<APP_URL\>` with the application URL that you noted previously.
7979

80-
**<APP_URL>/.auth/login/aad/callback**
80+
``<APP_URL>/.auth/login/aad/callback``
8181

8282
For example: `https://<CONTAINER_APP_NAME>.<HOSTNAME>.<LOCATION>.azurecontainerapps.io/.auth/login/aad/callback`
8383

0 commit comments

Comments
 (0)