Skip to content

Commit d999352

Browse files
zioprotomaud-lv
andauthored
Apply suggestions from code review
Co-authored-by: Maud <[email protected]>
1 parent d375678 commit d999352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/managed-grafana/how-to-api-calls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To access Grafana APIs, you need to get an access token. You can get the access
8787

8888
### [Azure CLI](#tab/azure-cli)
8989

90-
Sign in to the Azure CLI by running the [az login](/cli/azure/reference-index#azlogin) command and replace `<client-id>`, `<client-secret>`, and `<tenant-id>` with the application (client) ID, client secret, and tenant ID collected in the previous step:
90+
Sign in to the Azure CLI by running the [az login](/cli/azure/reference-index#az-login) command and replace `<client-id>`, `<client-secret>`, and `<tenant-id>` with the application (client) ID, client secret, and tenant ID collected in the previous step:
9191

9292
```
9393
az login --service-principal --username "<client-id>" --password "<client-secret>" --tenant "<tenant-id>"

0 commit comments

Comments
 (0)