skip to Main Content

Azure – ARM Template – Deployment slot keyvault permissions

Trying to assign permissions for the app service deployment slot to keyvault and having a hell of a time getting it { "tenantId": "[subscription().tenantId]", "objectId": "[resourceId('Microsoft.Web/sites/slots', parameters('azureAppService').webSiteName, 'DEV').identity.principalId]", "permissions": { "secrets": [ "Get" ] } } Not sure what I'm…

VIEW QUESTION

How to set up azure keyvault for spring boot app?

There was some dependency incompatibility occurring because we were using an older version of azure keyvault (azure-keyvault-secrets-spring-boot-starter 2.2.1) but it got updated and we are upgrading it to azure-spring-boot-starter-keyvault-secrets 4.0.0. Now the keyvault isn't being connected maybe because the application.yml…

VIEW QUESTION
Back To Top
Search