Skip to content

Commit 1f1551c

Browse files
author
Carlos Robles
committed
Removing storage account private endpoint limitation
1 parent 46b868e commit 1f1551c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/dms/tutorial-sql-server-managed-instance-offline-ads.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Tutorial: Migrate SQL Server to Azure SQL Managed Instance offline using
33
titleSuffix: Azure Database Migration Service
44
description: Migrate SQL Server to an Azure SQL Managed Instance offline using Azure Data Studio with Azure Database Migration Service (Preview)
55
services: dms
6-
author: mokabiru
7-
ms.author: mokabiru
6+
author: croblesm
7+
ms.author: roblescarlos
88
manager:
99
ms.reviewer:
1010
ms.service: dms
@@ -52,7 +52,6 @@ To complete this tutorial, you need to:
5252
* Provide an SMB network share, Azure storage account file share, or Azure storage account blob container that contains your full database backup files and subsequent transaction log backup files, which Azure Database Migration Service can use for database migration.
5353
> [!IMPORTANT]
5454
> - If your database backup files are provided in an SMB network share, [Create an Azure storage account](../storage/common/storage-account-create.md) that allows DMS service to upload the database backup files to and use for migrating databases. Make sure to create the Azure Storage Account in the same region as the Azure Database Migration Service instance is created.
55-
> - You can't use an Azure Storage account that has a private endpoint with Azure Database Migration Service.
5655
> - Azure Database Migration Service does not initiate any backups, and instead uses existing backups, which you may already have as part of your disaster recovery plan, for the migration.
5756
> - You need to take [backups using the `WITH CHECKSUM` option](/sql/relational-databases/backup-restore/enable-or-disable-backup-checksums-during-backup-or-restore-sql-server?preserve-view=true&view=sql-server-2017).
5857
> - Each backup can be written to either a separate backup file or multiple backup files. However, appending multiple backups (i.e. full and t-log) into a single backup media is not supported.

articles/dms/tutorial-sql-server-managed-instance-online-ads.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Tutorial: Migrate SQL Server to Azure SQL Managed Instance online using
33
titleSuffix: Azure Database Migration Service(DMS)
44
description: Migrate SQL Server to an Azure SQL Managed Instance online using Azure Data Studio with Azure Database Migration Service
55
services: dms
6-
author: mokabiru
7-
ms.author: mokabiru
6+
author: croblesm
7+
ms.author: roblescarlos
88
manager:
99
ms.reviewer: cawrites
1010
ms.service: dms
@@ -60,7 +60,6 @@ To complete this tutorial, you need to:
6060

6161
> [!IMPORTANT]
6262
> - If your database backup files are provided in an SMB network share, [Create an Azure storage account](../storage/common/storage-account-create.md) that allows the DMS service to upload the database backup files. Make sure to create the Azure Storage Account in the same region as the Azure Database Migration Service instance is created.
63-
> - You can't use an Azure Storage account that has a private endpoint with Azure Database Migration Service.
6463
> - Azure Database Migration Service does not initiate any backups, and instead uses existing backups, which you may already have as part of your disaster recovery plan, for the migration.
6564
> - You need to take [backups using the `WITH CHECKSUM` option](/sql/relational-databases/backup-restore/enable-or-disable-backup-checksums-during-backup-or-restore-sql-server).
6665
> - Each backup can be written to either a separate backup file or multiple backup files. However, appending multiple backups (i.e. full and t-log) into a single backup media is not supported.

0 commit comments

Comments
 (0)