Skip to content

Commit 7d12248

Browse files
authored
Merge pull request #179133 from v-amallick/Nov-9-2021-VMupdates
VM updates
2 parents cd671c4 + 3b115ec commit 7d12248

6 files changed

+39
-14
lines changed

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ title: Restore VMs by using the Azure portal
33
description: Restore an Azure virtual machine from a recovery point by using the Azure portal, including the Cross Region Restore feature.
44
ms.reviewer: geg
55
ms.topic: conceptual
6-
ms.date: 09/27/2021
6+
ms.date: 11/09/2021
7+
author: v-amallick
8+
ms.service: backup
9+
ms.author: v-amallick
710
---
811
# How to restore Azure VM data in Azure portal
912

@@ -157,7 +160,7 @@ If CRR is enabled, you can view the backup items in the secondary region.
157160
1. Select **Secondary Region** to view the items in the secondary region.
158161

159162
>[!NOTE]
160-
>Only Backup Management Types supporting the CRR feature will be shown in the list. Currently, only support for restoring secondary region data to a secondary region is allowed.<br></br>CRR for Azure VMs is supported for Azure Managed VMs (including encrypted Azure VMs).
163+
>Only Backup Management Types supporting the CRR feature will be shown in the list. Currently, only support for restoring secondary region data to a secondary region is allowed.<br></br>CRR for Azure VMs is supported for Azure Managed VMs (including encrypted Azure VMs). See the [management types that support Cross Region Restore](/azure/backup/backup-support-matrix#cross-region-restore).
161164
162165
![Virtual machines in secondary region](./media/backup-azure-arm-restore-vms/secbackedupitem.png)
163166

articles/backup/backup-azure-troubleshoot-vm-backup-fails-snapshot-timeout.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
title: Troubleshoot Agent and extension issues
33
description: Symptoms, causes, and resolutions of Azure Backup failures related to agent, extension, and disks.
44
ms.topic: troubleshooting
5-
ms.date: 05/25/2021
5+
ms.date: 11/10/2021
66
ms.service: backup
7+
author: v-amallick
8+
ms.author: v-amallick
79
---
810

911
# Troubleshoot Azure Backup failure: Issues with the agent or extension
@@ -126,6 +128,9 @@ To resolve this issue, remove the lock on the resource group of the VM, and retr
126128

127129
For a backup operation to succeed on encrypted VMs, it must have permissions to access the key vault. Permissions can be set through the [Azure portal](./backup-azure-vms-encryption.md) or through [PowerShell](./backup-azure-vms-automation.md#enable-protection).
128130

131+
>[!Note]
132+
>If the required permissions to access the key vault have already been set, retry the operation after a little while.
133+
129134
## <a name="ExtensionSnapshotFailedNoNetwork-snapshot-operation-failed-due-to-no-network-connectivity-on-the-virtual-machine"></a>ExtensionSnapshotFailedNoNetwork - Snapshot operation failed due to no network connectivity on the virtual machine
130135

131136
**Error code**: ExtensionSnapshotFailedNoNetwork<br>

articles/backup/backup-azure-vm-backup-faq.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ metadata:
44
description: In this article, discover answers to common questions about backing up Azure VMs with the Azure Backup service.
55
ms.topic: article
66
ms.service: backup
7-
ms.date: 08/19/2021
7+
ms.date: 11/09/2021
8+
author: v-amallick
9+
ms.author: v-amallick
810

911
title: Frequently asked questions-Back up Azure VMs
1012
summary: |
@@ -79,7 +81,7 @@ sections:
7981
Yes, Azure Backup supports [standard SSD managed disks](../virtual-machines/disks-types.md#standard-ssds).
8082
8183
- question: Can we back up a VM with a Write Accelerator (WA)-enabled disk?
82-
answer: Snapshots can be taken on only data disks which are WA enabled and not OS disks. So only data disks which are WA enabled can be protected.
84+
answer: Snapshots can be taken on only data disks that are WA enabled and not OS disks. So, only data disks that are WA enabled can be protected.
8385

8486
- question: I have a VM with Write Accelerator (WA) disks and SAP HANA installed. How do I back up?
8587
answer: |
@@ -112,7 +114,7 @@ sections:
112114
answer: All the VM configurations required to perform the restore operations are stored in the VM backup. That includes the encryption copies of the VM encrypted keys, which are accessible to you on restore. The encryption copies can only be decrypted using the key vault. Temporary disks and memory state aren't captured in the snapshot.
113115

114116
- question: Can we back up tags from Azure VM? If so, how many tags?
115-
answer: Azure B0ackup can back up and restore tags, except NICs and IPs. Azure Backup honors the subscription limitations of Azure Resource Group and restores up to 50 tags.<br><br>For detailed information, see [Subscription limits](../azure-resource-manager/management/azure-subscription-service-limits.md#subscription-limits).
117+
answer: Azure Backup can back up and restore tags, except NICs and IPs. Azure Backup honors the subscription limitations of Azure Resource Group and restores up to 50 tags.<br><br>For detailed information, see [Subscription limits](../azure-resource-manager/management/azure-subscription-service-limits.md#subscription-limits).
116118

117119
- question: Can I take on-demand (ad-hoc) backup without scheduling backup for an Azure VM?
118120
answer: |
@@ -264,6 +266,12 @@ sections:
264266
answer: |
265267
**RPO**: The minimum RPO is 1 day or 24 hours. <br><br> **RTO**: The snapshots are stored in the storage account. So, the restore from the instant restore tier is instantaneous. This data is then transferred to the Recovery Services vault that is maintained by the Azure Backup service and will take a couple of hours for transfer and restore.
266268
269+
- question: Why does the error VMMarketplaceInvalidInputmessage appear?
270+
answer: |
271+
This error appears when you try to start a VM after creating an Azure VM from a non-Marketplace image or swap the OS disk of a VM with a non-Marketplace image, and then the VM deployment fails. To resolve this issue, remove the plan information from the VM.
272+
273+
274+
267275
268276
269277

articles/backup/backup-during-vm-creation.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: Enable backup when you create an Azure VM
33
description: Describes how to enable backup when you create an Azure VM with Azure Backup.
44
ms.topic: conceptual
5-
ms.date: 06/03/2021
5+
ms.date: 11/09/2021
6+
author: v-amallick
7+
ms.service: backup
8+
ms.author: v-amallick
69
---
710

811
# Enable backup when you create an Azure VM
@@ -25,6 +28,9 @@ If you aren't already signed in to your account, sign in to the [Azure portal](h
2528

2629
2. In Azure Marketplace, select **Compute**, and then select a VM image.
2730

31+
>[!Note]
32+
>To create a VM from a non-Marketplace image or swap the OS disk of a VM with a non-Marketplace image, remove the plan information from the VM. This helps in seamless VM restore.
33+
2834
3. Set up the VM in accordance with the [Windows](../virtual-machines/windows/quick-create-portal.md) or [Linux](../virtual-machines/linux/quick-create-portal.md) instructions.
2935

3036
4. On the **Management** tab, in **Enable backup**, select **On**.
@@ -44,7 +50,7 @@ If you aren't already signed in to your account, sign in to the [Azure portal](h
4450
![Default backup policy](./media/backup-during-vm-creation/daily-policy.png)
4551

4652
>[!NOTE]
47-
>[SSE and PMK are the default encryption methods](backup-encryption.md) for Azure VMs. Azure Backup supports backup and restore of these Azure VMs.
53+
> [SSE and PMK are the default encryption methods](backup-encryption.md) for Azure VMs. Azure Backup supports backup and restore of these Azure VMs.
4854
4955
## Azure Backup resource group for Virtual Machines
5056

articles/backup/selective-disk-backup-restore.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
title: Selective disk backup and restore for Azure virtual machines
33
description: In this article, learn about selective disk backup and restore using the Azure virtual machine backup solution.
44
ms.topic: conceptual
5-
ms.date: 05/13/2021
6-
ms.custom: references_regions , devx-track-azurecli, devx-track-azurepowershell
5+
ms.date: 11/10/2021
6+
ms.custom: references_regions , devx-track-azurecli, devx-track-azurepowershell3
7+
author: v-amallick
8+
ms.service: backup
9+
ms.author: v-amallick
710
---
811

912
# Selective disk backup and restore for Azure virtual machines
@@ -181,9 +184,9 @@ Each recovery point has the information of the included and excluded disks:
181184
### Remove disk exclusion settings and get protected item with Azure CLI
182185

183186
```azurecli
184-
az backup protection update-for-vm --vault-name {vaultname} --resource-group {resourcegroup} -c {vmname} -i {vmname} --backup-management-type AzureIaasVM --disk-list-setting resetexclusionsettings
187+
az backup protection update-for-vm --vault-name {vaultname} --resource-group {resourcegroup} -c {vmname} -i {vmname} --disk-list-setting resetexclusionsettings
185188
186-
az backup item show -c {vmname} -n {vmname} --vault-name {vaultname} --resource-group {resourcegroup} --backup-management-type AzureIaasVM
189+
az backup item show -c {vmname} -n {vmname} --vault-name {vaultname} --resource-group {resourcegroup}
187190
```
188191

189192
When you execute these commands, you'll see `"diskExclusionProperties": null`.

articles/virtual-machines/how-to-enable-write-accelerator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: markkie
66
ms.service: virtual-machines
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 2/20/2019
9+
ms.date: 11/10/2021
1010
ms.author: raiye
1111
ms.subservice: disks
1212
ms.custom: devx-track-azurepowershell
@@ -40,7 +40,7 @@ Enabling Write Accelerator for OS disks should not be necessary for SAP-related
4040
When using Write Accelerator for an Azure disk/VHD, these restrictions apply:
4141

4242
- The Premium disk caching must be set to 'None' or 'Read Only'. All other caching modes are not supported.
43-
- Snapshot are not currently supported for Write Accelerator-enabled disks. During backup, the Azure Backup service automatically excludes Write Accelerator-enabled disks attached to the VM.
43+
- Snapshots are currently supported for only Write Accelerator-enabled data disks, and not the OS disk. During backup, the Azure Backup service automatically backs up and protects Write Accelerator-enabled data disks attached to the VM.
4444
- Only smaller I/O sizes (<=512 KiB) are taking the accelerated path. In workload situations where data is getting bulk loaded or where the transaction log buffers of the different DBMS are filled to a larger degree before getting persisted to the storage, chances are that the I/O written to disk is not taking the accelerated path.
4545

4646
There are limits of Azure Premium Storage VHDs per VM that can be supported by Write Accelerator. The current limits are:

0 commit comments

Comments
 (0)