initial file creation

This commit is contained in:
Jen Sheerin
2022-01-03 19:38:18 -05:00
parent 48a25a1440
commit 4dab10866f
16 changed files with 880 additions and 0 deletions

View File

@ -0,0 +1,16 @@
deploy_location = "west europe"
rg_name = "avd-resources-rg"
prefix = "avdtf"
local_admin_username = "localadm"
local_admin_password = "ChangeMe123$"
vnet_range = ["10.1.0.0/16"]
subnet_range = ["10.1.0.0/24"]
netapp_address = ["10.1.1.0/24"]
dns_servers = ["10.0.0.4", "168.63.129.16"]
aad_group_name = "AVDUserGroup"
ad_vnet = "<VNet for domain controller>"
ad_rg = "<resource group for AD>"
avd_users = [
"user1@<domain>.com",
"user2@<domain>.com"
]