Deploys output files to Azure App Service using a zip file.
- Namespace
- Statiq
.Web .Azure - Interfaces
- Base Types
graph BT
Type-->Base0["MultiConfigModule"]
click Base0 "/api/Statiq.Common/MultiConfigModule"
Base0-->Base1["MultiConfigModuleBase"]
click Base1 "/api/Statiq.Common/MultiConfigModuleBase"
Base1-->Base2["Module"]
click Base2 "/api/Statiq.Common/Module"
Base2-->Base3["object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Statiq.Common/IModule"
Type["DeployAppService"]
class Type type-node
Syntax
public class DeployAppService : MultiConfigModule, IModule
Constructors
Name | Summary |
---|---|
DeployAppService |
Deploys a specified zip file to Azure App Service. |
DeployAppService |
Deploys a specified zip file to Azure App Service. |
DeployAppService |
Deploys a specified folder to Azure App Service. |
DeployAppService |
Deploys a specified folder to Azure App Service. |
DeployAppService |
Deploys the output folder to Azure App Service. |
Properties
Name | Property Type | Summary |
---|---|---|
Configs | IReadOnlyDictionary |
Inherited from Multi
|
Force |
bool |
Inherited from Multi
|