Skip to content

Commit 3338716

Browse files
authored
doc: update instructions for enabling SMB OAuth
Added command to enable SMB OAuth for storage accounts.
1 parent 3f04222 commit 3338716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/managed-identity-mount.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/azurefile-cs
6666

6767
## Static Provisioning
6868

69-
> If you are using your own storage account, please ensure that the `SMBOauth` property is enabled for that account.
69+
> 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`
7072
7173
1. create PV with your own account
7274
```yml

0 commit comments

Comments
 (0)