/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

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>