Repair-AzVmssServiceFabricUpdateDomain
Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Repair-AzVmssServiceFabricUpdateDomain
[-ResourceGroupName] <String>
[-VMScaleSetName] <String>
[-PlatformUpdateDomain] <Int32>
[-Zone <String>]
[-PlacementGroupId <String>]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Repair-AzVmssServiceFabricUpdateDomain
[-PlatformUpdateDomain] <Int32>
[-Zone <String>]
[-PlacementGroupId <String>]
[-ResourceId] <String>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Repair-AzVmssServiceFabricUpdateDomain
[-PlatformUpdateDomain] <Int32>
[-Zone <String>]
[-PlacementGroupId <String>]
[-VirtualMachineScaleSet] <PSVirtualMachineScaleSet>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Force manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set.
Examples
Example 1
Repair-AzVmssServiceFabricUpdateDomain -ResourceGroupName $rgname -VMScaleSetName $vmssName -PlatformUpdateDomain 0
This command forces service fabric update walk on UD 0 for the virtual machine scale set specified by resource group name and scale set name.
Example 2
$vmss = Get-AzVmss -ResourceGroupName $rgname -VMScaleSetName $vmssName
Repair-AzVmssServiceFabricUpdateDomain -VirtualMachineScaleSet $vmss -PlatformUpdateDomain 1
This command forces service fabric update walk on UD 1 for the virtual machine scale set specified by VM scale set object.
Example 3
Repair-AzVmssServiceFabricUpdateDomain -ResourceId $resourceId -PlatformUpdateDomain 2;
This command forces service fabric update walk on UD 2 for the virtual machine scale set specified by resource id.
Parameters
Run cmdlet in the background
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Placement Group Id of the Vmss
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The platform update domain for which a manual recovery walk is requested.
| Type: | Int32 |
| Position: | 2 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The name of the resource group.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The resource id for the virtual machine scale set.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Local virtual machine scale set object
| Type: | PSVirtualMachineScaleSet |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The name of the virtual machine scale set
| Type: | String |
| Aliases: | Name |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Zone of the Vmss
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |