You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/use-your-data.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,6 @@ To get started, [connect your data source](../use-your-data-quickstart.md) using
31
31
> [!NOTE]
32
32
> To get started, you need to already have been approved for [Azure OpenAI access](../overview.md#how-do-i-get-access-to-azure-openai) and have an [Azure OpenAI Service resource](../how-to/create-resource.md) with either the gpt-35-turbo or the gpt-4 models deployed.
33
33
34
-
<!--## Data source options
35
-
36
-
Azure OpenAI on your data uses an [Azure AI Search](/azure/search/search-what-is-azure-search) index to determine what data to retrieve based on user inputs and provided conversation history. We recommend using Azure OpenAI Studio to create your index from a blob storage or local files. See the [quickstart article](../use-your-data-quickstart.md?pivots=programming-language-studio) for more information.-->
37
-
38
34
## Data formats and file types
39
35
40
36
Azure OpenAI on your data supports the following filetypes:
@@ -242,22 +238,6 @@ Learn more about the [manual approval workflow](/azure/private-link/private-endp
242
238
243
239
After you approve the request in your search service, you can start using the [chat completions extensions API](/azure/ai-services/openai/reference#completions-extensions). Public network access can be disabled for that search service.
244
240
245
-
## Azure Role-based access controls (Azure RBAC)
246
-
247
-
To add a new data source to your Azure OpenAI resource, you need the following Azure RBAC roles.
248
-
249
-
250
-
|Azure RBAC role | Which resource needs this role? | Needed when |
251
-
|---------|---------|---------|
252
-
|[Cognitive Services OpenAI Contributor](../how-to/role-based-access-control.md#cognitive-services-openai-contributor)| The Azure AI Search resource, to access Azure OpenAI resource. | You want to use Azure OpenAI on your data. |
253
-
|[Search Index Data Reader](/azure/role-based-access-control/built-in-roles#search-index-data-reader)| The Azure OpenAI resource, to access the Azure AI Search resource. | You want to use Azure OpenAI on your data. |
254
-
|[Search Service Contributor](/azure/role-based-access-control/built-in-roles#search-service-contributor)| The Azure OpenAI resource, to access the Azure AI Search resource. | You plan to create a new Azure AI Search index. |
255
-
|[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. | The Azure AI Search and Azure OpenAI resources, to access the storage account. |
256
-
|[Cognitive Services OpenAI User](../how-to/role-based-access-control.md#cognitive-services-openai-user)| The web app, to access the Azure OpenAI resource. | You want to deploy a web app. |
257
-
|[Contributor](/azure/role-based-access-control/built-in-roles#contributor)| Your subscription, to access Azure Resource Manager. | You want to deploy a web app. |
258
-
|[Cognitive Services Contributor Role](/azure/role-based-access-control/built-in-roles#cognitive-services-contributor)| The Azure AI Search resource, to access Azure OpenAI resource. | You want to deploy a [web app](#using-the-web-app). |
259
-
260
-
261
241
## Document-level access control (Azure AI Search only)
262
242
263
243
Azure OpenAI on your data lets you restrict the documents that can be used in responses for different users with Azure AI Search [security filters](/azure/search/search-security-trimming-for-azure-search-with-aad). When you enable document level access, the search results returned from Azure AI Search and used to generate a response will be trimmed based on user Microsoft Entra group membership. You can only enable document-level access on existing Azure AI Search indexes. To enable document-level access:
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/use-your-data-securely.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,21 @@ recommendations: false
16
16
17
17
Use this article to learn how to use Azure OpenAI on Your Data securely by protecting data with virtual networks and private endpoints.
18
18
19
+
## Azure Role-based access controls (Azure RBAC) for adding data sources
20
+
21
+
To add a new data source to Azure OpenAI on your data, you need the following Azure RBAC roles.
22
+
23
+
24
+
|Azure RBAC role | Which resource needs this role? | Needed when |
25
+
|---------|---------|---------|
26
+
|[Cognitive Services OpenAI Contributor](../how-to/role-based-access-control.md#cognitive-services-openai-contributor)| The Azure AI Search resource, to access Azure OpenAI resource. | You want to use Azure OpenAI on your data. |
27
+
|[Search Index Data Reader](/azure/role-based-access-control/built-in-roles#search-index-data-reader)| The Azure OpenAI resource, to access the Azure AI Search resource. | You want to use Azure OpenAI on your data. |
28
+
|[Search Service Contributor](/azure/role-based-access-control/built-in-roles#search-service-contributor)| The Azure OpenAI resource, to access the Azure AI Search resource. | You plan to create a new Azure AI Search index. |
29
+
|[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. | The Azure AI Search and Azure OpenAI resources, to access the storage account. |
30
+
|[Cognitive Services OpenAI User](../how-to/role-based-access-control.md#cognitive-services-openai-user)| The web app, to access the Azure OpenAI resource. | You want to deploy a web app. |
31
+
|[Contributor](/azure/role-based-access-control/built-in-roles#contributor)| Your subscription, to access Azure Resource Manager. | You want to deploy a web app. |
32
+
|[Cognitive Services Contributor Role](/azure/role-based-access-control/built-in-roles#cognitive-services-contributor)| The Azure AI Search resource, to access Azure OpenAI resource. | You want to deploy a [web app](#using-the-web-app). |
33
+
19
34
## Data ingestion architecture
20
35
21
36
When you ingest data into Azure OpenAI on your data, the following process is used to process the data and store it in blob storage. This applies to the following data sources:
0 commit comments