You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LetsEncrypt.ResourceGroup/Templates/azuredeploy.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,13 @@
98
98
"metadata": {
99
99
"description": "Url for the nuget feed to download site-extensions from, per default you don't need to change this. Used for overriding with private feed for testing prerelease versions"
100
100
}
101
+
},
102
+
"runFromPackage": {
103
+
"type": "string",
104
+
"defaultValue": "0",
105
+
"metadata": {
106
+
"description": "Set this to a url for a deployment package or 1 and dump a package in d:\\home\\data\\SitePackages, together with a packagename.txt file which contains the filename of the package in the folder"
0 commit comments