Azure-Functions
Azure-Functions copied to clipboard
Run Logic App and AzFunctions as containers in AKS without root
Currently when running Azure Functions or Logic APps as containers on an AKS cluster, the container has to run as root. This triggers Defender for Containers with an alert that containers should never run as root.
I'm facing the same issue trying to run the azure function in a container app environment, when running it without creating a custom user sonar points out an error:
If I create a custom user then it doesn't work