Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Dec 14, 2023
1 parent 7bb959f commit 78c82b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workload-identity-static-pv-mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export REGION=<your region>
```


### 2. Create a storage account and fileshare
### 2. Create a new storage account and fileshare

Following the [documentation](https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-portal?tabs=azure-cli) to create a storage account and fileshare or use your own storage account and fileshare. And export following evironment variables:
Following the [documentation](https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-portal?tabs=azure-cli) to create a new storage account and fileshare or use your own. And export following evironment variables:
```
export ACCOUNT=<your storage account name>
export SHARE=<your fileshare name>
Expand Down

0 comments on commit 78c82b5

Please sign in to comment.