We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e594809 commit b14b874Copy full SHA for b14b874
articles/search/search-get-started-rag.md
@@ -51,12 +51,12 @@ Requests to the search endpoint must be authenticated and authorized. You can us
51
52
1. Assign roles:
53
54
- 1. Add the following role assignments for the Azure OpenAI managed identity:
+ 1. On Azure AI Search, add two role assignments for the Azure OpenAI managed identity:
55
56
- **Search Index Data Reader**
57
- **Search Service Contributor**
58
59
- 1. Assign yourself to a role on Azure OpenAI. In this quickstart, the requests to Azure OpenAI are sent on your behalf:
+ 1. On Azure OpenAI, assign yourself to a role. The code for this quickstart runs locally. Requests to Azure OpenAI originate from your system:
60
61
- **Cognitive Services OpenAI User**
62
0 commit comments