Skip to content

Commit 176d638

Browse files
author
AbhishekMallick-MS
committed
Addressed EEE doc ask #17683914
1 parent 9b55562 commit 176d638

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

articles/backup/faq-backup-sql-server.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ms.reviewer: vijayts
66
ms.topic: faq
77
ms.service: backup
8-
ms.date: 03/05/2024
8+
ms.date: 07/05/2024
99
author: AbhishekMallick-MS
1010
ms.author: v-abhmallick
1111

@@ -140,6 +140,10 @@ sections:
140140
answer: |
141141
Yes, you need a file path in a registered VM to download files. That path can be a network share too. Configure a network share from the unregistered VM to the registered VM and then choose the registered VM as target and the network share as the target file path. Once files are downloaded, you could simply unmount the network share from the registered VM and the files are now available in the unregistered VM.
142142
143+
- question: |
144+
Connecting the Azure environment to on-premises network using ExpressRoute and configured forced tunneling directs all the traffic to the on-premises network. How can I configure the settings so that Azure SQL Server workload backup traffic will not pass through the on-premises network and directly connects to Recovery Services vault?
145+
answer: |
146+
During the backup operation, the *backup job* connects to three Service Endpoints - `AzureBackup`, `AzureStorage`, and `Microsoft Entra ID. In this scenario, we recommend you to configure the Service Endpoint to `AzureStorage`, which helps to send the traffic from the Virtual Network to the Storage directly. For Azure Backup and Microsoft Entra ID, you can configure UDR over service tags so that the traffic travels to backbone network instead of on-premises.
143147
144148
additionalContent: |
145149

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: This article provides answers to common questions about backing up SAP HANA databases using the Azure Backup service.
55
ms.topic: faq
66
ms.service: backup
7-
ms.date: 05/13/2024
7+
ms.date: 07/05/2024
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
ms.custom: engagement-fy24
@@ -166,6 +166,11 @@ sections:
166166
answer: |
167167
You need to run the instance re-detection on the server that is marked "Not Ready" to update its status.
168168
169+
- question: |
170+
Connecting the Azure environment to on-premises network using ExpressRoute and configured forced tunneling directs all the traffic to the on-premises network. How can I configure the settings so that Azure SAP HANA Server workload backup traffic will not pass through the on-premises network and directly connect to Recovery Services vault?
171+
- answer: |
172+
During the backup operation, the *backup job* connects to three Service Endpoints - `AzureBackup`, `AzureStorage`, and `Microsoft Entra ID. In this scenario, we recommend you to configure the Service Endpoint to `AzureStorage`, which helps to send the traffic from the Virtual Network to the Storage directly. For Azure Backup and Microsoft Entra ID, you can configure UDR over service tags so that the traffic travels to backbone network instead of on-premises.
173+
169174
170175
- name: Restore
171176
questions:

0 commit comments

Comments
 (0)