Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

Run Logic App and AzFunctions as containers in AKS without root

Open JeromeVigne opened this issue 2 years ago • 1 comments

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.

JeromeVigne avatar Mar 28 '23 18:03 JeromeVigne

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:

Image

If I create a custom user then it doesn't work

MatheusXavier avatar Feb 11 '25 12:02 MatheusXavier