If you need import/ export the Azure SQL database, please consider using the SSMS or SqlPackage instead of the Azure portal to reduce the waiting time. Because the Azure SQL Database Import/Export service provides a limited number of compute virtual machines (VMs) per region to process import and export operations. The compute VMs are hosted per region to make sure that the import or export avoids cross-region bandwidth delays and charges. If too many requests are made at the same time in the same region, significant delays can occur in processing the operations. The time that's required to complete requests can vary from a few seconds to many hours. Here is the online document for your reference.
What causes delays in the process?
Please download the .bacpac file to local computer and try to use the SSMS or SqlPackage to import the .bacpac file.
SSMS: Import a BACPAC File to Create a New User Database
Here is the download link for the SSMS
Hope this helps. And let us know if you have any further issue.
Regards
Navtej S