LinkedInLearning / building-iac-with-azure-bicep--part-2-4359489

This is a code repository for the LinkedIn Learning course Building Infrastructure-as-Code (IaC) with Azure Bicep - Part 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building infrastructure-as-code (IaC) with Azure Bicep - Part 2

This is the repository for the LinkedIn Learning course Building Infrastructure-as-Code (IaC) with Azure Bicep - Part 2. The full course is available from LinkedIn Learning.

course-name-alt-text

This course is designed for cloud engineers, architects, and developers seeking to modernize their infrastructure management with Azure Bicep and builds on top of the lessons taught in Building Infrastructure-as-Code (IaC) with Azure Bicep: Part 1. Join instructor and Microsoft MVP Elkhan Yusubov as he covers—through a series of demos—how to work with Azure tenant resources, automate infrastructure code deployment processes, and create reusable infrastructure code. Learn about best practices for code management via template specs, management of multiple environments with environment-driven deployments, securing your infrastructure code deployment process, and securing your Azure deployment environments.

Instructions

This repository has one branch with all Chapters organized into their own folders.
For example, to see all the Bicep code files of chapter-1, you will have to navigate to that folder and open
a specific folder such as parameterized to see the final output of the exercise.

Installing

  1. To use these exercise files, you must have the following installed:
  • VS Code
  • AZ CLI
  • Bicep extension
  1. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
  2. And you are ready to use the code samples

Instructor

Elkhan Yusubov

Cloud Architect Manager at T-REX Solutions, Microsoft MCT and MVP

Check out my other courses on LinkedIn Learning.

About

This is a code repository for the LinkedIn Learning course Building Infrastructure-as-Code (IaC) with Azure Bicep - Part 2.

License:Other


Languages

Language:Bicep 87.1%Language:PowerShell 12.9%