Share via

Increase Vault Security

MichaelB-2136 150 Reputation points
2026-03-24T09:23:21.3933333+00:00

Hi, I’m trying to increase vault security and am trying via a few different avenues.

 
1 – Setting up Email Alerts.

 
I want to set up backup failure alerts but only appear to be able to setup alerts for PersistantDegraded which if I understand correctly is if a backup fails twice, not the initial failure notification? I’d also like to setup alerts if any suspicious activity occurs or a vault or backup is attempted to be deleted or stopped.

 

2 – I’ve read that you can set up passwords to be complete jobs like stopped back ups for extra protection but cannot find this.

 

3 – Set it so only my account can make any changes in the vault.

 

4 – What actually happens when I turn on Immutable Vault? If I understand correctly it can simply be turned off again until you set it to lock so would like to know what difference it makes BEFORE turning on lock?

 

I’m unfortunately finding that even simple requests like email alerts appear to be really overly-complicated!

 

Would appreciate any help on this.

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


3 answers

Sort by: Most helpful
  1. MichaelB-2136 150 Reputation points
    2026-04-01T14:52:57.3966667+00:00

    Hi Bharath, sorry for the late reply, I just havent gotten to the point of locked immutability yet and left this open in case I needed further assistance with what you explained above.

    0 comments No comments

  2. MichaelB-2136 150 Reputation points
    2026-03-27T12:35:10.2066667+00:00

    What happens if I enable locked immutability but then my company decide to stop using the cloud and take our data out? How would I stop the immutable backups?

    0 comments No comments

  3. Bharath Y P 7,080 Reputation points Microsoft External Staff Moderator
    2026-03-24T10:11:17.52+00:00

    Hello Michaelb-2136, Thank you for posting your query on Microsoft Q&A platform.

    You want to increase backup vault security and are struggling with several areas:

    1. Alerts : You want notifications for first backup failures, suspicious activities, and any vault/backup deletions or stoppages.
    2. Extra job protection : You read about “passwords for jobs” to prevent stopped backups but can’t find it.
    3. Restricting changes : You want only your account to make any vault changes.
    4. Immutable vault : You want to understand what enabling it does before locking.

    You also feel that simple tasks like email alerts are overly complicated.

    Real-Time Email Alerts: Default vault alerts only trigger on PersistentDegraded (multiple failures), not the first failure. Built-in alerts are throttled to reduce noise. For real-time monitoring, you need Log Analytics to catch every event.

    Steps:

    1. Go to your Vault > Diagnostic Settings > Add Diagnostic Setting.
    2. Select CoreAzureBackup and AddonAzureBackupAlerts.
    3. Send these logs to a Log Analytics Workspace.
    4. In the workspace, go to Logs → New Alert Rule.
    5. Create a query like:
    BackupItemCustomerManaged 
    | where Status == "Failed"
    
    1. Set up an Action Group to receive email/SMS notifications.

     Overview of Azure Monitor alerts - Azure Monitor | Microsoft Learn

    The "Password" for Jobs (Resource Guard): You want extra protection for critical backup operations. Azure doesn’t have a literal job password. Instead, Resource Guard + Multi-User Authorization (MUA) ensures critical operations cannot be executed without approval from a separate owner.

    Steps:

    1. Create a Resource Guard in a separate subscription or resource group (isolation helps security).
    2. Go to your Backup Vault > Properties > Multi-User Authorization.
    3. Link the vault to the Resource Guard.
    4. Now, any critical operations (disable soft delete, stop backup, delete vault) require approval from the Resource Guard owner.

    This is effectively the “password” that prevents a single compromised account from deleting backups.

     Multiuser Authorization Using Resource Guard - Azure Backup | Microsoft Learn

    Restricting Access to Only Your Account: Prevent anyone else from making changes to your vault. Even Admins can inherit permissions at the subscription level.

    Steps:

    1. Go to Vault > Access Control (IAM) > Role Assignments.
    2. Look for roles like Backup Contributor, Backup Admin, Owner.
    3. Remove everyone except your account.
    4. Ensure you retain the Backup Admin role to manage backups.

    Only your account can make vault changes.

    What is Azure role-based access control (Azure RBAC)? | Microsoft Learn

    Manage Backups with Azure role-based access control - Azure Backup | Microsoft Learn

    Manage Backup vaults - Azure Backup | Microsoft Learn

    Immutable Vault: Understanding what turning on immutability does before "locking" it.

    1. In the vault, go to Properties > Security Settings > Immutable Vault.
    2. Enable immutability prevents deletion/modification of recovery points.
    3. If locked, immutability becomes permanent cannot be disabled or altered.
      • Enabled (not locked): You can still turn it off later.
      • Locked: Irreversible, ensures WORM compliance.

    Concept of Immutable Vault for Azure Backup - Azure Backup | Microsoft Learn

    Hope this helps. and please feel free to reach out if you have any further questions. Thanks


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.