We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f04222 commit 3338716Copy full SHA for 3338716
docs/managed-identity-mount.md
@@ -66,7 +66,9 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/azurefile-cs
66
67
## Static Provisioning
68
69
-> If you are using your own storage account, please ensure that the `SMBOauth` property is enabled for that account.
+> If you are using your own storage account, please ensure that the `SMBOauth` property is enabled for that account by running following command:
70
+>
71
+> `az storage account update --name <account-name> --resource-group <resource-group-name> --enable-smb-oauth true`
72
73
1. create PV with your own account
74
```yml
0 commit comments