Computer Science, asked by vereddy58, 1 month ago

you have a recovery services vault named vault1 that has soft delete enabled. vault1 stores backups for the following azure resources. an azure virtual machine mamed vm1. an Azure file share named share1, a sql server on azure vircual machine named Sql1.
which backups are protected by soft delete?

Answers

Answered by llchummill
0

Answer:

One such feature is soft delete. With soft delete, even if a malicious actor deletes a backup (or backup data is accidentally deleted

Answered by ruchibs1810
0

Answer:

The backups that are protected by soft delete are VM1, share1, and SQL1.

Explanation:

What is soft delete?

  • Soft delete for containers safeguards your data, allowing you to recover it more easily if it is accidentally modified or deleted by an application or another storage account user. To protect blob data from accidental deletes or overwrites, enable soft delete for blobs.
  • Soft delete for VMs protects your VM backups from accidental deletion. Even after the backups are deleted, they are kept in a soft-delete state for 14 days. Only deleted backup data is protected by soft delete. If a VM is deleted without a backup, the data will not be preserved by the soft-delete feature.
  • Soft deletion is an operation that uses a flag to mark data as unusable without removing the data from the database.

To learn more about soft delete and backup refer to :

https://brainly.in/question/53537496

https://brainly.in/question/88627

#SPJ2

Similar questions