Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

CloudServices

Contains tasks to package Azure Cloud Services.

Nested types and modules

TypeDescription
PackageCloudServiceParams

Configuration details for packaging cloud services.

ModuleDescription
VmSizes

Functions and values

Function or valueDescription
DefaultCloudServiceParams
Signature: PackageCloudServiceParams
ModifyVMSize arg1 cloudService
Signature: VmSize -> cloudService:string -> unit

Modifies the size of the Worker Role in the csdef.

PackageRole(packageCloudServiceParams)
Signature: packageCloudServiceParams:PackageCloudServiceParams -> int option

Packages a cloud service role into a .cspkg, ready for deployment.