Skip to content

Commit beca75f

Browse files
authored
Update howto-sql-server-to-azure-sql-powershell.md
Example of creating a DMS service had some parameters that were not consistent with the documentation above it.
1 parent af10544 commit beca75f

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

@@ -252,4 +252,4 @@ Remove-AzDms -ResourceGroupName myResourceGroup -ServiceName MyDMS
252252

253253
## Next step
254254

255-
* Review the migration guidance in the Microsoft [Database Migration Guide](https://datamigration.microsoft.com/).
255+
* Review the migration guidance in the Microsoft [Database Migration Guide](https://datamigration.microsoft.com/).

0 commit comments

Comments
 (0)