You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-troubleshoot-vm-backup-fails-snapshot-timeout.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ After you register and schedule a VM for the Azure Backup service, Backup initia
84
84
85
85
**Cause 1: [The snapshot status can't be retrieved, or a snapshot can't be taken](#the-snapshot-status-cannot-be-retrieved-or-a-snapshot-cannot-be-taken)**
86
86
**Cause 2: [The backup extension fails to update or load](#the-backup-extension-fails-to-update-or-load)**
87
-
**Cause 3: [The VM doesn't have internet access](#the-vm-has-no-internet-access)**
@@ -108,7 +107,7 @@ After you register and schedule a VM for the Azure Backup service, Backup initia
108
107
**Cause 3: [The snapshot status can't be retrieved, or a snapshot can't be taken](#the-snapshot-status-cannot-be-retrieved-or-a-snapshot-cannot-be-taken)**
109
108
**Cause 4: [The backup extension fails to update or load](#the-backup-extension-fails-to-update-or-load)**
110
109
**Cause 5: Backup service doesn't have permission to delete the old restore points because of a resource group lock** <br>
111
-
**Cause 6: [The VM doesn't have internet access](#the-vm-has-no-internet-access)**
110
+
112
111
113
112
## UserErrorUnsupportedDiskSize - The configured disk size(s) is currently not supported by Azure Backup.
114
113
@@ -137,16 +136,6 @@ If the scheduled backup operation is taking longer, conflicting with the next ba
137
136
138
137
## Causes and solutions
139
138
140
-
### <aname="the-vm-has-no-internet-access"></a>The VM doesn't have internet access
141
-
142
-
Per the deployment requirement, the VM doesn't have internet access. Or, it might have restrictions that prevent access to the Azure infrastructure.
143
-
144
-
To function correctly, the Backup extension requires connectivity to Azure public IP addresses. The extension sends commands to an Azure storage endpoint (HTTPs URL) to manage the snapshots of the VM. If the extension doesn't have access to the public internet, backup eventually fails.
145
-
146
-
#### Solution
147
-
148
-
To resolve the network issue, see [Establish network connectivity](backup-azure-arm-vms-prepare.md#establish-network-connectivity).
149
-
150
139
### <aname="the-agent-installed-in-the-vm-but-unresponsive-for-windows-vms"></a>The agent is installed in the VM, but it's unresponsive (for Windows VMs)
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-vms-encryption.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,6 @@ Before you start, do the following:
47
47
In addition, there are a couple of things that you might need to do in some circumstances:
48
48
49
49
-**Install the VM agent on the VM**: Azure Backup backs up Azure VMs by installing an extension to the Azure VM agent running on the machine. If your VM was created from an Azure marketplace image, the agent is installed and running. If you create a custom VM, or you migrate an on-premises machine, you might need to [install the agent manually](backup-azure-arm-vms-prepare.md#install-the-vm-agent).
50
-
-**Explicitly allow outbound access**: Generally, you don't need to explicitly allow outbound network access for an Azure VM in order for it to communicate with Azure Backup. However, some VMs might experience connection issues, showing the **ExtensionSnapshotFailedNoNetwork** error when attempting to connect. If this happens, you should [explicitly allow outbound access](backup-azure-arm-vms-prepare.md#explicitly-allow-outbound-access), so the Azure Backup extension can communicate with Azure public IP addresses for backup traffic.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-vms-troubleshoot.md
+4-25Lines changed: 4 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,6 @@ Verify the VM Agent version on Windows VMs:
258
258
259
259
VM backup relies on issuing snapshot commands to underlying storage. Not having access to storage or delays in a snapshot task run can cause the backup job to fail. The following conditions can cause snapshot task failure:
260
260
261
-
***Network access to Storage is blocked by using NSG**. Learn more on how to [establish network access](backup-azure-arm-vms-prepare.md#establish-network-connectivity) to Storage by using either allowed list of IPs or through a proxy server.
262
261
***VMs with SQL Server backup configured can cause snapshot task delay**. By default, VM backup creates a VSS full backup on Windows VMs. VMs that run SQL Server, with SQL Server backup configured, can experience snapshot delays. If snapshot delays cause backup failures, set following registry key:
263
262
264
263
```text
@@ -272,29 +271,9 @@ VM backup relies on issuing snapshot commands to underlying storage. Not having
272
271
273
272
## Networking
274
273
275
-
Like all extensions, Backup extensions need access to the public internet to work. Not having access to the public internet can manifest itself in various ways:
274
+
DHCP must be enabled inside the guest for IaaS VM backup to work. If you need a static private IP, configure it through the Azure portal or PowerShell. Make sure the DHCP option inside the VM is enabled.
275
+
Get more information on how to set up a static IP through PowerShell:
276
276
277
-
* Extension installation can fail.
278
-
* Backup operations like disk snapshot can fail.
279
-
* Displaying the status of the backup operation can fail.
277
+
*[How to add a static internal IP to an existing VM](../virtual-network/virtual-networks-reserved-private-ip.md#how-to-add-a-static-internal-ip-to-an-existing-vm)
278
+
*[Change the allocation method for a private IP address assigned to a network interface](../virtual-network/virtual-networks-static-private-ip-arm-ps.md#change-the-allocation-method-for-a-private-ip-address-assigned-to-a-network-interface)
280
279
281
-
The need to resolve public internet addresses is discussed in [this Azure Support blog](https://blogs.msdn.com/b/mast/archive/2014/06/18/azure-vm-provisioning-stuck-on-quot-installing-extensions-on-virtual-machine-quot.aspx). Check the DNS configurations for the VNET and make sure the Azure URIs can be resolved.
282
-
283
-
After name resolution is done correctly, access to the Azure IPs also needs to be provided. To unblock access to the Azure infrastructure, follow one of these steps:
284
-
285
-
* Allow list of Azure datacenter IP ranges:
286
-
1. Get the list of [Azure datacenter IPs](https://www.microsoft.com/download/details.aspx?id=41653) to be in allow list.
287
-
1. Unblock the IPs by using the [New-NetRoute](https://docs.microsoft.com/powershell/module/nettcpip/new-netroute) cmdlet. Run this cmdlet within the Azure VM, in an elevated PowerShell window. Run as an Administrator.
288
-
1. Add rules to the NSG, if you have one in place, to allow access to the IPs.
289
-
* Create a path for HTTP traffic to flow:
290
-
1. If you have some network restriction in place, deploy an HTTP proxy server to route the traffic. An example is a network security group. See the steps to deploy an HTTP proxy server in [Establish network connectivity](backup-azure-arm-vms-prepare.md#establish-network-connectivity).
291
-
1. Add rules to the NSG, if you have one in place, to allow access to the internet from the HTTP proxy.
292
-
293
-
> [!NOTE]
294
-
> DHCP must be enabled inside the guest for IaaS VM backup to work. If you need a static private IP, configure it through the Azure portal or PowerShell. Make sure the DHCP option inside the VM is enabled.
295
-
> Get more information on how to set up a static IP through PowerShell:
296
-
>
297
-
> *[How to add a static internal IP to an existing VM](../virtual-network/virtual-networks-reserved-private-ip.md#how-to-add-a-static-internal-ip-to-an-existing-vm)
298
-
> *[Change the allocation method for a private IP address assigned to a network interface](../virtual-network/virtual-networks-static-private-ip-arm-ps.md#change-the-allocation-method-for-a-private-ip-address-assigned-to-a-network-interface)
Copy file name to clipboardExpand all lines: includes/virtual-machines-common-backup-and-disaster-recovery-for-azure-iaas-disks.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,6 @@ Use the following steps to enable backups of your VMs by using the [Azure portal
149
149
150
150
1. Make sure the Backup Agent is installed on the VM. If your VM is created by using an Azure gallery image, then the Backup Agent is already installed. Otherwise (that is, if you use a custom image), use the instructions to [install the VM agent on a virtual machine](../articles/backup/backup-azure-arm-vms-prepare.md#install-the-vm-agent).
151
151
152
-
1. Make sure that the VM allows network connectivity for the backup service to function. Follow the instructions for [network connectivity](../articles/backup/backup-azure-arm-vms-prepare.md#establish-network-connectivity).
153
-
154
152
1. After the previous steps are completed, the backup runs at regular intervals as specified in the backup policy. If necessary, you can trigger the first backup manually from the vault dashboard on the Azure portal.
155
153
156
154
For automating Azure Backup by using scripts, refer to [PowerShell cmdlets for VM backup](../articles/backup/backup-azure-vms-automation.md).
0 commit comments