Closed garrytrinder closed 1 month ago
Added support for deploying a multi-tenant app registration, the same approach used for local development. Azure Key Vault is used to secure the client secret and storage account connection string, and the function app uses Key Vault references to access the values using MSI authentication.
Tested as far as successfully running the
provision
anddeploy
lifecycles stages.