Skip to content

Commit bf1511a

Browse files
authored
Merge pull request #472 from srishtigangulyabb/patch-1
Update keyless-connections.md
2 parents 7ed5cd4 + ac7675f commit bf1511a

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
@@ -185,7 +185,7 @@ from azure.search.documents import SearchClient
185185
from azure.identity import DefaultAzureCredential, AzureAuthorityHosts
186186

187187
# Azure Public Cloud
188-
audience = "https://search.windows.net"
188+
audience = "[https://search.windows.net](https://search.azure.com)"
189189
authority = AzureAuthorityHosts.AZURE_PUBLIC_CLOUD
190190

191191
service_endpoint = os.environ["AZURE_SEARCH_ENDPOINT"]

0 commit comments

Comments
 (0)