Azure SQL Database
An Azure relational database service.
3,804 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have scenario where i need to manually create backup of azure sql database and store i for long time. I have to be able to restore it on demand by users whom dont have access to azure for example by running Devops pipeline.
regards
Hey @cargt3 ,
Azure Devops supports Powershell task and you can use powershell to create and restore the backups.
You can refer the below therad :
https://stackoverflow.com/questions/43449783/backup-azure-sql-db-during-vsts-release
for detailed clarity on the steps