Replace invalid Azure CLI devlang in HTTP REPL doc (#18383)

pull/18384/head
Scott Addie 2020-05-19 13:38:50 -05:00 committed by GitHub
parent e7877f9b2f
commit d2ef99d117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -819,25 +819,25 @@ To access an Azure-hosted endpoint or to use the [Azure REST API](/rest/api/azur
1. Log in to Azure:
```azcli
```azurecli
az login
```
1. Get your subscription ID with the following command:
```azcli
```azurecli
az account show --query id
```
1. Copy your subscription ID and run the following command:
```azcli
```azurecli
az account set --subscription "<SUBSCRIPTION ID>"
```
1. Get your bearer token with the following command:
```azcli
```azurecli
az account get-access-token --query accessToken
```