Deploys a specified folder to Azure App Service.
- Namespace
- Statiq
.Web .Azure - Containing Type
- DeployAppService
Syntax
public DeployAppService(Config<string> siteName, Config<string> username, Config<string> password, Config<IContentProviderFactory> contentProviderFactory)
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. |
contentProviderFactory | Config |
A content provider factory that should provide a ZIP stream content provider to deploy. |