< Back
Set-AzureWalkUpgradeDomain
Post
NAME Set-AzureWalkUpgradeDomain
SYNOPSIS
Walks the specified upgrade domain.
SYNTAX
Set-AzureWalkUpgradeDomain [-ServiceName] <String> [-Slot] <String> [-DomainNumber] <Int32> [-Profile <AzureSMProfile>] [-InformationAction
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
DESCRIPTION
The Set-AzureWalkUpgradeDomain cmdlet initiates the actual upgrade of an Azure deployment. The upgrade package and configuration are set by using the
Set-AzureDeployment cmdlet with the -Upgrade switch.
PARAMETERS
-ServiceName <String>
Specifies the Microsoft Azure service name to upgrade.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Slot <String>
Specifies the environment of the deployment to upgrade.
The acceptable values for this parameter are:
-- Staging
-- Production
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DomainNumber <Int32>
Specifies the upgrade domain to upgrade.
Required? true
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Profile <AzureSMProfile>
Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InformationAction <ActionPreference>
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InformationVariable <String>
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, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
ManagementOperationContext
NOTES
-------------------------- Example 1: Initiate an upgrade of a production deployment --------------------------
PS C:\\>Set-AzureWalkUpgradeDomain -ServiceName "MySvc1" -slot "Production" -UpgradeDomain 2
This command initiates the upgrade of Upgrade Domain 2 of the production deployment of the MySvc1 service.
RELATED LINKS
Set-AzureDeployment
Azure Service Cmdlets
SYNOPSIS
Walks the specified upgrade domain.
SYNTAX
Set-AzureWalkUpgradeDomain [-ServiceName] <String> [-Slot] <String> [-DomainNumber] <Int32> [-Profile <AzureSMProfile>] [-InformationAction
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
DESCRIPTION
The Set-AzureWalkUpgradeDomain cmdlet initiates the actual upgrade of an Azure deployment. The upgrade package and configuration are set by using the
Set-AzureDeployment cmdlet with the -Upgrade switch.
PARAMETERS
-ServiceName <String>
Specifies the Microsoft Azure service name to upgrade.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Slot <String>
Specifies the environment of the deployment to upgrade.
The acceptable values for this parameter are:
-- Staging
-- Production
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DomainNumber <Int32>
Specifies the upgrade domain to upgrade.
Required? true
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Profile <AzureSMProfile>
Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InformationAction <ActionPreference>
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-InformationVariable <String>
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, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
ManagementOperationContext
NOTES
-------------------------- Example 1: Initiate an upgrade of a production deployment --------------------------
PS C:\\>Set-AzureWalkUpgradeDomain -ServiceName "MySvc1" -slot "Production" -UpgradeDomain 2
This command initiates the upgrade of Upgrade Domain 2 of the production deployment of the MySvc1 service.
RELATED LINKS
Set-AzureDeployment
Azure Service Cmdlets