Skip to content

Commit 03af094

Browse files
committed
updating rbac requirements
1 parent 31811ac commit 03af094

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

articles/cognitive-services/openai/concepts/use-your-data.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: openai
99
ms.topic: quickstart
1010
author: aahill
1111
ms.author: aahi
12-
ms.date: 06/01/2023
12+
ms.date: 07/12/2023
1313
recommendations: false
1414
---
1515

@@ -67,6 +67,17 @@ There are some caveats about document structure and how it might affect the qual
6767

6868
Azure OpenAI on your data does not currently support private endpoints.
6969

70+
## Azure Role-based access controls (Azure RBAC)
71+
72+
To add a new data source to your Azure OpenAI resource, you need the following Azure RBAC roles.
73+
74+
75+
|Azure RBAC role |Needed when |
76+
|---------|---------|
77+
|[Cognitive Services OpenAI Contributor](/azure/role-based-access-control/built-in-roles#cognitive-services-openai-contributor) | You want to use Azure OpenAI on your data. |
78+
|[Search Index Data Contributor](/azure/role-based-access-control/built-in-roles#search-index-data-contributor) | You have an existing Azure Cognitive Search index that you want to use, instead of creating a new one. |
79+
|[Storage Blob Data Contributor](/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor) | You have an existing Blob storage container that you want to use, instead of creating a new one. |
80+
7081
## Recommended settings
7182

7283
Use the following sections to help you configure Azure OpenAI on your data for optimal results.

articles/cognitive-services/openai/use-your-data-quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: openai
99
ms.topic: quickstart
1010
author: aahill
1111
ms.author: aahi
12-
ms.date: 06/28/2023
12+
ms.date: 07/12/2023
1313
recommendations: false
1414
zone_pivot_groups: openai-use-your-data
1515
---
@@ -26,6 +26,8 @@ In this quickstart you can use your own data with Azure OpenAI models. Using Azu
2626
Azure OpenAI requires registration and is currently only available to approved enterprise customers and partners. [See Limited access to Azure OpenAI Service](/legal/cognitive-services/openai/limited-access?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext) for more information. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2727

2828
- An Azure OpenAI resource with a chat model deployed (for example, GPT-3 or GPT-4). For more information about model deployment, see the [resource deployment guide](./how-to/create-resource.md).
29+
- Be sure that you are assigned at least the [Cognitive Services OpenAI Contributor](/azure/role-based-access-control/built-in-roles#cognitive-services-openai-contributor) role for the Azure OpenAI resource.
30+
2931

3032
> [!div class="nextstepaction"]
3133
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OVERVIEW&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Prerequisites)

0 commit comments

Comments
 (0)