Container Security Hardening for Azure Container Apps
Every time I see a production container running as root, I wince.
It is one of those things that is easy to fix but gets overlooked because the app "works fine" without it. But container security is not just about non-root users. It is about the full stack: image build, runtime configuration, network policy, input validation, and rate limiting.
In this post, I will walk through a checklist I used to harden a .NET project running on Azure Container Apps.
