File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ The following example creates a service named *MyDMS* in the resource group *MyD
76
76
77
77
$vSubNet = Get-AzVirtualNetworkSubnetConfig -VirtualNetwork $vNet -Name MySubnet
78
78
79
- $service = New-AzDms -ResourceGroupName myResourceGroup `
79
+ $service = New-AzDms -ResourceGroupName MyDMSResourceGroup `
80
80
-ServiceName MyDMS `
81
81
-Location EastUS `
82
- -Sku Basic_2vCores `
82
+ -Sku GeneralPurpose_4vCores `
83
83
-VirtualSubnetId $vSubNet.Id`
84
84
```
85
85
@@ -252,4 +252,4 @@ Remove-AzDms -ResourceGroupName myResourceGroup -ServiceName MyDMS
252
252
253
253
## Next step
254
254
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/ ) .
You can’t perform that action at this time.
0 commit comments