FAKE - F# Make


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.

Fork me on GitHub