FAKE - F# Make


AzureHelper

Contains tasks to control the local Azure Emulator

Nested types and modules

TypeDescription
AzureEmulatorParams

A type for the controlling parameter

Functions and values

Function or valueDescription
AzureEmulatorDefaults
Signature: AzureEmulatorParams

The default parameter of emulator

ResetDevStorage _arg1
Signature: _arg1:'?8676 -> unit
Type parameters: '?8676

Resets the devstore (BLOB, Queues and Tables)

StartComputeEmulator _arg1
Signature: _arg1:'?8674 -> unit
Type parameters: '?8674

Starts the compute emulator

StartStorageEmulator _arg1
Signature: _arg1:'?8670 -> unit
Type parameters: '?8670

Starts the storage emulator

StopComputeEmulator _arg1
Signature: _arg1:'?8672 -> unit
Type parameters: '?8672

Stops the compute emulator

StopStorageEmulator _arg1
Signature: _arg1:'?8668 -> unit
Type parameters: '?8668

Stops the storage emulator

Fork me on GitHub