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/keyless-connections.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
@@ -382,10 +382,10 @@ resource role 'Microsoft.Authorization/roleAssignments@2022-04-01' = {
382
382
383
383
To connect to Azure AI Search, your code needs to know your resource endpoint, and the ID of the managed identity.
384
384
385
-
1.Create environment variables for your Azure AI Search endpoint:
385
+
Create environment variables for your Azure AI Search endpoint:
386
386
387
-
-`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/`.
388
-
-`AZURE_CLIENT_ID`: This is the identity to authenticate as.
387
+
-`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/`.
388
+
-`AZURE_CLIENT_ID`: This is the identity to authenticate as.
0 commit comments