Skip to content

Commit 4907881

Browse files
authored
Merge pull request #180103 from pvrk/Nov2021
Proxy suport updates
2 parents 2f73b43 + 78850ab commit 4907881

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/backup/backup-azure-sap-hana-database.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@ You can also use the following FQDNs to allow access to the required services fr
8585

8686
#### Use an HTTP proxy server to route traffic
8787

88-
When you back up an SAP HANA database running on an Azure VM, the backup extension on the VM uses the HTTPS APIs to send management commands to Azure Backup and data to Azure Storage. The backup extension also uses Azure AD for authentication. Route the backup extension traffic for these three services through the HTTP proxy. Use the list of IPs and FQDNs mentioned above for allowing access to the required services. Authenticated proxy servers aren't supported.
89-
9088
> [!NOTE]
91-
> There is no service level proxy support. That is, traffic via the proxy from only a few or selected services (Azure backup services) isn't supported. The entire data or traffic can either be routed by proxy or not.
89+
> Currently, there is no proxy support for SAP HANA. Please consider other options such as private end points if you wish to remove outbound connectivity requirements for database backups via Azure backup in HANA VMs.
9290
9391
[!INCLUDE [How to create a Recovery Services vault](../../includes/backup-create-rs-vault.md)]
9492

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ You can also use the following FQDNs to allow access to the required services fr
9393

9494
When you back up a SQL Server database on an Azure VM, the backup extension on the VM uses the HTTPS APIs to send management commands to Azure Backup and data to Azure Storage. The backup extension also uses Azure AD for authentication. Route the backup extension traffic for these three services through the HTTP proxy. Use the list of IPs and FQDNs mentioned above for allowing access to the required services. Authenticated proxy servers aren't supported.
9595

96+
> [!NOTE]
97+
> Disable proxy for localhost communications within the VM. Proxy will be honored for outbound communications from the SQL VM.
98+
9699
### Database naming guidelines for Azure Backup
97100

98101
- Avoid using the following elements in database names:

articles/backup/tutorial-backup-sap-hana-db.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ You can also use the following FQDNs to allow access to the required services fr
9292

9393
### Use an HTTP proxy server to route traffic
9494

95-
When you back up an SAP HANA database running on an Azure VM, the backup extension on the VM uses the HTTPS APIs to send management commands to Azure Backup and data to Azure Storage. The backup extension also uses Azure AD for authentication. Route the backup extension traffic for these three services through the HTTP proxy. Use the list of IPs and FQDNs mentioned above for allowing access to the required services. Authenticated proxy servers aren't supported.
95+
> [!NOTE]
96+
> Currently, there is no proxy support for SAP HANA. Please consider other options such as private end points if you wish to remove outbound connectivity requirements for database backups via Azure backup in HANA VMs.
9697
9798
## Understanding backup and restore throughput performance
9899

0 commit comments

Comments
 (0)