Click here to Skip to main content
15,891,529 members
Articles / Hosted Services / Azure

Introduction to Infrastructure as Code - Part 2: IaC Hands-On with Azure Resource Manager Templates

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
10 Jun 2022CPOL7 min read 3.7K   2  
How to use the Bicep language and Terraform HCL syntax to create templates
This is Part 2 of a 3-article series that will introduce readers to infrastructure-as-code at a high-level and then provide a hands-on look at how to implement it on Azure using Terraform. This article introduces Azure ARM templates and explains the difference between JSON and Bicep syntax. Then, using Bicep syntax, we walk through steps to create a template that provisions infrastructure for a web app by creating several VMs and a PostgreSQL database.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Introduction to Infrastructure as Code View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer Alura Cursos Online
Brazil Brazil

Comments and Discussions