Relative Content

Tag Archive for azure-functionsazure-functions-runtimeazure-functions-docker

Configure the entry point script for an Azure function

I am using a Docker image as my function app container and one thing I want to configure is the path to the entry point of the function app. It is function_app.py in v2 programming model. I am wondering whether there is a way to specify the path or name to such a entry point file.