diff --git a/rds-deployment/azuredeploy.json b/rds-deployment/azuredeploy.json index 570f0fd96d91..eb7a852eae4d 100644 --- a/rds-deployment/azuredeploy.json +++ b/rds-deployment/azuredeploy.json @@ -341,7 +341,7 @@ "idleTimeoutInMinutes": 5, "loadDistribution": "SourceIPProtocol", "probe": { - "id": "[concat(variables('gwlbID'),'/probes/tcpProbe')]" + "id": "[concat(variables('gwlbID'),'/probes/tcpProbe01')]" } } } diff --git a/rds-deployment/metadata.json b/rds-deployment/metadata.json index c224c396c0be..676c02bb679f 100644 --- a/rds-deployment/metadata.json +++ b/rds-deployment/metadata.json @@ -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" }