Skip to content

Commit 7ddf59e

Browse files
authored
Merge pull request #191144 from SudhirRaparla/20220310-addimport-export-private-link-details-to-import-export
20220310-added-import-export-private-link-details
2 parents 91dbc9f + c0afcad commit 7ddf59e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

articles/azure-sql/database/database-export.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ When you need to export a database for archiving or for moving to another platfo
3737
> [!NOTE]
3838
> BACPACs are not intended to be used for backup and restore operations. Azure automatically creates backups for every user database. For details, see [business continuity overview](business-continuity-high-availability-disaster-recover-hadr-overview.md) and [SQL Database backups](automated-backups-overview.md).
3939
40+
> [!NOTE]
41+
> [Import and Export using Private Link](database-import-export-private-link.md) is in preview.
42+
4043
## The Azure portal
4144

4245
Exporting a BACPAC of a database from [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md) or from a database in the [Hyperscale service tier](service-tier-hyperscale.md) using the Azure portal is not currently supported. See [Considerations](#considerations).

articles/azure-sql/database/database-import-export-private-link.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ $importRequest = New-AzSqlDatabaseExport -ResourceGroupName "<resourceGroupName>
125125
### Create Import-Export Private link using REST API
126126
Existing APIs to perform Import and Export jobs have been enhanced to support Private Link. Refer to [Import Database API](/rest/api/sql/2021-08-01-preview/servers/import-database)
127127

128+
## Limitations
129+
130+
- Import using Private Link does not support specifying a backup storage redundancy while creating a new database and creates with the default geo-redundant backup storage redundancy. As a work around, first create an empty database with desired backup storage redundancy using Azure portal or PowerShell and then import the BACPAC into this empty database.
131+
- Import and Export operations are not supported in Azure SQL DB Hyperscale tier yet.
132+
- Import using REST API with private link can only be done to existing database since the API uses database extensions. To workaround this create an empty database with desired name and call Import REST API with Private link.
133+
134+
128135
## Next steps
129136
- [Import or Export Azure SQL Database without allowing Azure services to access the server](database-import-export-azure-services-off.md)
130137
- [Import a database from a BACPAC file](database-import.md)

articles/azure-sql/database/database-import.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ You can import a SQL Server database into Azure SQL Database or SQL Managed Inst
2323
> [!IMPORTANT]
2424
> After importing your database, you can choose to operate the database at its current compatibility level (level 100 for the AdventureWorks2008R2 database) or at a higher level. For more information on the implications and options for operating a database at a specific compatibility level, see [ALTER DATABASE Compatibility Level](/sql/t-sql/statements/alter-database-transact-sql-compatibility-level). See also [ALTER DATABASE SCOPED CONFIGURATION](/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql) for information about additional database-level settings related to compatibility levels.
2525
26+
> [!NOTE]
27+
> [Import and Export using Private Link](database-import-export-private-link.md) is in preview.
28+
2629
## Using Azure portal
2730

2831
Watch this video to see how to import from a BACPAC file in the Azure portal or continue reading below:
@@ -156,8 +159,6 @@ Stop-AzSqlDatabaseActivity -ResourceGroupName $ResourceGroupName -ServerName $Se
156159
- Import does not support specifying a backup storage redundancy while creating a new database and creates with the default geo-redundant backup storage redundancy. To workaround, first create an empty database with desired backup storage redundancy using Azure portal or PowerShell and then import the BACPAC into this empty database.
157160
- Storage behind a firewall is currently not supported.
158161

159-
> [!NOTE]
160-
> Azure SQL Database Configurable Backup Storage Redundancy is currently available in public preview in Southeast Asia Azure region only.
161162

162163
## Import using wizards
163164

articles/azure-sql/database/service-tier-hyperscale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ The vCore-based service tiers are differentiated based on database availability
9696
| **Storage type** | Premium remote storage (per instance) | De-coupled storage with local SSD cache (per instance) | Super-fast local SSD storage (per instance)|
9797
| **Storage size**<sup>1</sup> | 5 GB – 4 TB | Up to 100 TB | 5 GB – 4 TB |
9898
| **IOPS** | 500 IOPS per vCore with 7000 maximum IOPS | Hyperscale is a multi-tiered architecture with caching at multiple levels. Effective IOPS will depend on the workload. | 5000 IOPS with 200,000 maximum IOPS |
99-
|**Availability** | 1 replica, no Read Scale-out, zone-redundant HA (preview), no local cache | Multiple replicas, up to 4 Read Scale-out, zone-redundant HA (preview), partial local cache | 3 replicas, 1 Read Scale-out, zone-redundant HA, full local storage |
99+
| **Availability** | 1 replica, no Read Scale-out, zone-redundant HA (preview), no local cache | Multiple replicas, up to 4 Read Scale-out, zone-redundant HA (preview), partial local cache | 3 replicas, 1 Read Scale-out, zone-redundant HA, full local storage |
100100
| **Backups** | A choice of geo-redundant, zone-redundant, or locally-redundant backup storage, 1-35 day retention (default 7 days) | A choice of geo-redundant, zone-redundant, or locally-redundant backup storage, 7 day retention. | A choice of geo-redundant,zone-redundant, or locally-redundant backup storage, 1-35 day retention (default 7 days) |
101-
|||||
102101

103102
<sup>1</sup> Elastic pools are not supported in the Hyperscale service tier.
104103

@@ -211,6 +210,7 @@ These are the current limitations to the Hyperscale service tier as of GA. We'r
211210
| Database integrity check | DBCC CHECKDB isn't currently supported for Hyperscale databases. DBCC CHECKTABLE ('TableName') WITH TABLOCK and DBCC CHECKFILEGROUP WITH TABLOCK may be used as a workaround. See [Data Integrity in Azure SQL Database](https://azure.microsoft.com/blog/data-integrity-in-azure-sql-database/) for details on data integrity management in Azure SQL Database. |
212211
| Elastic Jobs | Using a Hyperscale database as the Job database is not supported. However, elastic jobs can target Hyperscale databases in the same way as any other Azure SQL database. |
213212
|Data Sync| Using a Hyperscale database as a Hub or Sync Metadata database is not supported. However, a Hyperscale database can be a member database in a Data Sync topology. |
213+
|Import Export | Import-Export service is currently not supported for Hyperscale databases. |
214214

215215
## Next steps
216216

0 commit comments

Comments
 (0)