Skip to content

Commit b454248

Browse files
Merge pull request #34376 from abhims14/patch-6
Update custom-roles.md
2 parents 444941a + 0c4d0e1 commit b454248

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

data-migration/sql-server/database/custom-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use custom roles for SQL Server to Azure SQL Database
55
author: abhims14
66
ms.author: abhishekum
77
ms.reviewer: randolphwest
8-
ms.date: 06/26/2024
8+
ms.date: 06/11/2025
99
ms.service: azure-database-migration-service
1010
ms.topic: conceptual
1111
ms.collection:
@@ -14,7 +14,7 @@ ms.collection:
1414

1515
# Custom roles for SQL Server to Azure SQL Database migrations in Azure Data Studio
1616

17-
This article explains how to set up a custom role in Azure for SQL Server database migrations. The custom role only has the permissions necessary to create and run an instance of Azure Database Migration Service with Azure SQL Database as a target.
17+
This article explains how to set up a custom role in Azure for SQL Server database migrations. The custom role is configured with only the permissions required to initiate and execute migrations using an instance of Azure Database Migration Service, targeting Azure SQL Database. To provision a new instance of Azure Database Migration Service, the user must be assigned either the **Owner** or **Contributor** role at the subscription level.
1818

1919
Use the `AssignableScopes` section of the role definition JSON string to control where the permissions appear in the **Add role assignment** UI in the Azure portal. To avoid cluttering the UI with extra roles, you might want to define the role at the level of the resource group, or even the level of the resource. The resource that the custom role applies to doesn't perform the actual role assignment.
2020

data-migration/sql-server/managed-instance/custom-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Database Migration Service
44
description: Learn to use the custom roles for SQL Server to Azure SQL Managed Instance migrations.
55
author: rwestMSFT
66
ms.author: randolphwest
7-
ms.date: 06/26/2024
7+
ms.date: 06/11/2025
88
ms.service: azure-database-migration-service
99
ms.topic: conceptual
1010
ms.collection:
@@ -13,7 +13,7 @@ ms.collection:
1313

1414
# Custom roles for SQL Server to Azure SQL Managed Instance migrations using ADS
1515

16-
This article explains how to set up a custom role in Azure for SQL Server database migrations. The custom role only has the permissions necessary to create and run an instance of Azure Database Migration Service with Azure SQL Managed Instance as a target.
16+
This article explains how to set up a custom role in Azure for SQL Server database migrations. The custom role is configured with only the permissions required to initiate and execute migrations using an instance of Azure Database Migration Service, targeting Azure SQL Managed Instance. To provision a new instance of Azure Database Migration Service, the user must be assigned either the **Owner** or **Contributor** role at the subscription level.
1717

1818
Use the `AssignableScopes` section of the role definition JSON string to control where the permissions appear in the **Add role assignment** UI in the Azure portal. To avoid cluttering the UI with extra roles, you might want to define the role at the level of the resource group, or even the level of the resource. The resource that the custom role applies to doesn't perform the actual role assignment.
1919

data-migration/sql-server/virtual-machines/custom-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Database Migration Service
44
description: Learn to use the custom roles for SQL Server to Azure VM's migrations.
55
author: rwestMSFT
66
ms.author: randolphwest
7-
ms.date: 06/26/2024
7+
ms.date: 06/11/2025
88
ms.service: azure-database-migration-service
99
ms.topic: conceptual
1010
ms.collection:
@@ -13,7 +13,7 @@ ms.collection:
1313

1414
# Custom roles for SQL Server to Azure Virtual Machines migrations using ADS
1515

16-
This article explains how to set up a custom role in Azure for SQL Server database migrations. The custom role only has the permissions necessary to create and run an instance of Azure Database Migration Service with Azure Virtual Machine as a target.
16+
This article explains how to set up a custom role in Azure for SQL Server database migrations. The custom role is configured with only the permissions required to initiate and execute migrations using an instance of Azure Database Migration Service, targeting Azure Virtual Machine. To provision a new instance of Azure Database Migration Service, the user must be assigned either the **Owner** or **Contributor** role at the subscription level.
1717

1818
Use the `AssignableScopes` section of the role definition JSON string to control where the permissions appear in the **Add role assignment** UI in the Azure portal. To avoid cluttering the UI with extra roles, you might want to define the role at the level of the resource group, or even the level of the resource. The resource that the custom role applies to doesn't perform the actual role assignment.
1919

0 commit comments

Comments
 (0)