I want to be able to call an http trigger on an Azure Function app, to trigger a deployment of other resources in azure.
- Is it possible to deploy Azure Bicep files from an Azure Function app?
- Eg. If I use a powershell function, could I preconfigure it with "Bicep CLI" or "Azure CLI" in some way?