Hi @Sean Potter
- If exporting to blob storage, the maximum size of the BACPAC file is 200 GB. To archive larger BACPAC files, use SqlPackage to export to local storage. You can check out this note: https://learn.microsoft.com/en-us/azure/azure-sql/database/database-export?view=azuresql#considerations.
- In the step "Export Data Tier Application Wizard" there is an "Export Settings" page. If you choose the Save to Azure option, this option will require you to specify a local directory for temporary files. Note that a temporary file will be created at the specified location and will remain there after the operation completes. You can check this link: https://learn.microsoft.com/en-us/sql/relational-databases/data-tier-applications/export-a-data-tier-application?view=sql-server-ver16#Export_settings.
Best regards,
Aniya