Skip to content

Commit 0ccc6c5

Browse files
committed
fixed more formatting problems)
1 parent e50f0db commit 0ccc6c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-security-api-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Query keys are used for read-only access to documents within an index for operat
9696

9797
Restricting access and operations in client apps is essential to safeguarding the search assets on your service. Always use a query key rather than an admin key for any query originating from a client app.
9898

99-
### [**Azure portal**](#tab/portal-query
99+
### [**Azure portal**](#tab/portal-query)
100100

101101
1. Sign in to the [Azure portal](https://portal.azure.com) and [find your search service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices).
102102

@@ -106,11 +106,11 @@ Restricting access and operations in client apps is essential to safeguarding th
106106

107107
:::image type="content" source="media/search-security-overview/create-query-key.png" alt-text="Screenshot of the query key management options." border="true":::
108108

109-
### [**Azure CLI**](#tab/azure-cli-query
109+
### [**Azure CLI**](#tab/azure-cli-query)
110110

111111
A script example showing query key usage can be found at [Create or delete query keys](search-manage-azure-cli.md#create-or-delete-query-keys).
112112

113-
### [**.NET**](#tab/dotnet-query
113+
### [**.NET**](#tab/dotnet-query)
114114

115115
A code example showing query key usage can be found in [DotNetHowTo](https://github.com/Azure-Samples/search-dotnet-getting-started/tree/master/DotNetHowTo).
116116

0 commit comments

Comments
 (0)