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<NormalizedPath> directory)
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. |
| directory | Config |
The directory containing the files to deploy (from the root folder, not the input folder). |