Open karolzlot opened 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.
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.
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.