Skip to content

Commit d5cc84d

Browse files
authored
Merge pull request #78652 from dbaduck/patch-3
Update howto-sql-server-to-azure-sql-powershell.md
2 parents 5a3000c + 4ec58fc commit d5cc84d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dms/howto-sql-server-to-azure-sql-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ The following example creates a service named *MyDMS* in the resource group *MyD
7676
7777
$vSubNet = Get-AzVirtualNetworkSubnetConfig -VirtualNetwork $vNet -Name MySubnet
7878
79-
$service = New-AzDms -ResourceGroupName myResourceGroup `
79+
$service = New-AzDms -ResourceGroupName MyDMSResourceGroup `
8080
-ServiceName MyDMS `
8181
-Location EastUS `
82-
-Sku Basic_2vCores `
82+
-Sku GeneralPurpose_4vCores `
8383
-VirtualSubnetId $vSubNet.Id`
8484
```
8585

@@ -255,4 +255,4 @@ Remove-AzDms -ResourceGroupName myResourceGroup -ServiceName MyDMS
255255

256256
## Next step
257257

258-
* Review the migration guidance in the Microsoft [Database Migration Guide](/data-migration/).
258+
* Review the migration guidance in the Microsoft [Database Migration Guide](/data-migration/).

0 commit comments

Comments
 (0)