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/faq-backup-sql-server.yml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
### YamlMime:FAQ
2
2
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.
5
5
ms.reviewer: vijayts
6
6
ms.topic: faq
7
7
ms.service: azure-backup
8
-
ms.date: 03/05/2024
8
+
ms.date: 09/30/2024
9
9
author: AbhishekMallick-MS
10
10
ms.author: v-abhmallick
11
11
@@ -19,14 +19,14 @@ sections:
19
19
- name: Backup
20
20
questions:
21
21
- 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?
23
23
answer: |
24
24
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.
25
25
26
26
- question: |
27
27
Does the solution retry or auto-heal the backups?
28
28
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:
30
30
31
31
- If log or differential backup fails due to LSN Validation Error, next log or differential backup is instead converted to a full backup.
32
32
- 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:
140
140
answer: |
141
141
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.
142
142
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.
Copy file name to clipboardExpand all lines: articles/backup/sap-hana-faq-backup-azure-vm.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ metadata:
4
4
description: This article provides answers to common questions about backing up SAP HANA databases using the Azure Backup service.
5
5
ms.topic: faq
6
6
ms.service: azure-backup
7
-
ms.date: 05/13/2024
7
+
ms.date: 09/30/2024
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
10
10
ms.custom: engagement-fy24
@@ -166,6 +166,11 @@ sections:
166
166
answer: |
167
167
You need to run the instance re-detection on the server that is marked "Not Ready" to update its status.
168
168
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.
0 commit comments