How to verify your Azure DevOps repos are being backed up?

Joe Serodio 20 Reputation points
2023-09-22T18:21:57.3566667+00:00

I'm looking for information on where I can find the back up settings for out azure devops repos. Info like: how often is the back up running, the date/time of the last backup. where the back up data is stored.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,251 questions
0 comments No comments
{count} votes

Accepted answer
  1. AirGordon 7,145 Reputation points
    2023-09-22T20:07:41.69+00:00

    To read more about Azure DevOps data redundancy, see : https://learn.microsoft.com/en-us/azure/devops/organizations/security/data-protection?view=azure-devops#data-redundancy

    To protect data during hardware or service failures, Azure Storage geo-replicates customer data between two regions in the same geography. For example, Azure can geo-replicate data between North and West Europe or between North and South United States. For Azure Blob Storage, customer data gets replicated three times within a single region, and is replicated asynchronously to a second region in the same geography. As such, Azure always maintains the equivalent of six copies of your data. This enables you to fail over to a separate region if there's a major outage or disaster, while also having local redundancy for hardware failures within a region. For Azure SQL Database storage, daily backups are maintained offsite if there's a regional disaster. Microsoft also takes point-in-time backups of both the blobs in Azure Blob Storage, and the databases in Azure SQL Database. There's a separate copy of all blobs, and changes are appended to each storage account. Because this data is immutable, you don't need to rewrite any existing storage as part of the backup procedures. Backups are a standard part of Azure SQL Database, and Azure DevOps makes use of this. We maintain 28 days' worth of your data

    This will be as specific as you will be able to get.

    Where your repository contains valuable IP, you can of course orchestrate your own backups. For this i'd suggest looking at the Azure DevOps CLI.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.