@@ -2,8 +2,8 @@ metadata name = 'Modernize Your Code Solution Accelerator'
22metadata description = '''CSA CTO Gold Standard Solution Accelerator for Modernize Your Code.
33'''
44
5- @description ('Set to true if you want to deploy WAF-aligned infrastructure.' )
6- param useWafAlignedArchitecture bool
5+ // @description('Set to true if you want to deploy WAF-aligned infrastructure.')
6+ // param useWafAlignedArchitecture bool
77
88@minLength (3 )
99@maxLength (16 )
@@ -46,20 +46,20 @@ param aiDeploymentsLocation string
4646@description ('Optional. AI model deployment token capacity. Defaults to 150K tokens per minute.' )
4747param capacity int = 150
4848
49- @description ('Optional. Enable monitoring for the resources. This will enable Application Insights and Log Analytics. Defaults to false.' )
50- param enableMonitoring bool = useWafAlignedArchitecture ? true : false
49+ // @description('Optional. Enable monitoring for the resources. This will enable Application Insights and Log Analytics. Defaults to false.')
50+ // param enableMonitoring bool = useWafAlignedArchitecture? true : false
5151
52- @description ('Optional. Enable scaling for the container apps. Defaults to false.' )
53- param enableScaling bool = useWafAlignedArchitecture ? true : false
52+ // @description('Optional. Enable scaling for the container apps. Defaults to false.')
53+ // param enableScaling bool = useWafAlignedArchitecture? true : false
5454
5555@description ('Optional. Enable redundancy for applicable resources. Defaults to false.' )
5656param enableRedundancy bool = false
5757
5858@description ('Optional. The secondary location for the Cosmos DB account if redundancy is enabled.' )
5959param secondaryLocation string ?
6060
61- @description ('Optional. Enable private networking for the resources. Set to true to enable private networking. Defaults to false.' )
62- param enablePrivateNetworking bool = useWafAlignedArchitecture ? true : false
61+ // @description('Optional. Enable private networking for the resources. Set to true to enable private networking. Defaults to false.')
62+ // param enablePrivateNetworking bool = useWafAlignedArchitecture? true : false
6363
6464@description ('Optional. Size of the Jumpbox Virtual Machine when created. Set to custom value if enablePrivateNetworking is true.' )
6565param vmSize string ?
0 commit comments