Skip to content

Commit a953d46

Browse files
Merge pull request #35513 from abhims14/patch-10
Update custom roles documentation and permissions note
2 parents 0877b82 + ae125c7 commit a953d46

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Custom roles: Online SQL Server to SQL Managed Instance migrations using ADS"
2+
title: "Custom Roles: Online SQL Server to SQL Managed Instance Migrations Using ADS"
33
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/11/2025
7+
ms.date: 10/08/2025
88
ms.service: azure-database-migration-service
99
ms.topic: conceptual
1010
ms.collection:
@@ -74,6 +74,9 @@ You can use either the Azure portal, Azure PowerShell, Azure CLI, or Azure REST
7474

7575
For more information, see [Create or update Azure custom roles using the Azure portal](/azure/role-based-access-control/custom-roles-portal) and [Azure custom roles](/azure/role-based-access-control/custom-roles).
7676

77+
> [!NOTE]
78+
> When migrating to SQL Managed Instance via **Azure portal** using **Managed Identity**, make sure the signed in user has **Storage Blob Data Reader** access on the storage account. This permission is needed to list folders and files in the blob container during migration setup via Azure portal. For more information, see [DMS - Support for Managed Identity for Azure SQL Managed Instance migration](https://techcommunity.microsoft.com/blog/microsoftdatamigration/dms---support-for-managed-identity-for-azure-sql-managed-instance-migration/4411274).
79+
7780
## Description of permissions needed to migrate to Azure SQL Managed Instance
7881

7982
| Permission action | Description |

data-migration/sql-server/managed-instance/database-migration-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to migrate on-premises SQL Server to Azure SQL Managed In
55
author: abhims14
66
ms.author: abhishekum
77
ms.reviewer: randolphwest
8-
ms.date: 10/06/2025
8+
ms.date: 10/08/2025
99
ms.service: azure-database-migration-service
1010
ms.topic: tutorial
1111
ms.collection:
@@ -88,7 +88,7 @@ To complete this tutorial, you need to:
8888
1. In the Azure portal, go to **Storage account** (used for the migration for keeping backup files), and navigate to **IAM roles** > **Assign role**, and assign Storage Blob Data Reader to the associated managed identity.
8989

9090
> [!NOTE]
91-
> The Storage account should have the **Allow storage account key access** option enabled. For more information, see [DMS - Support for Managed Identity for Azure SQL Managed Instance migration](https://techcommunity.microsoft.com/blog/microsoftdatamigration/dms---support-for-managed-identity-for-azure-sql-managed-instance-migration/4411274).
91+
> When migrating to SQL Managed Instance via **Azure portal** using **Managed Identity**, make sure the signed in user has **Storage Blob Data Reader** access on the storage account. This permission is needed to list folders and files in the blob container during migration setup via Azure portal. For more information, see [DMS - Support for Managed Identity for Azure SQL Managed Instance migration](https://techcommunity.microsoft.com/blog/microsoftdatamigration/dms---support-for-managed-identity-for-azure-sql-managed-instance-migration/4411274).
9292
9393
As an alternative to using one of these built-in roles, you can [assign custom roles](custom-roles.md).
9494

0 commit comments

Comments
 (0)