Skip to content

Commit 3268e59

Browse files
Merge pull request #234587 from oriwolman/patch-12
Update migration-classic-resource-manager-ps.md
2 parents 98b98d6 + bde6177 commit 3268e59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/migration-classic-resource-manager-ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: virtual-machines
77
ms.subservice: classic-to-arm-migration
88
ms.workload: infrastructure-services
99
ms.topic: how-to
10-
ms.date: 01/25/2023
10+
ms.date: 04/14/2023
1111
ms.author: oriwolman
1212
ms.custom: devx-track-azurepowershell compute-evergreen, devx-track-arm-template
1313
---
@@ -226,10 +226,10 @@ To migrate virtual machines in a virtual network, you migrate the virtual networ
226226
> [!NOTE]
227227
> The virtual network name might be different from what is shown in the new portal. The new Azure portal displays the name as `[vnet-name]`, but the actual virtual network name is of type `Group [resource-group-name] [vnet-name]`. Before you start the migration, look up the actual virtual network name by using the command `Get-AzureVnetSite | Select -Property Name` or view it in the old Azure portal.
228228
229-
This example sets the virtual network name to **myVnet**. Replace the example virtual network name with your own.
229+
This following example sets the virtual network name to Group **[resource-group-name]** **[vnet-name]**. Replace the example virtual network name with one that was returned from running the command in the **Note** section above..
230230

231231
```powershell
232-
$vnetName = "myVnet"
232+
$vnetName = "Group [resource-group-name] [vnet-name]"
233233
```
234234

235235
> [!NOTE]

0 commit comments

Comments
 (0)