/azure-iac-book-templates

This repository contains all Bicep, ARM templates, and scripts used in the book Azure Infrastructure as Code written by Henry Been, Erwin Staal and Eduard Keilholz

Primary LanguageBicep

Azure Infrastructure as Code

This repository contains all Bicep, ARM templates, and scripts used in the book Azure Infrastructure as Code written by Henry Been, Erwin Staal and Eduard Keilholz

Versions of this repository

  • Main branch which is, when needed, updated to ensure examples keep compiling even with Microsoft updates. Find it at: Main
  • Release branch which contains the code as-published in the book. Find it at: Release Branch 'as-in-book'

Required tooling

Deployment

To deploy any of the templates, you will need an Azure Subscription. Get your free Azure subscription here. You will need a credit card, but it won't be charged, provided you clean up all resources after deploying a template. Use the following commands to login and set the correct Azure Subscription:

az login

az account set -s <subscriptionId>