Azure – Give App Service enough permissions to link SSL certificate from Key Vault
I have a Bicep template where I create an App Service in which I need to link a SSL certificate that exists in Key Vault (both in same resource group). The Key Vault has Azure RBAC enabled. I use the…