From 93914c900d802aecb1ffbf784bc31cf4b3028c28 Mon Sep 17 00:00:00 2001 From: Guoqing Geng Date: Wed, 27 May 2020 10:55:07 +0800 Subject: [PATCH] msi for asc (#870) * msi for asc * add a period * move asc before app service * remove space * system-assigned Co-authored-by: Guoqing Geng Co-authored-by: Guoqing Geng Co-authored-by: Xiaolu Dai <31124698+saragluna@users.noreply.github.com> --- .../azure-keyvault-secrets-spring-boot-starter/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/README.md b/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/README.md index 95408ae1..12598db2 100644 --- a/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/README.md +++ b/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/README.md @@ -33,6 +33,14 @@ azure.keyvault.secret.keys=key1,key2,key3 ``` ### Use MSI / Managed identities +#### Azure Spring Cloud + +Azure Spring Cloud supports system-assigned managed identity only at present. To use it for Azure Spring Cloud apps, add the below properties: +``` +azure.keyvault.enabled=true +azure.keyvault.uri=put-your-azure-keyvault-uri-here +``` + #### App Services To use managed identities for App Services - please refer to [How to use managed identities for App Service and Azure Functions](https://docs.microsoft.com/en-us/azure/app-service/app-service-managed-service-identity).