adding updated key vault policy for Microsoft.Azure.WebSites (#3006)

* Fixes permissions on access policy needed for SSL cert syncing
This commit is contained in:
Adam 2023-04-11 10:07:37 -07:00 committed by GitHub
parent a39666021a
commit 77c42930a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,18 @@ resource keyVault 'Microsoft.KeyVault/vaults@2021-10-01' = {
]
}
}
{
objectId: 'abfa0a7c-a6b6-4736-8310-5855508787cd'
tenantId: tenantId
permissions: {
secrets: [
'get'
]
certificates: [
'get'
]
}
}
]
tenantId: tenantId
}