Skip to content

Commit f046111

Browse files
Merge pull request #5283 from haileytap/hailey-newly-owned-content
[Azure Search] Update Azure CLI syntax in code snippets
2 parents df9a8a7 + bee2949 commit f046111

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/search/includes/quickstarts/agentic-retrieval-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To obtain your service endpoints:
100100

101101
You configured role-based access to interact with Azure AI Search and Azure OpenAI. From the command line, use the Azure CLI to sign in to the same subscription and tenant for both services. For more information, see [Quickstart: Connect without keys](../../search-get-started-rbac.md).
102102

103-
```Azure CLI
103+
```azurecli
104104
az account show
105105
106106
az account set --subscription <PUT YOUR SUBSCRIPTION ID HERE>

articles/search/includes/quickstarts/agentic-retrieval-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To connect from your local system:
105105

106106
1. Run the following commands in sequence.
107107

108-
```Azure CLI
108+
```azurecli
109109
az account show
110110
111111
az account set --subscription <PUT YOUR SUBSCRIPTION ID HERE>
@@ -115,7 +115,7 @@ To connect from your local system:
115115
116116
1. To obtain your Microsoft Entra token, run the following command. You specify this value in the next section.
117117
118-
```Azure CLI
118+
```azurecli
119119
az account get-access-token --scope https://search.azure.com/.default --query accessToken --output tsv
120120
```
121121

articles/search/search-how-to-integrated-vectorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In this section, you retrieve the endpoint and Microsoft Entra token for your Az
8686

8787
1. To obtain your Microsoft Entra token, run the following command on your local system. This step requires completion of [Quickstart: Connect without keys](search-get-started-rbac.md).
8888

89-
```Azure CLI
89+
```azurecli
9090
az account get-access-token --scope https://search.azure.com/.default --query accessToken --output tsv
9191
```
9292

0 commit comments

Comments
 (0)