Skip to content

Commit d2ef99d

Browse files
authored
Replace invalid Azure CLI devlang in HTTP REPL doc (#18383)
1 parent e7877f9 commit d2ef99d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/web-api/http-repl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,25 +819,25 @@ To access an Azure-hosted endpoint or to use the [Azure REST API](/rest/api/azur
819819

820820
1. Log in to Azure:
821821

822-
```azcli
822+
```azurecli
823823
az login
824824
```
825825
826826
1. Get your subscription ID with the following command:
827827
828-
```azcli
828+
```azurecli
829829
az account show --query id
830830
```
831831
832832
1. Copy your subscription ID and run the following command:
833833
834-
```azcli
834+
```azurecli
835835
az account set --subscription "<SUBSCRIPTION ID>"
836836
```
837837
838838
1. Get your bearer token with the following command:
839839
840-
```azcli
840+
```azurecli
841841
az account get-access-token --query accessToken
842842
```
843843

0 commit comments

Comments
 (0)