+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ All you Need - Azure Templates : https://learn.microsoft.com/en-us/azure/templates/ Biceps Playground : https://bicepdemo.z22.web.core.windows.net/ https://www.youtube.com/watch?v=Tmv9qh6EaJs&list=PLZ1A-UOV76etaV-zD_aSsW0Y1MIW55dve&index=4 Pipelines : https://learn.microsoft.com/en-us/training/paths/bicep-azure-pipelines/ Biceps Template : https://learn.microsoft.com/en-us/azure/app-service/samples-bicep Azure Resource Manager Doc : https://learn.microsoft.com/en-us/azure/azure-resource-manager/ "When deploying Azure resources with an Infrastructure as Code tool, you need to understand what resource types are available, and what values to use in your files. The Azure resource reference documentation provides these values. The syntax is shown for Bicep, ARM template JSON, and Terraform AzAPI provider." https://learn.microsoft.com/en-us/azure/templates/ Azure Docs : https://...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ https://github.com/dylanbudgen/udemy-bicep-course/tree/main/lesson-05 Azure All Templated (Bicep | ARMS | Powershell ) https://learn.microsoft.com/en-us/azure/templates/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Installing our Bicep Development Environment : As per our VS Code installation we are going to use several useful extensions that will help us with -- Syntax highlighting -- Linting -- Validation 1. Install Azure CLI Windows https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli .msifile toinstall Azure CLI check which version of Azure we are running > az --version > az bicep version 2. Install Azure Powe Shell Modules on Windows 3. Install VSC -- Install Extension Azure Tools Pack // This isnt really necessary but includes loads of extensions -- Bicep Extension Section : 3 : Writing your first Bicep Templa...
Comments
Post a Comment