This is part of the Fake.Azure.Emulators module.
Contains tasks to control the local Azure Emulator
Function or value | Description |
Emulators.msSdkBasePath
Signature: string
|
Base path for getting tools from Microsoft SDKs
|
Emulators.resetDevStorage(_arg1)
Signature: _arg1:'?9903 -> unit
Type parameters: '?9903
|
Resets the devstore (BLOB, Queues and Tables)
|
Emulators.startComputeEmulator(_arg1)
Signature: _arg1:'?9901 -> unit
Type parameters: '?9901
|
Starts the compute emulator
|
Emulators.startStorageEmulator(_arg1)
Signature: _arg1:'?9897 -> unit
Type parameters: '?9897
|
Starts the storage emulator
|
Emulators.stopComputeEmulator(_arg1)
Signature: _arg1:'?9899 -> unit
Type parameters: '?9899
|
Stops the compute emulator
|
Emulators.stopStorageEmulator(_arg1)
Signature: _arg1:'?9895 -> unit
Type parameters: '?9895
|
Stops the storage emulator
|