Enable all bindings for Linux in the portal
Open
lang-PowerShell
lang-Python
platform:linux
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Currently, Functions Apps on Linux cannot use any bindings (other than HTTP or Timer) while developing in the portal. This is because the underlying docker image doesn't contain dotnet sdk which is required for binding installation.
The recommended fix is to decouple the SDK dependency for all bindings, using Bundles - https://github.com/Azure/azure-functions-host/issues/3562
This issue tracks work required to absorb the Bundles feature into the Linux images.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.