Deploys a specified zip file to Azure App Service.
- Namespace
- Statiq
.Web .Azure - Containing Type
- DeployAppService
Syntax
public DeployAppService(Config<string> siteName, Config<string> username, Config<string> password, Config<IContentProvider> contentProvider)
Parameters
Name | Type | Description |
---|---|---|
siteName | Config |
The name of the site to deploy. |
username | Config |
The username to authenticate with. |
password | Config |
The password to authenticate with. |
contentProvider | Config |
A content provider that should provide a ZIP stream to deploy. |