How to manually backup Azure SQL Database.

Ayush Shrivastava 120 Reputation points
2024-11-13T13:49:26.2166667+00:00

I am trying to look into possible options to manually backup specific database and I found this option

https://learn.microsoft.com/en-us/azure/azure-sql/database/database-export?view=azuresql&source=docs

but this says that this is not a preferred method.

Is there a better method to do manual backup and restore ?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2024-11-13T14:19:42.92+00:00

    Exporting the database as bacpac using the Portal, SSMS, Azure Data Studio, PowerShell is the only option you have to perform a manual backup at the time you want without the need to pay extra for a backup service.

    Azure prefers you rely on Automated backups or long-term backups. You cannot manage automated backups, and long-term backups are based on an Azure service named Azure Backups.


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.