We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed5cd4 + ac7675f commit bf1511aCopy full SHA for bf1511a
articles/search/keyless-connections.md
@@ -185,7 +185,7 @@ from azure.search.documents import SearchClient
185
from azure.identity import DefaultAzureCredential, AzureAuthorityHosts
186
187
# Azure Public Cloud
188
-audience = "https://search.windows.net"
+audience = "[https://search.windows.net](https://search.azure.com)"
189
authority = AzureAuthorityHosts.AZURE_PUBLIC_CLOUD
190
191
service_endpoint = os.environ["AZURE_SEARCH_ENDPOINT"]
0 commit comments