Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

CloudServices

Contains tasks to package Azure Cloud Services.

Note: This documentation is for FAKE version 5.0 or later. The old documentation can be found here

Nested types and modules

TypeDescription
PackageCloudServiceParams

Configuration details for packaging cloud services.

ModuleDescription
VmSizes

Functions and values

Function or valueDescription
CloudServices.DefaultCloudServiceParams
Signature: PackageCloudServiceParams
CloudServices.modifyVMSize(...)
Signature: VmSize -> cloudService:string -> unit

Modifies the size of the Worker Role in the csdef.

CloudServices.packageRole(...)
Signature: packageCloudServiceParams:PackageCloudServiceParams -> int option

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