Created
June 10, 2024 12:39
-
-
Save riosengineer/dab0b072fc22aa409fc1c1cb097a6fae to your computer and use it in GitHub Desktop.
Parameters: Azure Bastion Premium + VMs and supporting components for session recording lab/demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using './azbastion-recording.bicep' | |
// Bicep params change as necessary - Password overriden at CLI runtime so can be ignored | |
param parvNetName = 'vnet-bastion-demo' | |
param parBastionName = 'bastion-demo' | |
param parLocation = 'uksouth' | |
param parWinVmName = 'win-vm-demo' | |
param parAdminUsername = 'riosengineer' | |
param parContainerName = 'recordings' | |
param parPipName = 'pip-bastion-demo' | |
param parAdminPassword = 'leaveme' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment