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