We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7877f9 commit d2ef99dCopy full SHA for d2ef99d
1 file changed
aspnetcore/web-api/http-repl.md
@@ -819,25 +819,25 @@ To access an Azure-hosted endpoint or to use the [Azure REST API](/rest/api/azur
819
820
1. Log in to Azure:
821
822
- ```azcli
+ ```azurecli
823
az login
824
```
825
826
1. Get your subscription ID with the following command:
827
828
829
az account show --query id
830
831
832
1. Copy your subscription ID and run the following command:
833
834
835
az account set --subscription "<SUBSCRIPTION ID>"
836
837
838
1. Get your bearer token with the following command:
839
840
841
az account get-access-token --query accessToken
842
843
0 commit comments