DeployAppService(Config<string>, Config<string>, Config<string>, Config<IContentProviderFactory>) Constructor
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<string> The name of the site to deploy.
username Config<string> The username to authenticate with.
password Config<string> The password to authenticate with.
contentProviderFactory Config<IContentProviderFactory> A content provider factory that should provide a ZIP stream content provider to deploy.