Closed Tri16 closed 1 year ago
@saragluna could you please follow up with @Tri16
Hi @mrm9084 , please take a look
Hi, I also tried with below property, but it doesn't work and gives the same error spring.cloud.azure.appconfiguration.managed-identity.client-id=[client-id]
Hi @mrm9084 , please let me know if there is some mistake that I am making, as this is urgent and I'm stuck because of it
@Tri16, looking at this doc here https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/authentication#authenticate-with-azure-active-directory, it looks like you need both of these properties set.
spring.cloud.azure:
credential:
managed-identity-enabled: true
client-id: ${AZURE_CLIENT_ID}
@Tri16, looking at this doc here https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/authentication#authenticate-with-azure-active-directory, it looks like you need both of these properties set.
spring.cloud.azure: credential: managed-identity-enabled: true client-id: ${AZURE_CLIENT_ID}
Thanks, it worked!
Hi, I am trying to connect my local springboot application(inside azure VM) with azure app configuration with user-assigned managed identity using following dependency
and have provided following bootstrap.properties
and on application start up getting following error:
Please let me know what I am missing, I have verified that the configuration are correctly done on azure portal, regarding permissions to app config