Skip to content

Commit 9ca373d

Browse files
author
David Curwin
committed
fix links
1 parent 138301f commit 9ca373d

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

articles/backup/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ landingContent:
6363
linkLists:
6464
- linkListType: whats-new
6565
links:
66-
- text: Soft Delete for Azure VM backup data
66+
- text: Soft Delete for Azure Backup
6767
url: backup-azure-security-feature-cloud.md
6868
- text: SQL Server on Azure VMs restore as files
6969
url: restore-sql-database-azure-vm.md#restore-as-files

articles/backup/security-baseline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Microsoft manages the underlying infrastructure for Azure Backup and has impleme
459459

460460
**Guidance**: Backup traffic from servers to the Recovery Services vault is transferred over a secure HTTPS link and encrypted using Advanced Encryption Standard (AES) 256 when stored in the vault.
461461

462-
- [Understand encryption at rest in Azure Backup](https://docs.microsoft.com/azure/backup/backup-azure-security-feature-cloud#encryption)
462+
- [Understand encryption at rest in Azure Backup](https://docs.microsoft.com/azure/backup/backup-encryption)
463463

464464
**Azure Security Center monitoring**: Not applicable
465465

@@ -507,7 +507,7 @@ Azure Backup provides three built-in roles to control backup management operatio
507507

508508
When backing up with the MARS agent or using a Recovery Services vault encrypted with a customer-managed key, only you have access to the encryption key. Microsoft never maintains a copy and doesn't have access to the key. If the key is misplaced, Microsoft can't recover the backup data.
509509

510-
- [Understand encryption at rest for Azure Backup](https://docs.microsoft.com/azure/backup/backup-azure-security-feature-cloud#encryption)
510+
- [Understand encryption at rest for Azure Backup](https://docs.microsoft.com/azure/backup/backup-encryption)
511511

512512
**Azure Security Center monitoring**: Not applicable
513513

@@ -905,7 +905,7 @@ Backup customer managed keys within Azure Key Vault.
905905

906906
- [How to backup key vault keys in Azure](https://docs.microsoft.com/powershell/module/azurerm.keyvault/backup-azurekeyvaultkey)
907907

908-
- [Understand encryption in Azure Backup](https://docs.microsoft.com/azure/backup/backup-azure-security-feature-cloud#encryption-of-backup-data-using-customer-managed-keys)
908+
- [Understand encryption in Azure Backup](https://docs.microsoft.com/azure/backup/backup-encryption#encryption-of-backup-data-using-customer-managed-keys)
909909

910910
**Azure Security Center monitoring**: Not applicable
911911

articles/backup/soft-delete-sql-saphana-in-azure-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.date: 04/27/2020
66
---
77
# Soft delete for SQL server in Azure VM and SAP HANA in Azure VM workloads
88

9-
Azure Backup now provides soft delete for SQL server in Azure VM and SAP HANA in Azure VM workloads. This is in addition to the already supported [Azure Virtual machine soft delete scenario](https://docs.microsoft.com/azure/backup/backup-azure-security-feature-cloud).
9+
Azure Backup now provides soft delete for SQL server in Azure VM and SAP HANA in Azure VM workloads. This is in addition to the already supported [Azure Virtual machine soft delete scenario](soft-delete-virtual-machines.md).
1010

11-
Soft delete is a security feature to help protect backup data even after deletion. With soft delete, even if a malicious actor deletes the backup of a database (or backup data is accidentally deleted), the backup data is retained for 14 additional days. This allows the recovery of that backup item with no data loss. This additional retention of 14 days of the backup data in the "soft delete" state doesn’t incur any cost to the customer.
11+
[Soft delete](backup-azure-security-feature-cloud.md) is a security feature to help protect backup data even after deletion. With soft delete, even if a malicious actor deletes the backup of a database (or backup data is accidentally deleted), the backup data is retained for 14 additional days. This allows the recovery of that backup item with no data loss. This additional retention of 14 days of the backup data in the "soft delete" state doesn’t incur any cost to the customer.
1212

1313
## Steps to enroll in preview
1414

articles/backup/soft-delete-virtual-machines.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ This flow chart shows the different steps and states of a backup item when Soft
5656

5757
![Lifecycle of soft-deleted backup item](./media/backup-azure-security-feature-cloud/lifecycle.png)
5858

59-
For more information, see the [Frequently Asked Questions](backup-azure-security-feature-cloud.md#frequently-asked-questions) section below.
60-
6159
## Soft delete for VMs using Azure PowerShell
6260

6361
> [!IMPORTANT]

articles/backup/use-restapi-update-vault-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Deleting backups of a protected item is a significant operation that has to be m
1515

1616
But there are scenarios in which this capability is not required. An Azure Recovery Services vault cannot be deleted if there are backup items within it, even soft-deleted ones. This may pose a problem if the vault needs to be immediately deleted. For for example: deployment operations often clean up the created resources in the same workflow. A deployment can create a vault, configure backups for an item, do a test restore and then proceed to delete the backup items and the vault. If the vault deletion fails, the entire deployment might fail. Disabling soft-delete is the only way to guarantee immediate deletion.
1717

18-
Hence, the customer needs to carefully choose whether or not to disable soft-delete for a particular vault depending on the scenario. For more information, see the [soft-delete article](backup-azure-security-feature-cloud.md#soft-delete).
18+
Hence, the customer needs to carefully choose whether or not to disable soft-delete for a particular vault depending on the scenario. For more information, see the [soft-delete article](backup-azure-security-feature-cloud.md).
1919

2020
### Fetch soft delete state using REST API
2121

0 commit comments

Comments
 (0)