You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/example/blobfuse-mi/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,12 @@ This article demonstrates the process of utilizing blobfuse mount with either a
12
12
az role assignment create --assignee-object-id "$kloid" --role "Storage Blob Data Owner" --scope "$said"
13
13
```
14
14
15
-
16
15
- Retrieve the clientID for `AzureStorageIdentityClientID`. If you are using kubelet identity, the identity will be named {aks-cluster-name}-agentpool and located in the node resource group.
- Ensure that the system-assigned identity of your cluster control plane has the `Storage Account Contributor role`for the storage account.
23
22
>if the storage account is created by the driver, then you need to grant `Storage Account Contributor` role to the resource group where the storage account is located
24
23
@@ -59,8 +58,11 @@ This article demonstrates the process of utilizing blobfuse mount with either a
0 commit comments