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
@@ -255,4 +255,4 @@ Remove-AzDms -ResourceGroupName myResourceGroup -ServiceName MyDMS
255
255
256
256
## Next step
257
257
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/ ) .
You can’t perform that action at this time.
0 commit comments