You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Quantity of session hosts to deploy. (Default: 1)"
451
450
}
452
451
},
453
452
"avdSessionHostCountIndex": {
454
453
"type": "int",
455
454
"defaultValue": 1,
455
+
"minValue": 1,
456
+
"maxValue": 9998,
456
457
"metadata": {
457
-
"description": "The session host number to begin with for the deployment. This is important when adding virtual machines to ensure the names do not conflict. (Default: 1)"
458
+
"description": "The session host number to begin with for the deployment. This is important when adding virtual machines to host pool ensure the names do not conflict. (Default: 1)"
@@ -220,11 +220,13 @@ param avdAlaWorkspaceDataRetention int = 90
220
220
paramalaExistingWorkspaceResourceIdstring = ''
221
221
222
222
@minValue(1)
223
-
@maxValue(100)
223
+
@maxValue(1999)
224
224
@sys.description('Quantity of session hosts to deploy. (Default: 1)')
225
225
paramavdDeploySessionHostsCountint = 1
226
226
227
-
@sys.description('The session host number to begin with for the deployment. This is important when adding virtual machines to ensure the names do not conflict. (Default: 1)')
227
+
@minValue(1)
228
+
@maxValue(9998)
229
+
@sys.description('The session host number to begin with for the deployment. This is important when adding virtual machines to host pool ensure the names do not conflict. (Default: 1)')
228
230
paramavdSessionHostCountIndexint = 1
229
231
230
232
@sys.description('When true VMs are distributed across availability zones, when set to false, VMs will be deployed at regional level.')
> Note: above PowerShell deployment sample, deploys AVD with most of the default options in the AVD LZA using Entra ID Kerberos as identity provider and deploying new virtual network.
> Note: above AZ CLI deployment sample, deploys AVD with most of the default options in the AVD LZA using Entra ID Kerberos as identity provider and deploying new virtual network.
0 commit comments