serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 162 forks source link

🎉 Feature request: Add "docker functions" support #493

Open karolzlot opened 4 years ago

karolzlot commented 4 years ago

Currently this plugin allows to add Azure functions only in predefined Azure environments. However similar to AWS Lambda, Azure allows to create Cloud Function based on docker:

https://docs.microsoft.com/pl-pl/azure/azure-functions/functions-create-function-linux-custom-image?tabs=bash%2Cportal&pivots=programming-language-csharp

I ask to add this feature.

marcd123 commented 4 years ago

I would also love to see this feature.

It's very useful for when you need libraries installed on the OS that aren't included in the default functions environment.

We currently have a client need for this and love using serverless. We'd rather not use the Azure CLI for function deployment.

marcd123 commented 4 years ago

I'd be happy to work on a PR for this functionality if someone from serverless can point to the right starting place for such a feature.