Skip to content

Commit d0f61a9

Browse files
authored
Merge pull request #1210 from cvvz/patch-1
chore: Update workload-identity-static-pv-mount.md
2 parents 237ef66 + 468d115 commit d0f61a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export REGION=<your region>
1616
```
1717

1818

19-
### 2. Create a new storage account and fileshare
19+
### 2. Create a new storage account and container
2020

2121
Following the [documentation](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-cli) to create a new storage account and container or use your own. And export following environment variables:
2222
```
@@ -175,4 +175,4 @@ spec:
175175
# tenantID: $IDENTITY_TENANT # optional, only specified when workload identity and AKS cluster are in different tenant
176176
# subscriptionid: $SUBSCRIPTION # optional, only specified when workload identity and AKS cluster are in different subscription
177177
EOF
178-
```
178+
```

0 commit comments

Comments
 (0)