This is part of the Fake.Azure.CloudServices module.

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.