Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef King committed Mar 30, 2017
1 parent 4625549 commit 488eae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azuredeploy.cdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
"apiVersion": "2016-04-02",
"dependsOn": [
"[variables('profileName')]",
"[variables('siteName')]"
"[parameters('siteName')]"
],
"tags": {
"displayName": "[variables('endpointName')]"
},
"properties": {
"originHostHeader": "[reference(variables('siteName')).hostNames[0]]",
"originHostHeader": "[reference(parameters('siteName')).hostNames[0]]",
"isHttpAllowed": true,
"isHttpsAllowed": true,
"queryStringCachingBehavior": "IgnoreQueryString",
Expand All @@ -141,7 +141,7 @@
{
"name": "origin1",
"properties": {
"hostName": "[reference(variables('siteName')).hostNames[0]]"
"hostName": "[reference(parameters('siteName')).hostNames[0]]"
}
}
]
Expand Down

0 comments on commit 488eae1

Please sign in to comment.