From c73245eea6c171457d79d4dc21cb5897a7f49dd9 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Wed, 9 Jun 2021 14:38:10 -0700 Subject: [PATCH] Fix the file name of secrets json (#1546) --- .../building-blocks/secrets/howto-secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md b/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md index 77d421e20..de8e1d221 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md +++ b/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md @@ -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]({{}}). -Create a file named `secrets.json` with the following contents: +Create a file named `mysecrets.json` with the following contents: ```json {