Skip to content

Commit 60e2a85

Browse files
authored
Merge pull request #206340 from croblesm/crobles-0727-storageaccount-endpoint-removal
Removing storage account private endpoint limitation
2 parents 2354e68 + 1f1551c commit 60e2a85

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)