Azure/azure-functions-core-tools
Azure functions attempts to use /bin/bash even if it doesn't exist
Open
#3,254 opened on Jan 30, 2023
OS: linuxarea: clibuggood first issue
Repository metrics
- Stars
- (1,456 stars)
- PR merge metrics
- (PR metrics pending)
Description
When using azure functions to start a function on nixos (linux), functions fails to start if /bin/bash does not exist. This can easily be mitigated by instead using /bin/sh or /usr/bin/env bash.