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-security-api-keys.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Query keys are used for read-only access to documents within an index for operat
96
96
97
97
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.
98
98
99
-
### [**Azure portal**](#tab/portal-query
99
+
### [**Azure portal**](#tab/portal-query)
100
100
101
101
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).
102
102
@@ -106,11 +106,11 @@ Restricting access and operations in client apps is essential to safeguarding th
106
106
107
107
:::image type="content" source="media/search-security-overview/create-query-key.png" alt-text="Screenshot of the query key management options." border="true":::
108
108
109
-
### [**Azure CLI**](#tab/azure-cli-query
109
+
### [**Azure CLI**](#tab/azure-cli-query)
110
110
111
111
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).
112
112
113
-
### [**.NET**](#tab/dotnet-query
113
+
### [**.NET**](#tab/dotnet-query)
114
114
115
115
A code example showing query key usage can be found in [DotNetHowTo](https://github.com/Azure-Samples/search-dotnet-getting-started/tree/master/DotNetHowTo).
0 commit comments