Skip to content

Commit e10e017

Browse files
Merge pull request #292751 from maud-lv/patch-32
Fix numbering
2 parents 9bffa36 + e27de99 commit e10e017

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/managed-grafana/how-to-service-accounts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ Follow the steps below to create a new Grafana service account and list existing
8989
/avatar/abc12345678 False sa-account1 account1 1 Viewer 0
9090
```
9191
92-
1. Run the `az grafana service-account show` command to get the details of a service account. Replace `<azure-managed-grafana-name>` and `<service-account-name>` with your own information.
92+
1. Run the `az grafana service-account show` command to get the details of a service account. Replace `<azure-managed-grafana-name>` and `<service-account-name>` with your own information.
9393
94-
```azurecli-interactive
95-
az grafana service-account show --name <azure-managed-grafana-name> --service-account <service-account-name>
96-
```
94+
```azurecli-interactive
95+
az grafana service-account show --name <azure-managed-grafana-name> --service-account <service-account-name>
96+
```
9797
---
9898
9999
## Add a service account token

0 commit comments

Comments
 (0)