From e2f7b3c2e84fc20e61022f0e7b208c62a167bdd9 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Tue, 14 Sep 2021 15:10:11 -0700 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md Co-authored-by: Ori Zohar --- .../supported-state-stores/setup-azure-blobstorage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md index 9d1226e72..b51aae9d8 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md @@ -62,7 +62,7 @@ In order to setup Azure Blob Storage as a state store, you will need the followi ### Authenticating with Azure AD -This component supports authentication with Azure AD as an alternative to use account keys. Whenever possible, it is reccomended that you use Azure AD for authentication in production systems, to take advantage of better security, fine-tuned access control, and the ability to use managed identities for apps running on Azure. +This component supports authentication with Azure AD as an alternative to use account keys. Whenever possible, it is recommended that you use Azure AD for authentication in production systems, to take advantage of better security, fine-tuned access control, and the ability to use managed identities for apps running on Azure. > The following scripts are optimized for a bash or zsh shell and require the following apps installed: >