Search code examples
azureazure-devopsbackup

Is there a way to backup all my azure services datas


I have create an "Azure DevOps organization" in Azure portal.

I am using this service to store my source code (git repositories).

I am wondering something: What happens if i accidentally delete my azure devops organization in Azure portal ? My account may be hacked too. Are there automatic backups in azure ? This question also applies to all virtual machines and every resource type on azure.

Is there a way to download all my azure data in a single tar file ?

Thanks a lot


Solution

  • On Azure DevOps side, after you delete your organization, it's disabled but available for 28 days. If you change your mind during this time, you can recover your organization. After 28 days, your organization and data are permanently deleted.

    Prerequisites

    • An organization deleted within the last 28 days.
    • Organization Owner permissions to restore your organization.

    Recover organization

    1. Sign in to your Visual Studio profile.
    2. On your profile page, go to the lower Organizations Pending Deletion section, and then select Restore.

    More details you can refer to the documentation below:

    https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/recover-your-organization?view=azure-devops

    enter image description here