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

Emulators

Contains tasks to control the local Azure Emulator

Functions and values

Function or valueDescription
Emulators.msSdkBasePath
Signature: string

Base path for getting tools from Microsoft SDKs

Emulators.resetDevStorage(_arg1)
Signature: _arg1:'?19897 -> unit
Type parameters: '?19897

Resets the devstore (BLOB, Queues and Tables)

Emulators.startComputeEmulator(_arg1)
Signature: _arg1:'?19895 -> unit
Type parameters: '?19895

Starts the compute emulator

Emulators.startStorageEmulator(_arg1)
Signature: _arg1:'?19891 -> unit
Type parameters: '?19891

Starts the storage emulator

Emulators.stopComputeEmulator(_arg1)
Signature: _arg1:'?19893 -> unit
Type parameters: '?19893

Stops the compute emulator

Emulators.stopStorageEmulator(_arg1)
Signature: _arg1:'?19889 -> unit
Type parameters: '?19889

Stops the storage emulator