• Post category:StudyBullet-7
  • Reading time:4 mins read


All you need to know to be successful with Cloud Automation and Cloud DevOps.

What you will learn

The fundamentals for writing Azure Bicep templates

Best practices for editing Azure Bicep

Deploy Azure Bicep using DevOps Pipelines

Scanning Azure Bicep templates

Managing DEV/TEST/PROD environments

Description

Authored by a Cloud and DevOps engineer, this course will walk you from zero to hero. It explains the concepts related to Infra as Code. It focuses on Azure Cloud platform with all the ecosystem around. The course starts with simple tasks like creating a simple Bicep template, compiling a an ARM JSON template into Bicep and vice versa. Then it evolves to create more advanced templates using variables, different environments (Dev/Test/Prod) until creating modules and registries. It also shows how to automate the deployment of these templates using DevOps pipelines in both Azure DevOps and Github Actions. The author shares his experience working on these kind of deployments every day. At the end of the course, he makes a comparison between Bicep and other OSS famous tools like Terraform.
If you are beginner and willing to learn cloud deployment automation with Azure, then this course is for you. And if you have some experience, then check the course content videos, chances are high you will discover some new tools or concepts.


Get Instant Notification of New Courses on our Telegram channel.


All the scripts, templates and application code used in this course are available on a public Github repository. They are being updated regularly by the author. So you can fork/clone it and make it yours.

English
language

Content

Deploying Resources into Azure

Different options to deploy to Azure
Deploy resources using Azure portal
Deploy resources using Azure CLI
Deploy resources using ARM templates
Deploy resources using Bicep

DevOps for Azure Bicep with Azure DevOps

Deploy Bicep using Azure DevOps Pipelines
Multistage Bicep template deployment

DevOps for Azure Bicep with Github Actions

Github Actions for Bicep – single job
Github Actions for Bicep – multiple jobs