Run Azure Function App - Docker Image locally

docker run --env-file .env --rm -p 8080:80 IMAGE

The API is exposed externally at 8080

Home

image.png

HTTP Routes have a /api/ prefix

eg: http://localhost:8080/api/index