actions-workflow-samples icon indicating copy to clipboard operation
actions-workflow-samples copied to clipboard

Example for a go project?

Open kaihendry opened this issue 4 years ago • 1 comments

Why would I use a Docker container for my function app here? https://github.com/Azure/actions-workflow-samples/blob/master/FunctionApp/linux-container-functionapp-on-azure.yml https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-linux-custom-image appears to make everything more complicated/slow with a container build and store phase. I am puzzled why people do it.

I'm looking for a simple container image with func so I can do a make deploy from https://github.com/kaihendry/count/blob/azure-functions/.github/workflows/azure-func.yml

Is that possible?

kaihendry avatar Dec 22 '20 04:12 kaihendry

@nertim @anirudhgarg to help respond to this.

N-Usha avatar Feb 26 '21 10:02 N-Usha