Fix the file name of secrets json (#1546)

This commit is contained in:
greenie-msft 2021-06-09 14:38:10 -07:00 committed by GitHub
parent a941868ca1
commit c73245eea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Before retrieving secrets in your application's code, you must have a secret sto
>Note: The component used in this example is not secured and is not recommended for production deployments. You can find other alternatives [here]({{<ref supported-secret-stores >}}).
Create a file named `secrets.json` with the following contents:
Create a file named `mysecrets.json` with the following contents:
```json
{