Save-AzureServiceProjectPackage

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

Save-AzureServiceProjectPackage

Packages the service project into Windows Azure cloud package (*.cspkg).

Parameter Set: Default
Save-AzureServiceProjectPackage [-Local] [ <CommonParameters>]

The Save-AzureServiceProjectPackage cmdlet packages the service project into a Windows Azure cloud package (*.cspkg).

-Local

Aliases

l

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.

Create a service project package

This example creates a *.cspgk for a service project named MyAzureServiceProject.

PS C:\> Save-AzureServiceProjectPackage

Publish-AzureServiceProject