diff --git a/docs/workload-identity-static-pv-mount.md b/docs/workload-identity-static-pv-mount.md index fbb7426a8..ceffb8004 100644 --- a/docs/workload-identity-static-pv-mount.md +++ b/docs/workload-identity-static-pv-mount.md @@ -16,7 +16,7 @@ export REGION= ``` -### 2. Create a new storage account and fileshare +### 2. Create a new storage account and container 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: ``` @@ -175,4 +175,4 @@ spec: # tenantID: $IDENTITY_TENANT # optional, only specified when workload identity and AKS cluster are in different tenant # subscriptionid: $SUBSCRIPTION # optional, only specified when workload identity and AKS cluster are in different subscription EOF -``` \ No newline at end of file +```