Relative Content

Tag Archive for azure-functionsdevops

What is the most appropriate strategy for deploying Azure Functions app with a customer Docker container?

I’m working on a C# .NET Azure Functions app.
This app follows a common pattern: Http Starter, Durable Orchestrator, Activity Function. Activity function requires access to “Simba Spark ODBC Driver” in order to retrieve data from Azure Databricks Sql Warehouse. Because Azure Functions are “serverless”, this Activity function needs to be deployed to run in a custom Docker container, which will have this ODBC driver installed and configured. I have two questions related to packaging and deployment of this app: