DeployAppService(Config<string>, Config<string>, Config<string>) Constructor
Deploys the output folder to Azure App Service.
Namespace
Statiq.Web.Azure
Containing Type
DeployAppService

Syntax

public DeployAppService(Config<string> siteName, Config<string> username, Config<string> password)

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.