Create an API Connection to Azure KeyVault using Service Principal Authentication through ARM template
I am trying to deploy a Microsoft.Web/connections resource using an ARM template. The API Connection connects to a Key Vault in a different tenant, so I need to use a service principal for authentication. I have managed to get the…