You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/database-export.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Export a database to a BACPAC file using the Azure portal, PowerShe
5
5
author: WilliamDAssafMSFT
6
6
ms.author: wiassaf
7
7
ms.reviewer: mathoma, hudequei, randolphwest
8
-
ms.date: 01/26/2026
8
+
ms.date: 03/02/2026
9
9
ms.service: azure-sql
10
10
ms.subservice: data-movement
11
11
ms.topic: how-to
@@ -65,6 +65,22 @@ If the export operation exceeds 20 hours, it might be canceled. To increase perf
65
65
66
66
1. To monitor the progress of the export operation, open the page for the server containing the database being exported. Under **Data management**, select **Import/Export history**.
67
67
68
+
## Export with managed identity authentication (preview)
69
+
70
+
You can export a database in Azure SQL Database to a BACPAC file using [managed identity](/entra/identity/managed-identities-azure-resources/overview) authentication to eliminate the need to provide SQL administrator passwords or storage access keys.
71
+
72
+
For a detailed tutorial, see [Use managed identity with import and export (preview)](database-import-export-managed-identity.md).
73
+
74
+
To export a BACPAC file using managed identity authentication, the following configuration is required:
75
+
76
+
- A **user-assigned managed identity (UAMI)** assigned to the [logical server](logical-servers.md) for Azure SQL Database.
77
+
- The server has the managed identity configured as the **Microsoft Entra administrator**.
78
+
- A managed identity is assigned to the **Storage Blob Data Contributor** role on the target Azure Storage account. This managed identity can be the same as the one assigned to the server or a different one.
79
+
- The logical server, managed identity, and storage account are in the **same Microsoft Entra tenant**.
80
+
81
+
> [!NOTE]
82
+
> Export with managed identity authentication is currently in [**preview**](doc-changes-updates-release-notes-whats-new.md#preview) and only available for Azure SQL Database.
83
+
68
84
## SQLPackage utility
69
85
70
86
We recommend the use of the SQLPackage utility for scale and performance in most production environments. You can run multiple SqlPackage commands in parallel for subsets of tables to speed up import/export operations.
0 commit comments