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. Enable monitoring applicable resources, aligned with the Well Architected Framework recommendations. This setting enables Application Insights and Log Analytics and configures all the resources applicable resources to send logs. Defaults to false.')
104
-
paramenableMonitoringbool = true
104
+
paramenableMonitoringbool = false
105
105
106
106
@description('Optional. Enable scalability for applicable resources, aligned with the Well Architected Framework recommendations. Defaults to false.')
107
-
paramenableScalabilitybool = true
107
+
paramenableScalabilitybool = false
108
108
109
109
@description('Optional. Enable redundancy for applicable resources, aligned with the Well Architected Framework recommendations. Defaults to false.')
110
110
paramenableRedundancybool = false
111
111
112
112
@description('Optional. Enable private networking for applicable resources, aligned with the Well Architected Framework recommendations. Defaults to false.')
113
-
paramenablePrivateNetworkingbool = true
113
+
paramenablePrivateNetworkingbool = false
114
114
115
115
@description('Optional. The Container Registry hostname where the docker images are located.')
0 commit comments