Start-AzureEmulator

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Start-AzureEmulator

Starts the compute and storage emulators.

Parameter Set: Default
Start-AzureEmulator [-Launch] [ <CommonParameters>]

The Start-AzureEmulator cmdlet starts both the compute and storage emulators and hosts the current service in the compute emulator.

-Launch

Opens a new browser window on the service after hosting it in the emulator.

Aliases

ln

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see  about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Start the emulator and launch a browser

This example runs the service in the Windows Azure emulator and launches a new browser window on the emulated service.

PS C:\> Start-AzureEmulator -L

New-AzureServiceProject

Publish-AzureServiceProject

Stop-AzureEmulator