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('Optional. Size of the Jumpbox Virtual Machine when created. Set to custom value if enablePrivateNetworking is true. Defaults to Standard_B2s.')
81
-
paramvmSizestring?
82
-
83
77
@description('Optional. Specifies the resource tags for all the resources. Tag "azd-env-name" is automatically added to all resources.')
84
78
paramtagsobject = {}
85
79
@@ -209,14 +203,15 @@ module applicationInsights 'br/public:avm/res/insights/component:0.6.0' = if (en
209
203
}
210
204
}
211
205
206
+
212
207
modulenetwork'modules/network.bicep' = if (enablePrivateNetworking) {
0 commit comments