5

I am using the new Azure Portal and have selected the Azure SQL Database.

With the old portal I was able to set up an automated daily export of the database but with the new one I absolutely cannot find out how to do this. It really seems like it is not possible.

Does anyone know how if there is a place where I can set up automated .bacpac exports in the new portal?

Joseph Idziorek
  • 4,853
  • 6
  • 23
  • 37
  • The automated daily export of the database in the old portal is using Azure Automation? – juvchan Jan 22 '16 at 21:14
  • 1
    I found the automated export on the database config tab. But can't find anything like that in the new portal. –  Jan 23 '16 at 06:47
  • What is your scenario? – Joseph Idziorek Jan 23 '16 at 15:11
  • azure already provides point in time restore for your db. see : https://azure.microsoft.com/en-gb/documentation/articles/sql-database-user-error-recovery/ unless you need to get copies for on premises testing etc.. – J King Apr 24 '16 at 00:54

1 Answers1

7

Automated Database export is not currently a feature of the new Microsoft Azure Portal. A few options for mitigations: 1) For Basic, Standard, and Premium databases, automatic backups of the databases are taken for durations of 7, 21, and 35 days respectively 2) manual export is still an option 3) automatic export via the old portal.

Joseph Idziorek
  • 4,853
  • 6
  • 23
  • 37