Skip to content

Commit 00b3789

Browse files
authored
Update README.md
1 parent 139c6a9 commit 00b3789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/blobfuse-mi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This article demonstrates the process of utilizing blobfuse mount with either a
44

55
## Before you begin
66
- Make sure the managed identity has `Storage Blob Data Owner` role to the storage account
7-
> here is an example that uses Azure CLI commands to assign the `Storage Blob Data Owner` role to the managed identity for the storage account. If the storage account is created by the driver(dynamic provisoning), then you need to grant `Storage Blob Data Owner` role to the resource group where the storage account is located
7+
> here is an example that uses Azure CLI commands to assign the `Storage Blob Data Owner` role to the managed identity for the storage account. If the storage account is created by the driver(dynamic provisioning), then you need to grant `Storage Blob Data Owner` role to the resource group where the storage account is located
88
99
```bash
1010
mid="$(az identity list -g "$resourcegroup" --query "[?name == 'managedIdentityName'].principalId" -o tsv)"

0 commit comments

Comments
 (0)