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/search-get-started-rest.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
24
24
## Prerequisites
25
25
26
26
-[Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
27
+
27
28
-[Azure AI Search](search-what-is-azure-search.md). [Create](search-create-service-portal.md) or [find an existing Azure AI Search resource](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
28
29
29
30
## Download files
@@ -40,23 +41,21 @@ You can find the search service endpoint in the Azure portal.
40
41
41
42
1. On the **Overview** home page, find the URL. An example endpoint might look like `https://mydemo.search.windows.net`.
42
43
43
-
:::image type="content" source="media/search-get-started-rest/get-endpoint.png" alt-text="Screenshot of the URL property on the overview page.":::
44
+
:::image type="content" source="media/search-get-started-rest/get-endpoint.png" lightbox="media/search-get-started-rest/get-endpoint.png" alt-text="Screenshot of the URL property on the overview page.":::
44
45
45
46
You're pasting this endpoint into the `.rest` or `.http` file in a later step.
46
47
47
48
## Configure access
48
49
49
50
Requests to the search endpoint must be authenticated and authorized. You can use API keys or roles for this task. Keys are easier to start with, but roles are more secure.
50
51
51
-
### Use API keys
52
-
53
-
Select **Settings** > **Keys** and then copy an admin key. Admin keys are used to add, modify, and delete objects. There are two interchangeable admin keys. Copy either one.
52
+
### Use keys
54
53
55
-
You're pasting this key into the `.rest` or `.http` file in a later step.
54
+
Select **Settings** > **Keys** and then copy an admin key. Admin keys are used to add, modify, and delete objects. There are two interchangeable admin keys. Copy either one. For more information, see [Connect to Azure AI Search using key authentication](search-security-api-keys.md).
56
55
57
-
:::image type="content" source="media/search-get-started-rest/get-api-key.png" alt-text="Screenshot that shows the API keys in the Azure portal.":::
56
+
:::image type="content" source="media/search-get-started-rest/get-api-key.png" lightbox="media/search-get-started-rest/get-api-key.png" alt-text="Screenshot that shows the API keys in the Azure portal.":::
58
57
59
-
For more information, see [Connect to Azure AI Search using key authentication](search-security-api-keys.md).
58
+
You're pasting this key into the `.rest` or `.http` file in a later step.
0 commit comments