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/search/cognitive-search-attach-cognitive-services.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,13 @@ If you leave the property unspecified, your search service attempts to use the f
43
43
44
44
### [**Azure portal**](#tab/portal)
45
45
46
-
1.Add the key to a skillset definition:
46
+
Add the key to a skillset definition:
47
47
48
-
+ If using the[Import data wizard](search-import-data-portal.md), enter the key in the second step, "Add AI enrichments".
48
+
+ If using an[Import data wizard](search-import-data-portal.md), create or select the Azure AI account. The wizard adds the resource key to your skillset definition.
49
49
50
-
+ If adding the key to a new or existing skillset, provide the key in the **Azure AI services** tab.
50
+
+ For a new or existing skillset, provide the key in skillset definition.
51
51
52
-
:::image type="content" source="media/cognitive-search-attach-cognitive-services/attach-existing2.png" alt-text="Screenshot of the key page." border="true":::
52
+
:::image type="content" source="media/cognitive-search-attach-cognitive-services/attach-existing2.png" alt-text="Screenshot of the key page." border="true":::
53
53
54
54
### [**REST**](#tab/cogkey-rest)
55
55
@@ -123,15 +123,15 @@ Enrichments are billable operations. If you no longer need to call Azure AI serv
123
123
124
124
### [**Azure portal**](#tab/portal-remove)
125
125
126
-
1. Sign in to the [Azure portal](https://portal.azure.com) and open the search service **Overview** page.
126
+
1. Sign in to the [Azure portal](https://portal.azure.com).
127
127
128
-
1. Under **Skillsets**, select the skillset containing the key you want to remove.
128
+
1. Under **Search management > Skillsets**, select a skillset from the list.
129
129
130
130
:::image type="content" source="media/cognitive-search-attach-cognitive-services/select-skillset.png" alt-text="Screenshot of the skillset page." border="true" lightbox="media/cognitive-search-attach-cognitive-services/select-skillset.png":::
131
131
132
-
1. Scroll to the end of the file.
132
+
1. Scroll to the section in the file containing `"cognitiveServices"`.
133
133
134
-
1.Remove the key from the JSON and save the skillset.
134
+
1.Delete the key value from the JSON and save the skillset.
135
135
136
136
:::image type="content" source="media/cognitive-search-attach-cognitive-services/remove-key-save.png" alt-text="Screenshot of the skillset JSON." border="true" lightbox="media/cognitive-search-attach-cognitive-services/remove-key-save.png":::
0 commit comments