Skip to content

Commit 9f37870

Browse files
diberryscottaddie
andauthored
Update articles/search/keyless-connections.md
Co-authored-by: Scott Addie <[email protected]>
1 parent 6b7324f commit 9f37870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/keyless-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devx-track-dotnet, devx-track-extended-java, devx-track-js, devx-trac
1212

1313
# Use Azure AI Search without keys
1414

15-
In your application code, you can set up a keyless connection to Azure AI Search that uses Microsoft Entra ID and roles for authentication and authorization. Application requests to most Azure services must be authenticated with keys or [keyless connections](https://aka.ms/delete-keylesss). Developers must be diligent to never expose the keys in an unsecure location. Anyone who gains access to the key is able to authenticate to the service. Keyless authentication offers improved management and security benefits over the account key because there's no key (or connection string) to store.
15+
In your application code, you can set up a keyless connection to Azure AI Search that uses Microsoft Entra ID and roles for authentication and authorization. Application requests to most Azure services must be authenticated with keys or keyless connections. Developers must be diligent to never expose the keys in an unsecure location. Anyone who gains access to the key is able to authenticate to the service. Keyless authentication offers improved management and security benefits over the account key because there's no key (or connection string) to store.
1616

1717
Keyless connections are enabled with the following steps:
1818

0 commit comments

Comments
 (0)