Skip to content

Commit

Permalink
Fix typo in azure-keyvault-managed-identity.md (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
repne authored Jun 7, 2021
1 parent a573434 commit 6cb10b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To setup Azure Key Vault secret store with Managed Identies create a component o

In Kubernetes mode, you store the certificate for the service principal into the Kubernetes Secret Store and then enable Azure Key Vault secret store with this certificate in Kubernetes secretstore.

The component yaml uses the name of your key vault and the Cliend ID of the managed identity to setup the secret store.
The component yaml uses the name of your key vault and the Client ID of the managed identity to setup the secret store.

```yaml
apiVersion: dapr.io/v1alpha1
Expand Down

0 comments on commit 6cb10b7

Please sign in to comment.