Deploys a specified zip file to Azure App Service.
- Namespace
- Statiq
.Web .Azure - Containing Type
- DeployAppService
Syntax
public DeployAppService(Config<NormalizedPath> zipPath, Config<string> siteName, Config<string> username, Config<string> password)
Parameters
Name | Type | Description |
---|---|---|
zipPath | Config |
The zip file to deploy. |
siteName | Config |
The name of the site to deploy. |
username | Config |
The username to authenticate with. |
password | Config |
The password to authenticate with. |