/azure-function-dockertemplate

A template to run the Azure Functions runtime v2 as a docker container

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Azure Functions Docker template

This repo contains a minimal Azure Function app template configured to run as a Docker container.

Build

docker build -t myfunc .

Run

docker run -p 8080:80 myfunc