Skip to content

Commit c476306

Browse files
committed
correction to keys and endpoint in azure portal
1 parent 1b48e02 commit c476306

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/includes/resource-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ You need to retrieve the following information to authenticate your application
1212

1313
|Variable name | Value |
1414
|--------------------------|-------------|
15-
| `SEARCH_API_ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. An example endpoint might look like `https://mydemo.search.windows.net`. |
15+
| `SEARCH_API_ENDPOINT` | This value can be found in the Azure portal. Select your search service and then from the left menu, select **Overview**. The **Url** value under **Essentials** is the endpoint that you need. An example endpoint might look like `https://mydemo.search.windows.net`. |
1616

17-
Learn more about [keyless authentication](/azure/ai-services/authentication) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).
17+
Learn more about [keyless authentication](/azure/search/keyless-connections) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).
1818

1919
#### [API key](#tab/api-key)
2020

2121
|Variable name | Value |
2222
|--------------------------|-------------|
23-
| `SEARCH_API_ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. An example endpoint might look like `https://mydemo.search.windows.net`. |
24-
| `SEARCH_API_KEY` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. You can use either `KEY1` or `KEY2`.|
23+
| `SEARCH_API_ENDPOINT` | This value can be found in the Azure portal. Select your search service and then from the left menu, select **Overview**. The **Url** value under **Essentials** is the endpoint that you need. An example endpoint might look like `https://mydemo.search.windows.net`. |
24+
| `SEARCH_API_KEY` | This value can be found in the Azure portal. Select your search service and then from the left menu, select **Settings** > **Keys**. You can use either `KEY1` or `KEY2`.|
2525

2626
Learn more about [finding API keys](/azure/ai-services/cognitive-services-environment-variables) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).
2727

0 commit comments

Comments
 (0)