File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
rds-deployment-existing-ad Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 195195 "name" : " gw-nic" ,
196196 "location" : " [resourceGroup().location]" ,
197197 "dependsOn" : [
198- " Microsoft.Network/loadBalancers/loadBalancer"
198+ " Microsoft.Network/loadBalancers/loadBalancer" ,
199+ " [concat('Microsoft.Network/publicIPAddresses/',variables('gatewayIpRef'))]"
199200 ],
200201 "properties" : {
201202 "ipConfigurations" : [
238239 "name" : " cb-nic" ,
239240 "location" : " [resourceGroup().location]" ,
240241 "dependsOn" : [
241- " Microsoft.Network/loadBalancers/loadBalancer"
242+ " Microsoft.Network/loadBalancers/loadBalancer" ,
243+ " [concat('Microsoft.Network/publicIPAddresses/',variables('brokerIpRef'))]"
242244 ],
243245 "properties" : {
244246 "ipConfigurations" : [
545547 }
546548 }
547549 ]
548- }
550+ }
You can’t perform that action at this time.
0 commit comments