Skip to content

Commit

Permalink
Merge pull request Azure#3763 from bigj51/master
Browse files Browse the repository at this point in the history
Corrected LBRule02 probe assignment to correct probe
  • Loading branch information
bmoore-msft authored Aug 17, 2017
2 parents f973bd0 + 979cb27 commit 041ccb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rds-deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"idleTimeoutInMinutes": 5,
"loadDistribution": "SourceIPProtocol",
"probe": {
"id": "[concat(variables('gwlbID'),'/probes/tcpProbe')]"
"id": "[concat(variables('gwlbID'),'/probes/tcpProbe01')]"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion rds-deployment/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "This template creates a basic RDS farm deployment",
"summary": "Creates and deploys a fully functional RDS farm",
"githubUsername": "MahendraAgrawal",
"dateUpdated": "2016-10-12"
"dateUpdated": "2017-08-05"
}

0 comments on commit 041ccb5

Please sign in to comment.