Reputation: 634
Tried to search through Azure docs and google for differences. Couldn't find any answers. To me, these services are mostly identical.
Could you explain the difference between Backup Vault and Recovery Services Vault?
Upvotes: 9
Views: 4667
Reputation: 3917
"Recovery Services vault" was there first.
https://learn.microsoft.com/en-us/azure/backup/backup-azure-recovery-services-vault-overview
It can back up:
"Backup vault" came later.
https://learn.microsoft.com/en-us/azure/backup/backup-vault-overview
It can back up:
Notice the absence of regular SQL Server (Azure PaaS) databases: those backups are kept with the SQL Server resource itself, they are not sent to a Recovery Services or Backup vault.
Upvotes: 7
Reputation: 65391
Backup Vault is what the name implies a place where backups are saved.
Recovery Services Vault provides functionality that is in addition to basic backup functionality, see: https://learn.microsoft.com/en-us/azure/backup/backup-azure-recovery-services-vault-overview
Upvotes: 0