Skip to content

Commit c7b7482

Browse files
committed
fix tabs
1 parent 668debb commit c7b7482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/keyless-connections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,10 @@ 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-
1. Create environment variables for your Azure AI Search endpoint:
385+
Create environment variables for your Azure AI Search endpoint:
386386

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.
389389

390390
## Related content
391391

0 commit comments

Comments
 (0)