Skip to content

Commit 5d94e23

Browse files
committed
added lightbox for zooming images
1 parent 3549c30 commit 5d94e23

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/search/search-get-started-rest.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424
## Prerequisites
2525

2626
- [Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
27+
2728
- [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.
2829

2930
## Download files
@@ -40,23 +41,21 @@ You can find the search service endpoint in the Azure portal.
4041

4142
1. On the **Overview** home page, find the URL. An example endpoint might look like `https://mydemo.search.windows.net`.
4243

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.":::
4445

4546
You're pasting this endpoint into the `.rest` or `.http` file in a later step.
4647

4748
## Configure access
4849

4950
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.
5051

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
5453

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).
5655

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.":::
5857

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.
6059

6160
### Use roles
6261

0 commit comments

Comments
 (0)