Skip to content

Commit c3dda1b

Browse files
committed
fixed link
1 parent 9c1a329 commit c3dda1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 06/28/2024
1515

1616
# Connect to Azure AI Search using keys
1717

18-
Azure AI Search offers key-based authentication for connections to your search service. An API key is a unique string composed of 52 randomly generated numbers and letters. In your source code, you can specify it as an [environment variable](azure/ai-services/cognitive-services-environment-variables) or in an app settings file, and then include the variable on the request. A request made to a search service endpoint is accepted if both the request and the API key are valid.
18+
Azure AI Search offers key-based authentication for connections to your search service. An API key is a unique string composed of 52 randomly generated numbers and letters. In your source code, you can specify it as an [environment variable](/azure/ai-services/cognitive-services-environment-variables) or as an app setting in your project, and then reference the variable on the request. A request made to a search service endpoint is accepted if both the request and the API key are valid.
1919

2020
Key-based authentication is the default.
2121

0 commit comments

Comments
 (0)