I want to restore my database
bacpacfile intoPrivate Azure Subscriptionbut I do not get any option in Azure portal :(
Is there any way to do this?

I want to restore my database
bacpacfile intoPrivate Azure Subscriptionbut I do not get any option in Azure portal :(
Is there any way to do this?

Copyright © 2021 Jogjafile Inc.
Option 1 : If you have the Database.bacpac file in Azure blob storage you can Export that to a new Database in the Portal
or
Option2
If you have your Database.bacpac File in local. Download and Install SSSDT (Sql Servert Data Tools)
Connect to your database using SSMS(Sql Server management studio).
then
Tasks => Deploy Database to SQL Azureand follow the steps.