Skip to content

Commit df9b052

Browse files
Merge pull request #232803 from AbhishekMallick01/Mar-30-2023-Security
Security - overview article updates
2 parents 2f2adc5 + 952bb51 commit df9b052

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

articles/backup/backup-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What is Azure Backup?
33
description: Provides an overview of the Azure Backup service, and how it contributes to your business continuity and disaster recovery (BCDR) strategy.
44
ms.topic: overview
5-
ms.date: 03/11/2022
5+
ms.date: 04/01/2023
66
ms.custom: mvc
77
author: jyothisuri
88
ms.author: jsuri
@@ -48,7 +48,9 @@ Azure Backup delivers these key benefits:
4848

4949
## How Azure Backup protects from ransomware?
5050

51-
Azure Backup helps protect your critical business systems and backup data against a ransomware attack by implementing preventive measures and providing tools that protect your organization from every step that attackers take to infiltrate your systems. It provides security to your backup environment, both when your data is in transit and at rest. [Learn more](../security/fundamentals/backup-plan-to-protect-against-ransomware.md)
51+
Azure Backup helps protect your critical business systems and backup data against a ransomware attack by implementing preventive measures and providing tools that protect your organization from every step that attackers take to infiltrate your systems. It provides security to your backup environment, both when your data is in transit and at rest.
52+
53+
In addition to various security features offered by default, you can also leverage several enhanced features that can provide you with highest levels of security for your backed-up data. Learn more about [security in Azure Backup](security-overview.md). Also, [learn](../security/fundamentals/backup-plan-to-protect-against-ransomware.md) about how backups can help you protect backups against ransomware better and how Azure helps you ensure rapid recovery.
5254

5355
## Next steps
5456

articles/backup/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ landingContent:
3030
url: backup-support-matrix.md
3131
- text: Azure Backup architecture
3232
url: backup-architecture.md
33+
- text: Azure Backup security
34+
url: security-overview.md
3335

3436
# Card (optional)
3537
- title: Get started with Azure Backup

articles/backup/security-overview.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of security features
33
description: Learn about security capabilities in Azure Backup that help you protect your backup data and meet the security needs of your business.
44
ms.topic: conceptual
5-
ms.date: 03/12/2020
5+
ms.date: 03/31/2023
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -27,7 +27,7 @@ Azure Backup has several security controls built into the service to prevent, de
2727

2828
## Separation between guest and Azure storage
2929

30-
With Azure Backup, which includes virtual machine backup and SQL and SAP HANA in VM backup, the backup data is stored in Azure storage and the guest has no direct access to backup storage or its contents. With virtual machine backup, the backup snapshot creation and storage is done by Azure fabric where the guest has no involvement other than quiescing the workload for application consistent backups. With SQL and SAP HANA, the backup extension gets temporary access to write to specific blobs. In this way, even in a compromised environment, existing backups can't be tampered with or deleted by the guest.
30+
With Azure Backup, which includes virtual machine backup and SQL and SAP HANA in VM backup, the backup data is stored in Azure storage and the guest has no direct access to backup storage or its contents. With the virtual machine backup, the backup snapshot creation and storage are done by Azure fabric where the guest has no involvement other than quiescing the workload for application consistent backups. With SQL and SAP HANA, the backup extension gets temporary access to write to specific blobs. In this way, even in a compromised environment, existing backups can't be tampered with or deleted by the guest.
3131

3232
## Internet connectivity not required for Azure VM backup
3333

@@ -51,9 +51,23 @@ Encryption protects your data and helps you to meet your organizational security
5151

5252
* When data is backed up from on-premises servers with the MARS agent, data is encrypted with a passphrase before upload to Azure Backup and decrypted only after it's downloaded from Azure Backup. Read more about [security features to help protect hybrid backups](#security-features-to-help-protect-hybrid-backups).
5353

54-
## Protection of backup data from unintentional deletes
54+
## Soft delete
5555

56-
Azure Backup provides security features to help protect backup data even after deletion. With soft delete, if user deletes the backup of a VM, the backup data is retained for 14 additional days, allowing the recovery of that backup item with no data loss. The additional 14 days retention of backup data in the "soft delete" state doesn't incur any cost to you. [Learn more about soft delete](backup-azure-security-feature-cloud.md).
56+
Azure Backup provides security features to help protect the backup data even after deletion. With soft delete, if you delete the backup of a VM, the backup data is retained for *14 additional days*, allowing the recovery of that backup item with no data loss. The additional *14 days retention of backup data in the "soft delete state* doesn't incur any cost. [Learn more about soft delete](backup-azure-security-feature-cloud.md).
57+
58+
Azure Backup has now also enhanced soft delete to further improve chances of recovering data after deletion. [Learn more](#enhanced-soft-delete).
59+
60+
## Immutable vaults
61+
62+
Immutable vault can help you protect your backup data by blocking any operations that could lead to loss of recovery points. Further, you can lock the immutable vault setting to make it irreversible that can prevent any malicious actors from disabling immutability and deleting backups. [Learn more about immutable vaults](backup-azure-immutable-vault-concept.md).
63+
64+
## Multi-user authorization
65+
66+
Multi-user authorization (MUA) for Azure Backup allows you to add an additional layer of protection to critical operations on your Recovery Services vaults and Backup vaults. For MUA, Azure Backup uses another Azure resource called the Resource Guard to ensure critical operations are performed only with applicable authorization. [Learn more about multi-user authorization for Azure Backup](multi-user-authorization-concept.md).
67+
68+
## Enhanced soft delete
69+
70+
Enhanced soft delete provides you with the ability to recover your data even after it's deleted, accidentally or maliciously. It works by delaying the permanent deletion of data by a specified duration, providing you with an opportunity to retrieve it. You can also make soft delete *always-on* to prevent it from being disabled. [Learn more about enhanced soft delete for Backup](backup-azure-enhanced-soft-delete-about.md).
5771

5872
## Monitoring and alerts of suspicious activity
5973

0 commit comments

Comments
 (0)