Skip to content

Commit 8dca527

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-fix
2 parents cc4229d + 39d8aa2 commit 8dca527

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/search/cognitive-search-defining-skillset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Although skill output can be optionally cached for reuse purposes, it's usually
275275

276276
After the wizard runs, you can open each object in the Azure portal to view its JSON definition.
277277

278-
+ Try [Debug Sessions](cognitive-search-debug-session.md) to invoke skillset execution over a target document and inspect the enriched document that the skillset creates. You can view and modify input and output settings and values. This tutorial is a good place to start: [utorial: Debug a skillset using Debug Sessions](cognitive-search-tutorial-debug-sessions.md).
278+
+ Try [Debug Sessions](cognitive-search-debug-session.md) to invoke skillset execution over a target document and inspect the enriched document that the skillset creates. You can view and modify input and output settings and values. This tutorial is a good place to start: [Tutorial: Debug a skillset using Debug Sessions](cognitive-search-tutorial-debug-sessions.md).
279279

280280
## Next steps
281281

articles/search/search-howto-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The following instructions reference an existing C# sample to demonstrate the co
162162
163163
The sample currently uses key-based authentication and the `AzureKeyCredential` to create the `SearchClient` and `SearchIndexClient` but you can make a small change to switch over to role-based authentication.
164164
165-
1. Update the Azure.Search.Documents Nuget package to version 11.4 or later.
165+
1. Update the Azure.Search.Documents NuGet package to version 11.4 or later.
166166
167167
1. Import the [Azure.Identity](https://www.nuget.org/packages/Azure.Identity/) library to get access to other authentication techniques.
168168

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Best practices for using hard-coded keys in source files include:
5353

5454
**How API keys are used in the Azure portal**:
5555

56-
+ Key authentication is built in. By default, the portal tries API keys firsty. However, if you [disable API keys](search-security-rbac.md#disable-api-key-authentication) and set up role assignments, the portal uses role assignments instead.
56+
+ Key authentication is built in. By default, the portal tries API keys first. However, if you [disable API keys](search-security-rbac.md#disable-api-key-authentication) and set up role assignments, the portal uses role assignments instead.
5757

5858
### [**PowerShell**](#tab/azure-ps-use)
5959

0 commit comments

Comments
 (0)