Skip to content

Instantly share code, notes, and snippets.

@daveRendon
Created July 19, 2024 12:25
Show Gist options
  • Select an option

  • Save daveRendon/9504e042b652b1cd83e0f7be4dacf8ba to your computer and use it in GitHub Desktop.

Select an option

Save daveRendon/9504e042b652b1cd83e0f7be4dacf8ba to your computer and use it in GitHub Desktop.
bicep-rg-deploy.ps1
$date = Get-Date -Format "MM-dd-yyyy"
$rand = Get-Random -Maximum 1000
$deploymentName = "AzInsiderDeployment-"+"$date"+"-"+"$rand"
New-AzResourceGroupDeployment -Name $deploymentName -ResourceGroupName azinsider_demo -TemplateFile .\main.bicep -TemplateParameterFile .\main.bicepparam -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment