Skip to content

Commit 3c43f32

Browse files
committed
fix: message
1 parent eb50910 commit 3c43f32

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Follow these steps to configure Microsoft Entra ID for inference:
2222

2323
3. Go to the section **Connected resources** and select the connection to the Azure AI Services resource that you want to configure. If it isn't listed, select **View all** to see the full list.
2424

25-
4. On the **Connection details** section, under **Resource**, select the name of the Azure resource. A new page opens.
25+
:::image type="content" source="../../media/configure-entra-id/resource-behind-select.png" alt-text="Screenshot showing how to navigate to the details of the connection in Azure AI Foundry in the management center." lightbox="../../media/configure-entra-id/resource-behind-select.png":::
2626

27-
:::image type="content" source="../../media/configure-entra-id/resource-behind-open.png" alt-text="Screenshot showing how to navigate to the details of the connection in Azure AI Foundry in the management center." lightbox="../../media/configure-entra-id/resource-behind-open.png":::
27+
4. On the **Connection details** section, under **Resource**, select the name of the Azure resource. A new page opens.
2828

2929
5. You're now in [Azure portal](https://portal.azure.com) where you can manage all the aspects of the resource itself.
3030

@@ -92,6 +92,4 @@ To change this behavior, you have to update the connections from your projects t
9292

9393
## Disable key-based authentication in the resource
9494

95-
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.
96-
97-
95+
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. [Disabling key-based authentication is only available when deploying using Bicep/ARM](../../how-to/configure-entra-id.md?dpivots=programming-language-bicep#disable-key-based-authentication-in-the-resource).

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ ms.date: 01/23/2025
77
ms.topic: include
88
---
99

10+
Before troubleshooting, verify that you have the right permissions assigned:
11+
12+
1. Go to the [Azure portal](https://portal.azure.com) and locate the **Azure AI Services** resource you're using.
13+
14+
2. On the left navigation bar, select **Access control (IAM)** and then select **Check access**.
15+
16+
3. Type the name of the user or identity you are using to connect to the service.
17+
18+
4. Verify that the role **Cognitive Services User** is listed (or a role that contains the required permissions as explained in [Prerequisites](#prerequisites)).
19+
20+
> [!IMPORTANT]
21+
> Roles like **Owner** or **Contributor** don't provide access via Microsoft Entra ID.
22+
23+
5. If not listed, follow the steps in this guide before continuing.
24+
1025
The following table contains multiple scenarios that can help troubleshooting Microsoft Entra ID:
1126

1227
| Error / Scenario | Root cause | Solution |
1.48 MB
Loading

0 commit comments

Comments
 (0)