Skip to content

Commit d8215b4

Browse files
authored
Merge pull request #185093 from SQLSourabh/patch-54
Update database-import.md
2 parents 84627e8 + be963a9 commit d8215b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Stop-AzSqlDatabaseActivity -ResourceGroupName $ResourceGroupName -ServerName $Se
154154
- Importing to a database in elastic pool isn't supported. You can import data into a single database and then move the database to an elastic pool.
155155
- Import Export Service does not work when Allow access to Azure services is set to OFF. However you can work around the problem by manually running sqlpackage.exe from an Azure VM or performing the export directly in your code by using the DACFx API.
156156
- 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.
157+
- Storage behind a firewall is currently not supported.
157158

158159
> [!NOTE]
159160
> Azure SQL Database Configurable Backup Storage Redundancy is currently available in public preview in Southeast Asia Azure region only.

0 commit comments

Comments
 (0)