File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ param enableScaling bool = false
6060@description ('Optional. Enable redundancy for applicable resources. Defaults to false.' )
6161param enableRedundancy bool = false
6262
63- @description ('Optional. The secondary location for the Cosmos DB account if redundancy is enabled. Defaults to false. ' )
63+ @description ('Optional. The secondary location for the Cosmos DB account if redundancy is enabled.' )
6464param secondaryLocation string ?
6565
6666@description ('Optional. Enable private networking for the resources. Set to true to enable private networking. Defaults to false.' )
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ module openAiPrivateDnsZone '../privateDnsZone.bicep' = if (privateNetworking !=
9595 }
9696}
9797
98- // added
9998module aiServicesPrivateDnsZone '../privateDnsZone.bicep' = if (privateNetworking != null && empty (privateNetworking .?aiServicesPrivateDnsZoneResourceId )) {
10099 name : take ('${name }-ai-services-pdns-deployment' , 64 )
101100 params : {
@@ -116,7 +115,6 @@ var openAIPrivateDnsZoneResourceId = privateNetworking != null
116115 : privateNetworking .?openAIPrivateDnsZoneResourceId )
117116 : ''
118117
119-
120118var aiServicesPrivateDnsZoneResourceId = privateNetworking != null
121119 ? (empty (privateNetworking .?aiServicesPrivateDnsZoneResourceId )
122120 ? aiServicesPrivateDnsZone .outputs .resourceId ?? ''
You can’t perform that action at this time.
0 commit comments