Skip to content

Commit

Permalink
Merge pull request #100 from mspnp/peter/win-ntier-pathfix
Browse files Browse the repository at this point in the history
Peter/win ntier pathfix
  • Loading branch information
telmosampaio authored Nov 15, 2017
2 parents 6e84ccf + 35e4c55 commit 24b7655
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions virtual-machines/n-tier-windows/n-tier-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/mspnp/reference-architectures/peter/script-update/scripts/windows/ad/adds-forest.ps1"
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/ad/adds-forest.ps1"
]
},
"protectedSettings": {
Expand All @@ -151,7 +151,7 @@
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/mspnp/reference-architectures/peter/script-update/scripts/windows/ad/adds-replication-site.ps1"
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/ad/adds-replication-site.ps1"
]
},
"protectedSettings": {
Expand Down Expand Up @@ -236,7 +236,7 @@
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/mspnp/reference-architectures/peter/script-update/scripts/windows/ad/adds.ps1"
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/ad/adds.ps1"
]
},
"protectedSettings": {
Expand Down Expand Up @@ -625,10 +625,7 @@
"frontendIPConfigurations": [
{
"name": "webFrontEndIPConfig1",
"applicationGatewayType": "Internal",
"internalApplicationGatewaySettings": {
"subnetName": "appgateway"
}
"applicationGatewayType": "Public"
}
],
"frontendPorts": [
Expand All @@ -641,14 +638,14 @@
{
"name": "webBackendAddressPool",
"backendAddresses": [
{
"ipAddress": "10.0.1.4"
},
{
"ipAddress": "10.0.1.5"
},
{
"ipAddress": "10.0.1.6"
},
{
"ipAddress": "10.0.1.7"
}
]
}
Expand Down Expand Up @@ -731,7 +728,7 @@
"typeHandlerVersion": "2.1",
"autoUpgradeMinorVersion": true,
"settings": {
"ModulesUrl": "https://raw.githubusercontent.com/mspnp/reference-architectures/peter/script-update/scripts/windows/iisaspnet.ps1.zip",
"ModulesUrl": "https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/windows/iisaspnet.ps1.zip",
"configurationFunction": "iisaspnet.ps1\\iisaspnet"
},
"protectedSettings": {}
Expand Down Expand Up @@ -855,9 +852,7 @@
],
"securityRules": [
{
"name": "HTTP",
"sourceAddressPrefix": "10.0.0.0/16",
"priority": 100
"name": "HTTP"
}
]
},
Expand Down

0 comments on commit 24b7655

Please sign in to comment.