Official images for Azure Functions
Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems. Azure Functions allows developers to take action by connecting to data sources or messaging solutions, thus making it easy to process and react to events. Azure Functions scale based on demand and you pay only for the resources you consume.
The Azure Functions Core Tools can help you select the right image for the platform you're interested in.
You can do that by running func init --docker.
You can see documentation on how to use custom docker containers with Azure Functions projects here
You can quickly run any of the Azure Functions containers with the following command:
docker run --rm -p 8080:80 mcr.microsoft.com/azure-functions/dotnet:3.0
If you have any problems or questions about this image, please contacts us through a GitHub issue.
Please provide feedback to Feedback.
No tags have been pushed to this repository yet.