Sign inSign up

azure-functions

Verified Publisher

By Microsoft

Updated over 2 years ago

Official images for Azure Functions

6

microsoft/azure-functions repository overview

About 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.

How to Use the Images

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

Container sample: Run a simple application

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
Get started
Questions & Feedback
GitHub repositories
Documentation
Samples

Support

If you have any problems or questions about this image, please contacts us through a GitHub issue.

Feedback

Please provide feedback to Feedback.

License

Tag Summary

No tags have been pushed to this repository yet.