Skip to content

Commit 6fcd8e1

Browse files
committed
fix to deployment template.
1 parent bc8bd93 commit 6fcd8e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LetsEncrypt.ResourceGroup/Templates/azuredeploy.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
}
214214
},
215215
{
216-
"apiVersion": "2015-08-01",
216+
"apiVersion": "2018-02-01",
217217
"type": "Microsoft.Web/sites/hostNameBindings",
218218
"name": "[concat(variables('webAppName'),'/', split(parameters('hostnames'), ',')[copyIndex()])]",
219219
"dependsOn": [
@@ -229,6 +229,8 @@
229229
},
230230
"copy": {
231231
"name": "hostnameloop",
232+
"mode": "serial",
233+
"batchSize": 1,
232234
"count": "[length(split(parameters('hostnames'),','))]"
233235
}
234236
}

0 commit comments

Comments
 (0)