Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Azure IaC: Make Your First Infrastructure as Code Update

This repository contains the Bicep source for the Pluralsight hands-on lab Make Your First Azure Infrastructure as Code Update. It defines a single Azure Storage account managed as Infrastructure as Code, providing the baseline that learners inspect, preview, and update during the lab.

Repository contents

File Purpose
main.bicep Source template that defines the storage account, its parameters, and its outputs.
main.dev.bicepparam Input parameter file for the baseline deployment (Standard_LRS with dev tags).
main.prod.bicepparam Input parameter file for the production update (Standard_GRS with production tags and costCenter).
.gitignore Excludes build artifacts, deployment logs, and editor/OS files.

What the template deploys

main.bicep deploys one Microsoft.Storage/storageAccounts resource at the resource group scope:

  • A globally unique name.
  • A configurable redundancy SKU.
  • Governance tags.

Prerequisites

  • An Azure subscription and a resource group that serves as the deployment scope.
  • Azure CLI with the Bicep tooling.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages