Skip to content

Commit 1a719ef

Browse files
author
Simonx Xu
authored
Merge pull request #9310 from AmandaAZ/Branch-PostEdit
Fix PII issue
2 parents c9278c2 + c0508ab commit 1a719ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-kubernetes/storage/file-share-mount-failures-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Error: failed to generate container "56907e9807c6f4203c3aace8c5a6e3a75832cf07d30
2323

2424
Manually update the `azurestorageaccountkey` field in an Azure file secret to add your base64-encoded storage account key. To make this update, follow these steps:
2525

26-
1. Encode your storage account key in base64 by running the `echo <storage-account-key> | base64` command, such as in the following example:
26+
1. Encode your storage account key in base64 by running the following command:
2727

2828
```console
29-
echo X+ALAAUgMhWHL7QmQ87E1kSfIqLKfgC03Guy7/xk9MyIg2w4Jzqeu60CVw2r/dm6v6E0DWHTnJUEJGVQAoPaBc== | base64
29+
echo <storage-account-key> | base64
3030
```
3131

3232
1. [Update your Azure secret file](https://kubernetes.io/docs/concepts/configuration/secret/#editing-a-secret) by running the `kubectl edit secret` command to open the secret file in your default text editor:

0 commit comments

Comments
 (0)