Skip to content

Commit 4df8b6d

Browse files
committed
pre-req updates
1 parent 3eef67e commit 4df8b6d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/dms/pre-reqs.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: dms
1010
ms.workload: data-services
1111
ms.custom: "seo-lt-2019"
1212
ms.topic: article
13-
ms.date: 02/20/2020
13+
ms.date: 02/24/2020
1414
---
1515

1616
# Overview of prerequisites for using the Azure Database Migration Service
@@ -30,7 +30,7 @@ Azure Database Migration Service prerequisites that are common across all suppor
3030
* Enable the TCP/IP protocol, which is disabled by default during SQL Server Express installation, by following the instructions in the article [Enable or Disable a Server Network Protocol](https://docs.microsoft.com/sql/database-engine/configure-windows/enable-or-disable-a-server-network-protocol#SSMSProcedure).
3131

3232
> [!IMPORTANT]
33-
> Creating an instance of Azure Database Migration Service requires access to virtual networt settings that are normally not within the same resource group. As a result, the user creating an instance of DMS requires permission at subscription level. To create the required roles, which you can assign as needed, run the following script:
33+
> Creating an instance of Azure Database Migration Service requires access to virtual network settings that are normally not within the same resource group. As a result, the user creating an instance of DMS requires permission at subscription level. To create the required roles, which you can assign as needed, run the following script:
3434
>
3535
> ```
3636
>
@@ -41,7 +41,10 @@ Azure Database Migration Service prerequisites that are common across all suppor
4141
> $writerActions = `
4242
> "Microsoft.DataMigration/services/*/write", `
4343
> "Microsoft.DataMigration/services/*/delete", `
44-
> "Microsoft.DataMigration/services/*/action"
44+
> "Microsoft.DataMigration/services/*/action"", `
45+
> "Microsoft.Network/virtualNetworks/subnets/join/action", `
46+
> "Microsoft.Resources/deployments/*/read", `
47+
> "Microsoft.Resources/deployments/*/write"
4548
>
4649
> $writerActions += $readerActions
4750
>

0 commit comments

Comments
 (0)