Dropping a quick blog post on implementing feature flagging in the Next.js App Router 😊 It's especially useful if you're not deploying to Vercel (which has a built-in feature flagging setup), but still want basic feature flags.
https://aurorascharff.no/posts/implementing-feature-flagging-with-nextjs-app-router/
Regarding deploying on App Service, I have been using one of my co-worker's guides: https://kongebra.net/blog/posts/automate-your-next-js-deployment-to-azure-a-step-by-step-guide
My customer has restrictions on what type of deployment we can use, that's why I'm using Azure App Service. It works well 😊
