API Container for Azure Function use.
Container port = 80
To use/test:
sudo docker run -p 8080:80 -it ringend/function-color:latest
http://localhost:8080/api/color-function?name=Your_Name
COLOR Function Hello, Your_Name This HTTP triggered function executed successfully.
http://localhost:8080/api/color-function
COLOR Function This HTTP triggered function executed successfully. Pass a name in the query string or in the request body for a personalized response.
Content type
Image
Digest
Size
494 MB
Last updated
almost 5 years ago
docker pull ringend/function-white