From 974ff70902ad56855f82b6bcf5bcf1e0eaf3253d Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:06:24 -0700 Subject: [PATCH] Fix style/tone --- .../integrations/cloud-providers/authenticating-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md b/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md index 9c101e562..169585228 100644 --- a/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md +++ b/daprdocs/content/en/developing-applications/integrations/cloud-providers/authenticating-azure.md @@ -211,7 +211,7 @@ Keep in mind that the Service Principal that was just created does not have acce ### Example usage in a Dapr component -In this example, we're going to set up an Azure Key Vault secret store component that uses Azure AD to authenticate. +In this example, you will set up an Azure Key Vault secret store component that uses Azure AD to authenticate. {{< tabs "Self-Hosted" "Kubernetes">}}