Skip to content

Commit 3068d63

Browse files
author
David Curwin
committed
Three requested changes
1 parent 16c6fb6 commit 3068d63

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ After you register and schedule a VM for the Azure Backup service, Backup starts
4545
**Error code**: UserErrorVmProvisioningStateFailed<br>
4646
**Error message**: The VM is in failed provisioning state<br>
4747

48-
This error occurs when one of the extension failures puts the VM into provisioning failed state.<br>**Open  Azure portal > VM > Settings > Extensions > Extensions status** and check if all extensions are in **provisioning succeeded** state.
48+
This error occurs when one of the extension failures puts the VM into provisioning failed state.<br>**Open  Azure portal > VM > Settings > Extensions > Extensions status** and check if all extensions are in **provisioning succeeded** state. To learn more, see [Provisioning states](https://docs.microsoft.com/azure/virtual-machines/windows/states-lifecycle#provisioning-states).
4949

5050
- If VMSnapshot extension is in a failed state, then right-click on the failed extension and remove it. Trigger an on-demand backup. This action will reinstall the extensions, and run the backup job. <br>
51-
- If any other extension is in a failed state, then it can interfere with the backup. Ensure those extension issues are resolved and retry the backup operation.
51+
- If any other extension is in a failed state, then it can interfere with the backup. Ensure those extension issues are resolved and retry the backup operation.
52+
- If the VM provisioning state is in an updating state, it can interfere with the backup. Ensure that it is healthy and retry the backup operation.
5253

5354
## UserErrorRpCollectionLimitReached - The Restore Point collection max limit has reached
5455

@@ -200,7 +201,7 @@ The following conditions might cause the snapshot task to fail:
200201

201202
| Cause | Solution |
202203
| --- | --- |
203-
| The VM status is reported incorrectly because the VM is shut down in Remote Desktop Protocol (RDP). | If you shut down the VM in RDP, check the portal to determine whether the VM status is correct. If its not correct, shut down the VM in the portal by using the **Shutdown** option on the VM dashboard. |
204+
| The VM status is reported incorrectly because the VM is shut down in Remote Desktop Protocol (RDP). | If you shut down the VM in RDP, check the portal to determine whether the VM status is correct. If it's not correct, shut down the VM in the portal by using the **Shutdown** option on the VM dashboard. |
204205
| The VM can't get the host or fabric address from DHCP. | DHCP must be enabled inside the guest for the IaaS VM backup to work. If the VM can't get the host or fabric address from DHCP response 245, it can't download or run any extensions. If you need a static private IP, you should configure it through the **Azure portal** or **PowerShell** and make sure the DHCP option inside the VM is enabled. [Learn more](../virtual-network/virtual-networks-static-private-ip-arm-ps.md#change-the-allocation-method-for-a-private-ip-address-assigned-to-a-network-interface) about setting up a static IP address with PowerShell.
205206

206207
### <a name="remove_lock_from_the_recovery_point_resource_group"></a>Remove lock from the recovery point resource group

articles/backup/backup-support-matrix-mars-agent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Windows 7| 1,700 GB
153153

154154
**Type** | **Support**
155155
--- | ---
156-
Encrypted| Supported.
156+
Encrypted<sup>*</sup>| Supported.
157157
Compressed | Supported.
158158
Sparse | Supported.
159159
Compressed and sparse |Supported.
@@ -165,6 +165,8 @@ Sparse stream| Not supported. Skipped.
165165
OneDrive (synced files are sparse streams)| Not supported.
166166
Folders with DFS Replication enabled | Not supported.
167167

168+
\* Ensure that the MARS agent has access to the required certificates to access the encrypted files. Inaccessible files will be skipped.
169+
168170
## Supported drives or volumes for backup
169171

170172
**Drive/volume** | **Support** | **Details**

articles/backup/backup-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table describes the features of Recovery Services vaults:
3030
**Data sources** | Maximum size of an individual [data source](https://docs.microsoft.com/azure/backup/backup-azure-backup-faq#how-is-the-data-source-size-determined) is 54,400 GB. This limit does not apply to Azure VM backups. No limits apply to the total amount of data you can back up to the vault.
3131
**Backups to vault** | **Azure VMs:** Once a day.<br/><br/>**Machines protected by DPM/MABS:** Twice a day.<br/><br/> **Machines backed up directly by using the MARS agent:** Three times a day.
3232
**Backups between vaults** | Backup is within a region.<br/><br/> You need a vault in every Azure region that contains VMs you want to back up. You can't back up to a different region.
33-
**Move vaults** | You can [move vaults](https://docs.microsoft.com/azure/backup/backup-azure-move-recovery-services-vault) across subscriptions or between resource groups in the same subscription. However, moving vaults across regions isnt supported.
33+
**Move vaults** | You can [move vaults](https://docs.microsoft.com/azure/backup/backup-azure-move-recovery-services-vault) across subscriptions or between resource groups in the same subscription. However, moving vaults across regions isn't supported.
3434
**Move data between vaults** | Moving backed-up data between vaults isn't supported.
3535
**Modify vault storage type** | You can modify the storage replication type (either geo-redundant storage or locally redundant storage) for a vault before backups are stored. After backups begin in the vault, the replication type can't be modified.
3636

@@ -79,7 +79,7 @@ Here's what's supported if you want to back up Linux machines:
7979

8080
## Daylight saving time support
8181

82-
Azure Backup doesn't support automatic clock adjustment for daylight saving time for Azure VM backups. Modify backup policies manually as required.
82+
Azure Backup doesn't support automatic clock adjustment for daylight saving time for Azure VM backups. It does not shift the hour of the backup forward or backwards. To ensure the backup runs at the desired time, modify the backup policies manually as required.
8383

8484
## Disk deduplication support
8585

0 commit comments

Comments
 (0)