Skip to content

Commit a7ae36f

Browse files
author
v-amallick
committed
SQL - troubleshooting article updates
1 parent 51c7322 commit a7ae36f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/backup/tutorial-sql-backup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Back up SQL Server databases to Azure
33
description: In this tutorial, learn how to back up a SQL Server database running on an Azure VM to an Azure Backup Recovery Services vault.
44
ms.topic: tutorial
5-
ms.date: 01/07/2022
5+
ms.date: 06/21/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -40,7 +40,8 @@ Each option has advantages and disadvantages
4040
**Option** | **Advantages** | **Disadvantages**
4141
--- | --- | ---
4242
Allow IP ranges | No additional costs. | Complex to manage because the IP address ranges change over time. <br/><br/> Provides access to the whole of Azure, not just Azure Storage.
43-
Use an HTTP proxy | Granular control in the proxy over the storage URLs is allowed. <br/><br/> Single point of internet access to VMs. <br/><br/> Not subject to Azure IP address changes. | Additional costs to run a VM with the proxy software.
43+
Use an HTTP proxy | Granular control in the proxy over the storage URLs is allowed. <br/><br/> Single point of internet access to VMs. | Additional costs to run a VM with the proxy software.
44+
Allow access to service FQDNs/IPs | No additional costs. <br><br> Works with all network security appliances and firewalls. <br><br> You can also use service endpoints for *Storage* and *Azure Active Directory*. However, for Azure Backup, you need to assign the access to the corresponding IPs/FQDNs. | A broad set of IPs or FQDNs may be required to be accessed.
4445

4546
### Set VM permissions
4647

0 commit comments

Comments
 (0)