I’m trying to run dbt within an Azure serverless function. Currently our organization has a policy to use only Azure functions, without the use of containers.
I’m running into problem getting the repository of the dbt project available to the function without having a container.
Is there a way to do this and run dbt from an Azure function without containers ?