Locally Redundant Backup Storage option is not available for importing BACPAC Azure SQL Database on both Azure portal or SSMS

KA SAN CHAN 186 Reputation points
2021-10-13T11:07:51.09+00:00

It seems "Locally Redundant Backup Storage" option is not available when importing BACPAC Azure SQL Database on both Azure portal or SSMS.

Import BACPAC in SSMS:
140139-import-bacpac-in-ssms.png

Import Database in Azure Portal:
140241-import-database.png

This backup option will remain unchanged even if I try to select and apply the "Locally Redundant Backup Storage" option after the database has been imported on Azure portal.

This backup option is only available to select on New Database in Azure portal:
140223-create-sql-database.png

It is not allow to import BACPAC to overwrite the existing database on Azure.
What is the direct way to import the BACPAC file to create database with Locally Redundant Backup Storage instead of Geo-redundant backup storage?
Thank you.

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Saurabh Sharma 23,851 Reputation points Microsoft Employee Moderator
    2021-10-14T00:54:36.01+00:00

    Hi @KA SAN CHAN ,

    Thanks for using Microsoft Q&A !!

    Unfortunately, import does not support specifying a backup storage redundancy and the database is created by default with geo-redundant storage redundancy. However, as a workaround you can first create an empty database with the desired storage redundancy using Azure portal or PowerShell and then import BACPAC into this empty database.

    Please refer to the limitations section of Import a database from a BACPAC file.

    Thanks
    Saurabh

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.