Skip to content

ngbrown/learn-bicep-arm-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn-bicep-arm-templates

My working through the Microsoft Docs learning path for Deploy and manage resources in Azure by using Bicep and associated learning paths.

Playground at https://aka.ms/bicepdemo (official) or https://playgroundbicep.azurewebsites.net/ (community hosted).

Install Bicep manually after installing Azure PowerShell. See Instructions.

Connect:

Get-AzSubscription
$context = Get-AzSubscription -SubscriptionId {subscription Id}
Set-AzContext $context

If using training sandbox:

$context = Get-AzSubscription -SubscriptionName 'Concierge Subscription'
Set-AzContext $context

Then:

Set-AzDefault -ResourceGroupName {resource group Id}

Deploy:

New-AzResourceGroupDeployment -TemplateFile main.bicep -environmentType nonprod

View deployments:

Get-AzResourceGroupDeployment -ResourceGroupName {resource group Id} | Format-Table

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages