The painful experience of automating a consumption based Logic App that accesses a Key Vault with a managed identity via Terraform
Intro I needed to create an Azure Logic App that could access a Key Vault via a managed identity, and i wanted it to be 100% managed via Terraform. It needed to be a workflow/consumption based mod...