AZ-104 Stormwind Studio Certification Course Notes

Day 4.3 - Azure Cloud Shell For Azure Resources

Topic: Azure Cloud Shell - Azure Resources

  • Workspace
  • PowerShell
  • Bash
  • ARM Templates
    • Quick Start Templates
  • Parameter Files
  • Bicep Files
  • Template Specs
  • Azure Cloud Shell Demo

Bicep Files

  • From Microsoft Learn:
    • "Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources."
    • Can be created with Visual Studio Code after installing the Bicep extension
    • Is compiled to JSON ARM Template