Can we dockerize Azure functions?

0

I want to know whether we can dockerize Azure Functions? As I know that dockerization needs client-server kind of application. I have some azure functions which are event/timer driven. I want to dockerize this. Need help or suggestions.

Sapna Maid

Posted 2019-05-27T04:41:22.613

Reputation: 3

Answers

0

according to MSFT you can run Azure Fucntion v2 onpremise as well.

You may find tutorial how to containerize Azure Function on:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-linux-custom-image

Peter

Posted 2019-05-27T04:41:22.613

Reputation: 31

Welcome to Super User! Can you [edit] your answer to include the relevant parts on containerising Docker from the link you posted? Cheers! – bertieb – 2019-06-01T00:49:16.137