This is part of the Fake.Azure.Kudu module.
ZipDeployParams
Kudu ZipDeploy parameters
Record Fields
Record Field | Description |
PackageLocation
Signature: string
|
The path to the zip archive to upload |
Password
Signature: string
|
The WebDeploy or Git Password |
Url
Signature: Uri
|
The url of the website, usually in the format of https:// |
UserName
Signature: string
|
The WebDeploy or Git username, usually the $username from the site's publish profile |