Skip to content

Commit 318e0a9

Browse files
authored
Merge pull request #57669 from HJToland3/localworking
Localworking
2 parents 958f5d9 + a24fc6e commit 318e0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: database-migration
1010
ms.workload: data-services
1111
ms.custom: mvc
1212
ms.topic: article
13-
ms.date: 10/09/2018
13+
ms.date: 11/10/2018
1414
---
1515

1616
# Migrate SQL Server on-premises to Azure SQL Database using Azure PowerShell
@@ -57,7 +57,7 @@ This cmdlet expects the following required parameters:
5757
- *Azure Resource Group name*. You can use [New-AzureRmResourceGroup](https://docs.microsoft.com/powershell/module/azurerm.resources/new-azurermresourcegroup?view=azurermps-4.4.1) command to create Azure Resource group as previously shown and provide its name as a parameter.
5858
- *Service name*. String that corresponds to the desired unique service name for Azure Database Migration Service
5959
- *Location*. Specifies the location of the service. Specify an Azure data center location, such as West US or Southeast Asia
60-
- *Sku*. This parameter corresponds to DMS Sku name. Currently supported Sku names are *Basic_1vCore*, *Basic_2vCores*, *GeneralPurpose_4vCores*
60+
- *Sku*. This parameter corresponds to DMS Sku name. The currently supported Sku name is *GeneralPurpose_4vCores*.
6161
- *Virtual Subnet Identifier*. You can use cmdlet [New-AzureRmVirtualNetworkSubnetConfig](https://docs.microsoft.com/powershell/module/azurerm.network/new-azurermvirtualnetworksubnetconfig?view=azurermps-4.4.1) to create a subnet.
6262

6363
The following example creates a service named *MyDMS* in the resource group *MyDMSResourceGroup* located in the *East US* region using a virtual network named *MyVNET* and subnet called *MySubnet*.

0 commit comments

Comments
 (0)