Skip to content

Commit

Permalink
Fix for incorrect variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegJytnik committed Jul 13, 2018
1 parent 3051a9f commit f2f4ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SXA 1.7.1/xp0/nested/azuredeploy-solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

"resources": [
{
"name": "[concat(variables('singleWebAppName'), '/', 'MSDeploy')]",
"name": "[concat(variables('singleWebAppNameTidy'), '/', 'MSDeploy')]",
"type": "Microsoft.Web/sites/extensions",
"location": "[parameters('location')]",
"apiVersion": "[variables('webApiVersion')]",
Expand All @@ -96,7 +96,7 @@
"dbType": "SQL",
"connectionString": "[concat('Data Source=tcp:', variables('sqlServerFqdnTidy'), ',1433;Initial Catalog=master;User Id=', parameters('sqlServerLogin'), ';Password=', parameters('sqlServerPassword'), ';')]",
"setParameters": {
"Application Path": "[variables('cmWebAppNameTidy')]"
"Application Path": "[variables('singleWebAppNameTidy')]"
}
}
]
Expand Down

0 comments on commit f2f4ac0

Please sign in to comment.