diff --git a/Files/Empty.scwdp.zip b/Files/Empty.scwdp.zip new file mode 100644 index 00000000..605bc83b Binary files /dev/null and b/Files/Empty.scwdp.zip differ diff --git a/Sitecore 8.2.5/xp/nested/application.json b/Sitecore 8.2.5/xp/nested/application.json index 912fbad8..f85ea061 100644 --- a/Sitecore 8.2.5/xp/nested/application.json +++ b/Sitecore 8.2.5/xp/nested/application.json @@ -329,6 +329,11 @@ "location": "[parameters('location')]", "apiVersion": "[variables('webApiVersion')]", "properties": { + "packageUri": "https://github.com/luuksommers/Sitecore-Azure-Quickstart-Templates/tree/CleanWebRoot/Files/Empty.scwdp.zip", + "dbType": "None", + "setParameters": { + "Application Path": "[variables('webAppNameTidy')]" + }, "addOnPackages": [ { "packageUri": "[parameters('setCompatibilityLevelMsDeployPackageUrl')]", diff --git a/Sitecore 8.2.5/xp0/nested/application.json b/Sitecore 8.2.5/xp0/nested/application.json index 46a7135d..8b8b4c1b 100644 --- a/Sitecore 8.2.5/xp0/nested/application.json +++ b/Sitecore 8.2.5/xp0/nested/application.json @@ -186,6 +186,11 @@ "location": "[parameters('location')]", "apiVersion": "[variables('webApiVersion')]", "properties": { + "packageUri": "https://github.com/luuksommers/Sitecore-Azure-Quickstart-Templates/tree/CleanWebRoot/Files/Empty.scwdp.zip", + "dbType": "None", + "setParameters": { + "Application Path": "[variables('webAppNameTidy')]" + }, "addOnPackages": [ { "packageUri": "[parameters('setCompatibilityLevelMsDeployPackageUrl')]",