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: Docs/Ex04/0402.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ In this task, you’ll create a set of managed identities so that the various Az
19
19
20
20
The key steps are as follows:
21
21
22
-
1. Configure the Azure OpenAI and Azure Search instances to use system-assigned managed identities.
23
-
1. Configure a managed identity to allow the Azure Search and Azure OpenAI instances to access the Azure Blob Storage account.
24
-
1. Configure a managed identity to allow Azure Search instance to access the Azure OpenAI Service instance.
25
-
1. Configure a managed identity to allow Azure OpenAI Service instance to access the Azure Search instance.
22
+
1. Configure the Azure OpenAI and Azure AI Search instances to use system-assigned managed identities.
23
+
1. Configure a managed identity to allow the Azure AI Search and Azure OpenAI instances to access the Azure Blob Storage account.
24
+
1. Configure a managed identity to allow Azure AI Search instance to access the Azure OpenAI Service instance.
25
+
1. Configure a managed identity to allow Azure OpenAI Service instance to access the Azure AI Search instance.
26
26
27
27
## Success Criteria
28
28
29
-
- You’ve configured managed identities so that the Azure Blob Storage account, Azure Search Service instance, and Azure OpenAI Service instance can communicate with each other.
29
+
- You’ve configured managed identities so that the Azure Blob Storage account, Azure AI Search instance, and Azure OpenAI Service instance can communicate with each other.
30
30
31
31
## Learning Resources
32
32
@@ -41,7 +41,7 @@ The key steps are as follows:
41
41
42
42
1. On the Azure Home page, select **Resource groups** and then select **ContosoHotel**.
43
43
44
-
1. In the list of services, select the **Azure Search Service** instance you created.
44
+
1. In the list of services, select the **Azure AI Search** instance you created.
45
45
46
46
1. In the left navigation pane, in the **Settings** section, select **Identity**.
0 commit comments