Skip to content

Commit 8a33140

Browse files
authored
Update portal.md
1 parent 02c1015 commit 8a33140

File tree

1 file changed

+4
-5
lines changed
  • articles/ai-foundry/model-inference/includes/configure-entra-id

1 file changed

+4
-5
lines changed

articles/ai-foundry/model-inference/includes/configure-entra-id/portal.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Follow these steps to configure Microsoft Entra ID for inference:
4848
4949
Notice that key-based access is still possible for users that already have keys available to them. If you want to revoke the keys, in the Azure portal, on the left navigation, select **Resource Management** > **Keys and Endpoints** > **Regenerate Key1** and **Regenerate Key2**.
5050

51-
5251
## Use Microsoft Entra ID in your code
5352

5453
Once you configured Microsoft Entra ID in your resource, you need to update your code to use it when consuming the inference endpoint. The following example shows how to use a chat completions model:
@@ -57,6 +56,10 @@ Once you configured Microsoft Entra ID in your resource, you need to update your
5756

5857
[!INCLUDE [about-credentials](about-credentials.md)]
5958

59+
## Troubleshooting
60+
61+
[!INCLUDE [troubleshooting](troubleshooting.md)]
62+
6063
## Use Microsoft Entra ID in your project
6164

6265
Even when your resource has Microsoft Entra ID configured, your projects may still be using keys to consume predictions from the resource. When using the Azure AI Foundry playground, the credentials associated with the connection your project has are used.
@@ -79,10 +82,6 @@ To change this behavior, you have to update the connections from your projects t
7982

8083
7. Your connection is configured to work with Microsoft Entra ID now.
8184

82-
## Troubleshooting
83-
84-
[!INCLUDE [troubleshooting](troubleshooting.md)]
85-
8685
## Disable key-based authentication in the resource
8786

8887
Disabling key-based authentication is advisable when you implemented Microsoft Entra ID and fully addressed compatibility or fallback concerns in all the applications that consume the service.

0 commit comments

Comments
 (0)