Skip to content

Commit cefb903

Browse files
Merge pull request #309422 from akarshprabhu/main
IaaS | noexec on /var unsupported public doc
2 parents 1883807 + e7e048f commit cefb903

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

articles/backup/backup-support-matrix-iaas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Here's what's supported if you want to back up Linux machines.
7676

7777
**Action** | **Support**
7878
--- | ---
79-
Back up Linux Azure VMs with the Linux Azure VM agent | Supported for file-consistent backup.<br/><br/> Also supported for app-consistent backup that uses [custom scripts](backup-azure-linux-app-consistent.md).<br/><br/> During restore, you can create a new VM, restore a disk and use it to create a VM, or restore a disk and use it to replace a disk on an existing VM. You can also restore individual files and folders.
79+
Back up Linux Azure VMs with the Linux Azure VM agent | Supported for file-consistent backup.<br/><br/> Also supported for app-consistent backup that uses [custom scripts](backup-azure-linux-app-consistent.md).<br/><br/> During restore, you can create a new VM, restore a disk and use it to create a VM, or restore a disk and use it to replace a disk on an existing VM. You can also restore individual files and folders.<br/><br/> *Note: Azure Backup requires the /var and /var/lib directories on Linux machines not to be mounted with the noexec flag. Certain backup operations rely on executing helper scripts from /var/lib, and enforcing noexec prevents these components from running.*
8080
[Back up Azure VM directly by using agentless crash-consistent backup](backup-azure-vms-agentless-multi-disk-crash-consistent-overview.md) | Agentless crash-consistent backups are operating system agnostic.
8181
Back up Linux Azure VMs with the MARS agent | Not supported.<br/><br/> The MARS agent can be installed only on Windows machines.
8282
Back up Linux Azure VMs with DPM or MABS | Not supported.

articles/backup/restore-azure-encrypted-virtual-machines.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ When your virtual machine uses unmanaged disks, they're restored as blobs to the
4949
> [!NOTE]
5050
> After you restore the VM disk, you can manually swap the OS disk of the original VM with the restored VM disk without re-creating it. [Learn more](/azure/virtual-machines/windows/os-disk-swap).
5151
52+
> [!TIP]
53+
> **Single‑pass ADE restore behavior** - VMs that use ADE single‑pass encryption store encryption settings on the disk object. Tier‑1 (snapshot‑tier) restores may fail if snapshot‑time metadata does not match the Key Vault’s current BEK/KEK state or if encryption settings have rotated after the snapshot was taken. If a Tier‑1 restore fails, retry using a vault‑tier recovery point, which reconstructs disks using full encryption metadata.
54+
5255
### Step 2: Recreate the virtual machine instance
5356

5457
Do one of the following actions:
5558

5659
- Use the template that's generated during the restore operation to customize VM settings and trigger VM deployment. [Learn more](backup-azure-arm-restore-vms.md#use-templates-to-customize-a-restored-vm).
5760
>[!NOTE]
58-
>While deploying the template, verify the storage account containers and the public/private settings.
61+
> While deploying the template, verify the storage account containers and the public/private settings.
5962
- Create a new VM from the restored disks using PowerShell. [Learn more](backup-azure-vms-automation.md#create-a-vm-from-restored-disks).
6063

6164
### Step 3: Restore an encrypted Linux VM
@@ -74,6 +77,9 @@ Reinstall the ADE extension so the data disks are open and mounted.
7477

7578
Azure Backup supports Cross Region Restore of encrypted Azure VMs to the [Azure paired regions](../reliability/cross-region-replication-azure.md). Learn how to [enable Cross Region Restore](backup-create-rs-vault.md#set-cross-region-restore) for an encrypted VM.
7679

80+
> [!NOTE]
81+
> Cross region restore for Encrypted VMs is not supported if the paired region is not in the same geography. For example: Brazil South and South Central US.
82+
7783
## Move an encrypted Azure VM
7884

7985
Moving an encrypted VM across vault or resource group is same as moving a backed-up Azure Virtual machine. See,

0 commit comments

Comments
 (0)