Skip to content

Commit c8cccc4

Browse files
merge conflict
1 parent d234ad3 commit c8cccc4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rds-deployment-existing-ad/azuredeploy.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@
5757
}
5858
},
5959
"variables": {
60-
<<<<<<< HEAD
6160
"dnsLabelPrefix": "[concat('rdsdns', resourceGroup().name)]",
62-
=======
63-
"dnsLabelPrefix": "[concat('dns', resourceGroup().name)]",
64-
>>>>>>> b094f9e518966b6cca3b5654ee0b5a6c73d644ab
6561
"gwdnsLabelPrefix": "[concat('gw', resourceGroup().name)]",
6662
"cbdnsLabelPrefix": "[concat('cb', resourceGroup().name)]",
6763
"rdshVmSize": "Standard_A2",
@@ -70,13 +66,8 @@
7066
"uniqueStorageAccountContainerName": "[concat('sc', resourceGroup().name)]",
7167
"imagePublisher": "MicrosoftWindowsServer",
7268
"imageOffer": "WindowsServer",
73-
<<<<<<< HEAD
7469
"vnetAddressRange": "10.0.0.0/16",
7570
"subnetAddressRange": "10.0.0.0/24",
76-
=======
77-
"adVnetName": "[concat('ADVNET',resourceGroup().name)]",
78-
"adSubnetName": "[concat('ADStaticSubnet',resourceGroup().name)]",
79-
>>>>>>> b094f9e518966b6cca3b5654ee0b5a6c73d644ab
8071
"dnsServerPrivateIp": "10.0.0.4",
8172
"subnet-id": "[concat(resourceId('Microsoft.Network/virtualNetworks',parameters('adVnetName')),'/subnets/',parameters('adSubnetName'))]",
8273
"publicIpRef": "publicIp",

0 commit comments

Comments
 (0)