Skip to content

Commit 9b471b5

Browse files
committed
Corrected file references
1 parent 7aa6e97 commit 9b471b5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/search/search-create-service-portal.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,14 @@ Your service is deployed within minutes. You can monitor progress through Azure
130130

131131
Unless you're using the portal, programmatic access to your new service requires that you provide the URL endpoint and an authenticated connection. You can use either or both of these options:
132132

133-
+ [Azure role-based access control with Azure Active Directory](search-security-rbac.md)
133+
+ [Connect using key-based authentication](search-security-api-keys.md)
134+
+ [Connect using Azure roles](search-security-rbac.md)
134135

135-
+ [Key-based authentication](search-security-api-keys.md)
136-
137-
1. To set up a programmatic connection, you'll need the search service endpoint. On the **Overview** page, locate and copy the URL endpoint on the right side of the page.
136+
1. When setting up a programmatic connection, you'll need the search service endpoint. On the **Overview** page, locate and copy the URL endpoint on the right side of the page.
138137

139138
:::image type="content" source="media/search-create-service-portal/get-endpoint.png" lightbox="media/search-create-service-portal/get-endpoint.png" alt-text="Screenshot of the service overview page with URL endpoint." border="true":::
140139

141-
1. To set authentication, set options on the **Keys** page:
140+
1. To set authentication options, use the **Keys** page:
142141

143142
:::image type="content" source="media/search-create-service-portal/set-auth-options.png" lightbox="media/search-create-service-portal/set-auth-options.png" alt-text="Screenshot of the keys page with authentication options." border="true":::
144143

articles/search/tutorial-create-custom-analyzer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Source code for this tutorial is in the [custom-analyzers](https://github.com/Az
3939

4040
To complete this tutorial, you'll need an Azure Cognitive Search service, which you can [create in the portal](search-create-service-portal.md). You can use the Free tier to complete this walkthrough.
4141

42-
For the next step, you'll need to know the name of your search service and its API Key. If you're unsure how to find those items, check out this [quickstart](search-create-service-portal.md#get-a-key-and-url-endpoint).
43-
42+
For the next step, you'll need to know the name of your search service and its API Key. If you're unsure how to find those items, check out this [REST quickstart](search-get-started-rest.md).
4443

4544
## 2 - Set up Postman
4645

0 commit comments

Comments
 (0)