You can consider using Veeam Backup to backup Azure SQL databases. You can find more details here.
3rd party tools for Azure SQL and Managed Instance
Hi. I want to backup Azure SQL DB (PaaS) and SQL Managed Instance using a 3rd party tool. Is it possible? any recommendation?
If not possible, then do Azure Data Factory can assist in copy the data to a REST service? Thank you.
Azure SQL Database
2 answers
Sort by: Most helpful
-
Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
2023-01-27T14:25:16.13+00:00 -
GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
2023-01-27T19:14:54.4333333+00:00 Hi, @Vivek Mishra Thanks for Posting your question in the Microsoft Q&A forum
In addition to @Alberto Morillo you can also use ADF to copy data from an Azure SQL DB or SQL Managed Instance to a REST service. You can use the "Copy Data" activity to copy data from your source to your destination, and then use the "Web" activity to call the REST API.
Please check the document here
Regards
Geetha