Skip to content

Commit fc671b4

Browse files
authored
Merge pull request #102843 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents eef46f5 + 73d6f8c commit fc671b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dms/tutorial-postgresql-azure-postgresql-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ To complete all the database objects like table schemas, indexes and stored proc
200200
2. Provision an instance of DMS by running the following command:
201201
202202
```
203-
az dms create -l [location] -n <newServiceName> -g <yourResourceGroupName> --sku-name BusinessCritical_4vCores --subnet/subscriptions/{vnet subscription id}/resourceGroups/{vnet resource group}/providers/Microsoft.Network/virtualNetworks/{vnet name}/subnets/{subnet name} –tags tagName1=tagValue1 tagWithNoValue
203+
az dms create -l [location] -n <newServiceName> -g <yourResourceGroupName> --sku-name Premium_4vCores --subnet/subscriptions/{vnet subscription id}/resourceGroups/{vnet resource group}/providers/Microsoft.Network/virtualNetworks/{vnet name}/subnets/{subnet name} –tags tagName1=tagValue1 tagWithNoValue
204204
```
205205
206206
For example the following command will create a service in:
@@ -211,7 +211,7 @@ To complete all the database objects like table schemas, indexes and stored proc
211211
* DMS Service Name: PostgresCLI
212212
213213
```
214-
az dms create -l eastus2 -g PostgresDemo -n PostgresCLI --subnet /subscriptions/97181df2-909d-420b-ab93-1bff15acb6b7/resourceGroups/ERNetwork/providers/Microsoft.Network/virtualNetworks/AzureDMS-CORP-USC-VNET-5044/subnets/Subnet-1 --sku-name BusinessCritical_4vCores
214+
az dms create -l eastus2 -g PostgresDemo -n PostgresCLI --subnet /subscriptions/97181df2-909d-420b-ab93-1bff15acb6b7/resourceGroups/ERNetwork/providers/Microsoft.Network/virtualNetworks/AzureDMS-CORP-USC-VNET-5044/subnets/Subnet-1 --sku-name Premium_4vCores
215215
```
216216
217217
It takes about 10-12 minutes to create the instance of the DMS service.

0 commit comments

Comments
 (0)