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
Copy file name to clipboardExpand all lines: infra/main.bicep
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,15 @@ param vmAdminUsername string?
71
71
//param vmAdminPassword string = newGuid()
72
72
paramvmAdminPasswordstring?
73
73
74
+
@allowed([
75
+
'Standard_B2s'
76
+
'Standard_D2s_v3'
77
+
'Standard_D4s_v3'
78
+
'Standard_DS2_v2'
79
+
])
80
+
@description('Optional. Size of the Jumpbox Virtual Machine when created. Set to custom value if enablePrivateNetworking is true. Defaults to Standard_B2s.')
81
+
paramvmSizestring?
82
+
74
83
@description('Optional. Specifies the resource tags for all the resources. Tag "azd-env-name" is automatically added to all resources.')
0 commit comments