From c7b3998c72749a42efd85d55f22b15e76ae76492 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 22 Feb 2023 16:28:22 -0600 Subject: [PATCH] remove localization Signed-off-by: Hannah Hunter --- .../supported-secret-stores/azure-keyvault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md index 875fbe584..a9d68cf81 100644 --- a/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md @@ -285,7 +285,7 @@ To use **Azure managed identity**: kubectl apply -f azurekeyvault.yaml ``` 1. Create and assign a managed identity at the pod-level via either: - - [Azure AD workload identity](https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview) (preferred method) + - [Azure AD workload identity](https://learn.microsoft.com/azure/aks/workload-identity-overview) (preferred method) - [Azure AD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#create-a-pod-identity)