Hello @Nuno Rodrigues
Yes, you are correct. You can deploy a Python Azure Function to a Windows Function App using a Docker container. You can follow the steps mentioned in the documentation you shared to deploy your Python Azure Function to a Windows Function App using a Docker container.
Here are the high-level steps you need to follow:
- Create a Dockerfile for your Python Azure Function.
- Build a Docker image from the Dockerfile.
- Push the Docker image to a container registry.
- Create a Windows Function App in Azure.
- Configure the Function App to use the Docker container you created.
- Deploy the Function App. You can find more detailed steps and examples in the documentation you shared. If you face any issues during the process, feel free to ask for help.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.