Skip to content

Commit ebe8564

Browse files
author
Dany Contreras
committed
updates
1 parent d9fb9a0 commit ebe8564

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

workload/portal-ui/brownfield/portalUiAddAvdAgents.json

+46-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@
66
"isWizard": false,
77
"title": "Azure Virtual Desktop LZA: Deploy New Session Hosts",
88
"steps": [
9+
{
10+
"name": "basics",
11+
"label": "Deployment Basics",
12+
"elements": [
13+
{
14+
"name": "resourceScope",
15+
"type": "Microsoft.Common.ResourceScope",
16+
"location": {
17+
"resourceTypes": [
18+
"Microsoft.Compute/virtualMachines"
19+
]
20+
}
21+
},
22+
{
23+
"name": "infoResourceGroupNaming",
24+
"type": "Microsoft.Common.TextBlock",
25+
"visible": true,
26+
"options": {
27+
"text": "Azure Virtual Desktop Landing Zones will create the resource group hierarchy under the subscriptions with the prefix provided in this step.",
28+
"link": {
29+
"label": "Learn more",
30+
"uri": "https://docs.microsoft.com/azure/cloud-adoption-framework/ready/enterprise-scale/management-group-and-subscription-organization"
31+
}
32+
}
33+
}
34+
]
35+
},
936
{
1037
"name": "managementPlane",
1138
"label": "AVD Management plane",
@@ -24,6 +51,11 @@
2451
"resourceType": "Microsoft.DesktopVirtualization/hostpools",
2552
"constraints": {
2653
"required": true
54+
},
55+
"options": {
56+
"filter": {
57+
"subscription": "onBasics"
58+
}
2759
}
2860
},
2961
{
@@ -43,6 +75,11 @@
4375
"resourceType": "Microsoft.KeyVault/vaults",
4476
"constraints": {
4577
"required": true
78+
},
79+
"options": {
80+
"filter": {
81+
"subscription": "onBasics"
82+
}
4683
}
4784
}
4885
]
@@ -67,6 +104,11 @@
67104
"resourceType": "Microsoft.Compute/virtualMachines",
68105
"constraints": {
69106
"required": true
107+
},
108+
"options": {
109+
"filter": {
110+
"subscription": "onBasics"
111+
}
70112
}
71113
}
72114
]
@@ -81,7 +123,10 @@
81123
"vmLocation": "[steps('virtualMachine').virtualMachineSettings.virtualMachineSelector.location]",
82124
"hostPoolResourceId": "[steps('managementPlane').managementPlaneSettings.hostPoolSelector.id]",
83125
"keyVaultResourceId": "[steps('managementPlane').managementPlaneSettings.keyvaultSelector.id]"
84-
}
126+
},
127+
"kind": "ResourceGroup",
128+
"location": "[steps('basics').resourceScope.location.name]",
129+
"resourceGroupId": "[steps('basics').resourceScope.resourceGroup.id]"
85130
}
86131
}
87132
}

0 commit comments

Comments
 (0)