💪Azure Bicep: Working with modules | by Dave R - Microsoft Azure MVP☁️ | CodeX | Medium

PHOTO EMBED

Tue Jan 31 2023 15:04:10 GMT+0000 (Coordinated Universal Time)

Saved by @See182

$date = Get-Date -Format "MM-dd-yyyy"
$deploymentName = "AzInsiderDeployment"+"$date"
New-AzDeployment -Name $deploymentName -TemplateFile .\main.bicep -Location eastus
content_copyCOPY

https://medium.com/codex/azure-bicep-working-with-modules-2942ec9a43d3