Skip to content

Commit 5be2708

Browse files
committed
update
1 parent 8edc726 commit 5be2708

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/ai-services/openai/how-to/managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Provides guidance on how to set managed identity with Microsoft Entra ID
55
ms.service: azure-ai-openai
66
ms.topic: how-to
7-
ms.date: 02/29/2024
7+
ms.date: 04/03/2024
88
author: mrbullwinkle
99
ms.author: mbullwin
1010
recommendations: false
@@ -31,7 +31,7 @@ In the following sections, you'll use the Azure CLI to sign in, and obtain a bea
3131

3232
## Assign yourself to the Cognitive Services User role
3333

34-
Assign yourself the [Cognitive Services User](role-based-access-control.md#cognitive-services-contributor) role to allow you to use your account to make Azure OpenAI API calls rather than having to use key-based auth. After you make this change it can take up to 5 minutes before the change takes effect.
34+
Assign yourself either the [Cognitive Services OpenAI User](role-based-access-control.md#cognitive-services-openai-user) or [Cognitive Services OpenAI Contributor](role-based-access-control.md#cognitive-services-openai-contributor) role to allow you to use your account to make Azure OpenAI inference API calls rather than having to use key-based auth. After you make this change it can take up to 5 minutes before the change takes effect.
3535

3636
## Sign into the Azure CLI
3737

articles/ai-services/openai/how-to/role-based-access-control.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: how-to
10-
ms.date: 11/15/2023
10+
ms.date: 04/03/2024
1111
ms.author: mbullwin
1212
recommendations: false
1313
---
@@ -53,6 +53,7 @@ If a user were granted role-based access to only this role for an Azure OpenAI r
5353
✅ Ability to view the resource and associated model deployments in Azure OpenAI Studio. <br>
5454
✅ Ability to view what models are available for deployment in Azure OpenAI Studio. <br>
5555
✅ Use the Chat, Completions, and DALL-E (preview) playground experiences to generate text and images with any models that have already been deployed to this Azure OpenAI resource. <br>
56+
✅ Make inference API calls with Microsoft Entra ID.
5657

5758
A user with only this role assigned would be unable to:
5859

@@ -101,6 +102,7 @@ This role is typically granted access at the resource group level for a user in
101102
A user with only this role assigned would be unable to:
102103

103104
❌ Access quota <br>
105+
❌ Make inference API calls with Microsoft Entra ID.
104106

105107
### Cognitive Services Usages Reader
106108

@@ -148,7 +150,7 @@ All the capabilities of Cognitive Services Contributor plus the ability to:
148150
|Create customized content filters|||||
149151
|Add a data source for the “on your data” feature|||||
150152
|Access quota|||||
151-
153+
|Make inference API calls with Microsoft Entra ID|||||
152154
## Common Issues
153155

154156
### Unable to view Azure Cognitive Search option in Azure OpenAI Studio

0 commit comments

Comments
 (0)