Skip to content

Commit 5dae9e6

Browse files
Updates to resolve GitHub issues
1 parent 19d9b32 commit 5dae9e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/backup/backup-azure-monitoring-built-in-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure Backup protected workloads
33
description: In this article, learn about the monitoring and notification capabilities for Azure Backup workloads using the Azure portal.
44
ms.topic: conceptual
5-
ms.date: 11/02/2021
5+
ms.date: 01/07/2022
66
ms.assetid: 86ebeb03-f5fa-4794-8a5f-aa5cbbf68a81
77
author: v-amallick
88
ms.service: backup
@@ -58,7 +58,7 @@ The following scenarios are defined by service as alertable scenarios.
5858
- Backup succeeded with warnings for Microsoft Azure Recovery Services (MARS) agent
5959
- Stop protection with retain data/Stop protection with delete data
6060
- Soft-delete functionality disabled for vault
61-
- Unsupported backup type for database workloads
61+
- [Unsupported backup type for database workloads](/azure/backup/backup-sql-server-azure-troubleshoot#backup-type-unsupported)
6262

6363
### Alerts from the following Azure Backup solutions are shown here
6464

articles/backup/encryption-at-rest-with-cmk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Example:
9797
```AzurePowerShell
9898
$vault=Get-AzRecoveryServicesVault -ResourceGroupName "testrg" -Name "testvault"
9999
100-
Update-AzRecoveryServicesVault -IdentityType SystemAssigned -VaultId $vault.ID
100+
Update-AzRecoveryServicesVault -IdentityType SystemAssigned -ResourceGroupName TestRG -Name TestVault
101101
102102
$vault.Identity | fl
103103
```

0 commit comments

Comments
 (0)