bicep
Articles about bicep can be found below.
Using Docker Compose to deploy a Next.js app to a Linux App Service in Azure
I switched my
next-azure
sample app from targeting a Windows App Service to a Linux App Service and I'm really happy with the result. This post describes why and how I switched over, and why I won't be going back!Automating Azure infrastructure deployments using Bicep and Azure pipelines
Bicep greatly simplifies the work of writing ARM templates and can be easily integrated into an Azure pipeline to automate the setup and configuration of your Azure infrastructure. This post describes how I integrated Bicep scripts into the Azure pipeline for my Next.js sample app to automate the infrastructure deployment of multiple environments.