Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
280 views
in Technique[技术] by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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://docs.microsoft.com/en-us/azure/devops/organizations/accounts/recover-your-organization?view=azure-devops

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...