Skip to content

Commit 6b7324f

Browse files
committed
edit
1 parent c7b7482 commit 6b7324f

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
@@ -382,7 +382,7 @@ resource role 'Microsoft.Authorization/roleAssignments@2022-04-01' = {
382382

383383
To connect to Azure AI Search, your code needs to know your resource endpoint, and the ID of the managed identity.
384384

385-
Create environment variables for your Azure AI Search endpoint:
385+
Create environment variables for your deployed and keyless Azure AI Search resource:
386386

387387
- `AZURE_SEARCH_ENDPOINT`: This URL is the access point for your Azure AI Search resource. This URL generally has the format `https://<YOUR-RESOURCE-NAME>.search.windows.net/`.
388388
- `AZURE_CLIENT_ID`: This is the identity to authenticate as.

0 commit comments

Comments
 (0)