This series includes architectures which can be deployed automatically via "Deploy to Azure" buttons found below the architectural diagrams throughout this series.
This section discusses the method used to build the environments using Bicep, transpiling to ARM template to allow a custom deployment to Azure.
-
Azure resources are built in Bicep to define the entire environment, code can be found here (Bicep Code).
-
The bicep code is transpiled to a standard ARM template using the
bicep build
command. Each design will have it's own ARM template hosted in this repo. -
A "Deploy to Azure" button is configured to allow a custom deployment using the hosted ARM template. Instructions for using this facility can be found here.
-
The "Deploy to Azure" button is embedded into the markdown pages in this series for each deployable architecture.