Skip to content

Commit 9c9f3d8

Browse files
Merge pull request #279582 from AbhishekMallick-MS/Jun-28-2024-EEE2
Addressed EEE doc ask #17683914
2 parents b2fd873 + ae3c937 commit 9c9f3d8

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: FAQ - Backing up SQL Server databases on Azure VMs
4-
description: Find answers to common questions about backing up SQL Server databases on Azure VMs with Azure Backup.
3+
title: FAQ - Backing up SQL Server databases on Azure Virtual Machines (VMs)
4+
description: Find answers to common questions about backing up SQL Server databases on an Azure Virtual Machine (VM) with Azure Backup.
55
ms.reviewer: vijayts
66
ms.topic: faq
77
ms.service: azure-backup
8-
ms.date: 03/05/2024
8+
ms.date: 09/30/2024
99
author: AbhishekMallick-MS
1010
ms.author: v-abhmallick
1111

@@ -19,14 +19,14 @@ sections:
1919
- name: Backup
2020
questions:
2121
- question: |
22-
Can I use Azure Backup for IaaS VM as well as SQL Server on the same machine?
22+
Can I use Azure Backup for IaaS VM and SQL Server on the same machine?
2323
answer: |
2424
Yes, you can have both VM backup and SQL backup on the same VM. In this case, we internally trigger copy-only full backup on the VM to not truncate the logs.
2525
2626
- question: |
2727
Does the solution retry or auto-heal the backups?
2828
answer: |
29-
Under some circumstances, the Azure Backup service triggers remedial backups. Auto-heal can happen for any of the six conditions mentioned below:
29+
Under some circumstances, the Azure Backup service triggers remedial backups. Auto-heal can happen for any of the following six conditions:
3030
3131
- If log or differential backup fails due to LSN Validation Error, next log or differential backup is instead converted to a full backup.
3232
- If no full backup has happened before a log or differential backup, that log or differential backup is instead converted to a full backup.
@@ -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 won't 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: azure-backup
7-
ms.date: 05/13/2024
7+
ms.date: 09/30/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)