Skip to content

Commit 70e4b10

Browse files
committed
brian tweaks
1 parent 4df8b6d commit 70e4b10

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/dms/pre-reqs.md

Lines changed: 10 additions & 6 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/24/2020
13+
ms.date: 02/25/2020
1414
---
1515

1616
# Overview of prerequisites for using the Azure Database Migration Service
@@ -35,14 +35,18 @@ Azure Database Migration Service prerequisites that are common across all suppor
3535
> ```
3636
>
3737
> $readerActions = `
38-
> "Microsoft.DataMigration/services/*/read", `
39-
> "Microsoft.Network/networkInterfaces/ipConfigurations/read"
38+
> "Microsoft.Network/networkInterfaces/ipConfigurations/read", `
39+
> "Microsoft.DataMigration/*/read", `
40+
> "Microsoft.Resources/subscriptions/resourceGroups/read"
4041
>
4142
> $writerActions = `
4243
> "Microsoft.DataMigration/services/*/write", `
4344
> "Microsoft.DataMigration/services/*/delete", `
44-
> "Microsoft.DataMigration/services/*/action"", `
45+
> "Microsoft.DataMigration/services/*/action", `
4546
> "Microsoft.Network/virtualNetworks/subnets/join/action", `
47+
> "Microsoft.Network/virtualNetworks/write", `
48+
> "Microsoft.Network/virtualNetworks/read", `
49+
> "Microsoft.Resources/deployments/validate/action", `
4650
> "Microsoft.Resources/deployments/*/read", `
4751
> "Microsoft.Resources/deployments/*/write"
4852
>
@@ -104,7 +108,7 @@ In addition to Azure Database Migration Service prerequisites that are common to
104108
105109
When using the Azure Database Migration Service to perform SQL Server to Azure SQL Database migrations, in addition to the prerequisites that are common to all migration scenarios, be sure to address the following additional prerequisites:
106110
107-
* Create an instance of Azure SQL Database instance, which you do by following the detail in the article C[reate an Azure SQL database in the Azure portal](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-portal).
111+
* Create an instance of Azure SQL Database instance, which you do by following the detail in the article [Create an Azure SQL database in the Azure portal](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-portal).
108112
* Download and install the [Data Migration Assistant](https://www.microsoft.com/download/details.aspx?id=53595) v3.3 or later.
109113
* Open your Windows Firewall to allow the Azure Database Migration Service to access the source SQL Server, which by default is TCP port 1433.
110114
* If you are running multiple named SQL Server instances using dynamic ports, you may wish to enable the SQL Browser Service and allow access to UDP port 1434 through your firewalls so that the Azure Database Migration Service can connect to a named instance on your source server.
@@ -114,7 +118,7 @@ When using the Azure Database Migration Service to perform SQL Server to Azure S
114118
115119
> [!NOTE]
116120
> For a complete listing of the prerequisites required to use the Azure Database Migration Service to perform migrations from SQL Server to Azure SQL Database, see the tutorial [Migrate SQL Server to Azure SQL Database](https://docs.microsoft.com/azure/dms/tutorial-sql-server-to-azure-sql).
117-
>
121+
>
118122
119123
## Prerequisites for migrating SQL Server to an Azure SQL Database managed instance
120124

0 commit comments

Comments
 (0)