DeployAppService(Config<NormalizedPath>, Config<string>, Config<string>, Config<string>) Constructor
Deploys a specified zip file to Azure App Service.
Namespace
Statiq.Web.Azure
Containing Type
DeployAppService

Syntax

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

Parameters

Name Type Description
zipPath Config<NormalizedPath> The zip file to deploy.
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.