Skip to content

Commit b7d9b2a

Browse files
authored
Fix formatting of command in documentation
1 parent a40fe91 commit b7d9b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workload-identity-static-pv-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Then choose **one** of the following role assignment options:
6161
**Option A:** Grant `Storage Account Contributor` to retrieve account key (default)
6262

6363
> [!TIP]
64-
> If you encounter permission issues when running the az role assignment create command, you can assign the necessary role through the Azure portal's `Access Control (IAM)` page.
64+
> If you encounter permission issues when running the `az role assignment create` command, you can assign the necessary role through the Azure portal's `Access Control (IAM)` page.
6565
6666
```bash
6767
az role assignment create --role "Storage Account Contributor"--assignee "$USER_ASSIGNED_CLIENT_ID" --scope "$ACCOUNT_SCOPE"

0 commit comments

Comments
 (0)