Skip to content

Commit a9c051b

Browse files
author
Ankita Dutta
committed
final edits:
1 parent 539a053 commit a9c051b

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

articles/virtual-machines/move-virtual-machines-regional-zonal-powershell.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ Modify settings as follows:
401401
```azurepowershell-interactive
402402
Update-AzResourceMoverMoveResource -ResourceGroupName " RegionToZone-DemoMCRG " -MoveCollectionName " RegionToZone-DemoMC -SourceId "/subscriptions/<Subscription-d>/resourceGroups/PSDemoRM/providers/Microsoft.Compute/virtualMachines/PSDemoVM" -Name "PSDemoVM" -ResourceSetting $TargetResourceSettingObj
403403
```
404-
405-
**Output**
406-
407-
:::image type="content" source="./media/tutorial-move-regional-zonal/modify-settings.png" alt-text="Output text after modifying move settings.":::
408404
409405
410406
## Resolve dependencies
@@ -543,8 +539,20 @@ After the initial move, you can decide whether you want to commit the move or di
543539
Invoke-AzResourceMover-VMZonalMoveCommit -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemovm111', 'PSDemoRM-vnet','PSDemoVM-nsg', ‘PSDemoVM’) -MoveResourceInputType "MoveResourceId"
544540
```
545541
546-
**Output**
547-
**IMAGE**
542+
**Output**:
543+
544+
```powershell
545+
AdditionalInfo :
546+
Code :
547+
Detail :
548+
EndTime : 9/22/2023 5:26:55 AM
549+
Id : /subscriptions/e80eb9fa-c996-4435-aa32-5af6f3d3077c/resourceGroups/RegionToZone-DemoMCRG/providers/Microsoft.Migrate/moveCollections/RegionToZone-DemoMC/operations/35dd1d93-ba70-4dc9-a17f-7d8ba48678d8
550+
Message :
551+
Name : 35dd1d93-ba70-4dc9-a17f-7d8ba48678d8
552+
Property : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Any
553+
StartTime : 9/22/2023 5:26:54 AM
554+
Status : Succeeded
555+
```
548556
549557
# [CLI](#tab/CLI)
550558

0 commit comments

Comments
 (0)