Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 1.92 KB

Save-AzureServiceProjectPackage.md

File metadata and controls

80 lines (56 loc) · 1.92 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.dll-Help.xml
9445B7FA-FC72-4F71-BD44-8AA55BE9BA0E
2.0.0

Save-AzureServiceProjectPackage

SYNOPSIS

Packages the service project into Azure cloud package.

[!INCLUDE rdfe-banner]

SYNTAX

Save-AzureServiceProjectPackage [-Local] [-Profile <AzureSMProfile>] [<CommonParameters>]

DESCRIPTION

This topic describes the cmdlet in the 0.8.10 version of the Microsoft Azure PowerShell module. To get the version of the module you're using, in the Azure PowerShell console, type (Get-Module -Name Azure).Version.

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

EXAMPLES

Example 1: Create a service project package

PS C:\> Save-AzureServiceProjectPackage

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

PARAMETERS

-Local

Type: SwitchParameter
Parameter Sets: (All)
Aliases: l

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type: AzureSMProfile
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Publish-AzureServiceProject