Skip to content

Commit d6c135c

Browse files
authored
Merge pull request #301237 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 9ee6801 + e9ff734 commit d6c135c

8 files changed

+68
-26
lines changed

articles/application-gateway/monitor-application-gateway-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring data reference for Azure Application Gateway
33
description: This article contains important reference material you need when you monitor Azure Application Gateway.
4-
ms.date: 05/12/2025
4+
ms.date: 06/04/2025
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: mbender-ms
@@ -494,6 +494,7 @@ Application Gateway's Layer 4 proxy provides log data through access logs. These
494494
| sslProtocol | SSL/TLS protocol being used (for TLS protocol listeners). |
495495
| serverRouted | The backend server IP and port number to which the traffic was routed. |
496496
| serverStatus | 200 - session completed successfully. 400 - client data couldn't be parsed. 500 - internal server error. 502 - bad gateway. For example, when an upstream server couldn't be reached. 503 - service unavailable. For example, if access is limited by the number of connections. |
497+
| error_info | The reason for the error as per serverStatus code. |
497498
| ResourceId | Application Gateway resource URI. |
498499

499500
[!INCLUDE [horz-monitor-ref-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: In this article, discover answers to common questions about backing up Azure VMs with the Azure Backup service.
55
ms.topic: faq
66
ms.service: azure-backup
7-
ms.date: 05/12/2025
7+
ms.date: 06/12/2025
88
author: jyothisuri
99
ms.author: jsuri
1010
ms.custom: build-2025
@@ -149,6 +149,10 @@ sections:
149149
answer: |
150150
No, you can't retain one single restore point. When you delete the previous restore points, the chain gets deleted. Therefore, you can't selectively retain or delete a recovery point.
151151
152+
- question: In Azure VM Backup, what is the Snapshot Tier and Storage Redundancy for snapshot taken as part of backup?
153+
answer: |
154+
In Azure VM Backup, snapshots are taken using the Standard HDD tier type, regardless of the source VM disk tier. By default, the storage redundancy for these snapshots is Locally Redundant Storage (LRS). However, if the VM backups are managed by an Enhanced Policy and the underlying source disk storage supports Zone Redundant Storage (ZRS), the snapshots will be of the ZRS type.
155+
152156
- question: How long can I retain backup points of Azure VMs using the backup policy?
153157
answer: |
154158
The maximum retentions of the backup points are:

articles/backup/disk-backup-faq.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: Get answers to frequently asked questions about Azure Disk Backup
55
ms.topic: faq
66
ms.service: azure-backup
7-
ms.date: 06/03/2024
7+
ms.date: 06/12/2025
88
author: jyothisuri
99
ms.author: jsuri
1010
title: Frequently asked questions about Azure Disk Backup
@@ -153,4 +153,7 @@ additionalContent: |
153153
154154
## Next steps
155155
156-
- [Azure Disk Backup support matrix](disk-backup-support-matrix.md)
156+
- [Azure Disk Backup support matrix](disk-backup-support-matrix.md).
157+
- Back up Azure Managed Disks using [Azure portal](backup-managed-disks.md), [Azure PowerShell](backup-managed-disks-ps.md), [Azure CLI](backup-managed-disks-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-backup-disks.md).
158+
- Restore Azure Managed Disks using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
159+
- [Manage Azure Managed Disks backups using Azure portal](manage-azure-managed-disks.md).

articles/backup/manage-telemetry.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,45 @@
11
---
22
title: Manage telemetry settings in Microsoft Azure Backup Server (MABS)
33
description: This article provides information about how to manage the telemetry settings in MABS.
4-
ms.date: 06/28/2024
4+
ms.date: 06/12/2025
55
ms.topic: how-to
66
author: jyothisuri
77
ms.author: jsuri
88
---
99

10-
# Manage telemetry settings
10+
# Manage telemetry settings in Microsoft Azure Backup Server
1111

1212
>[!NOTE]
1313
>This feature is applicable for MABS V3 UR2 and later.
1414
15-
This article provides information about how to manage the telemetry (Diagnostics and utility data) settings in Microsoft Azure Backup Server (MABS).
15+
This article describes how to manage telemetry (Diagnostics and utility data) settings in Microsoft Azure Backup Server (MABS).
1616

17-
By default, MABS sends diagnostic and connectivity data to Microsoft. Microsoft uses this data to provide and improve the quality, security, and integrity of Microsoft products and services.
17+
By default, MABS sends diagnostic and connectivity data to Microsoft. Microsoft uses this data to enhance the quality, security, and reliability of its products and services.
1818

19-
Administrators can turn off this feature at any point of time. For more information on the data collected, see the [following section](#telemetry-data-collected).
19+
Administrators can turn off this feature at any point of time. Learn about the [data collected details](#telemetry-data-collected).
2020

21-
## Turn on/off telemetry from console
21+
## Enable/disable telemetry from the MABS console
2222

23-
1. In the Microsoft Azure Backup Server console, go to **Management** and click **Options** in the top pane.
24-
1. In the **Options** dialog box, select **Diagnostic and Usage Data Settings**.
23+
To enable/disable telemetry from the MABS console, follow these steps:
2524

26-
![console telemetry options](./media/telemetry/telemetry-options.png)
25+
1. In the Microsoft Azure Backup Server console, go to **Management** and select **Options**.
26+
1. On the **Options** pane, select **Diagnostic and Usage Data Settings**.
2727

28-
1. Select the diagnostic and usage data sharing preference from the options displayed and then click **OK**.
28+
:::image type="content" source="./media/telemetry/telemetry-options.png" alt-text="Screenshot shows the console telemetry options.":::
29+
30+
1. Select the diagnostic and usage data sharing preference, and then select **OK**.
2931

3032
>[!NOTE]
3133
>We recommend you to read the [Privacy Statement](https://privacy.microsoft.com/privacystatement) before you select the option.
32-
>- To turn on telemetry, select **Yes, I am willing to send data to Microsoft**.
33-
>- To turn off telemetry, select **No, I prefer not to send data to Microsoft**.
34+
>- To enable telemetry, select **Yes, I am willing to send data to Microsoft**.
35+
>- To disable telemetry, select **No, I prefer not to send data to Microsoft**.
3436
3537
## Telemetry data collected
3638

3739
| Data related To | Data collected* |
3840
| --- | --- |
39-
| **Setup** | Version of MABS installed. <br/><br/>Version of the MABS update rollup installed. <br/><br/> Unique machine identifier. <br/><br/> Operating system on which MABS is installed. <br/><br/> Unique cloud subscription identifier.<br/><br/> MARS agent version.<br/><br/> Whether tiered storage is enabled. <br/><br/> Size of the storage used. |
40-
| **Workload Protected** | Workload unique Identifier. <br/><br/>Size of the workload being backed up. <br/><br/>Workload type and its version number. <br/><br/>If the workload is currently being protected by MABS. <br/><br/>Unique Identifier of the Protection Group under which the workload is protected.<br/><br/> Location where the workload is getting backed up - to disk/tape or cloud.|
41+
| **Setup** | Version of MABS installed. <br/><br/>Version of the MABS update rollup installed. <br/><br/> Unique machine identifier. <br/><br/> Operating system on which MABS is installed. <br/><br/> Unique cloud subscription identifier.<br/><br/> MARS agent version.<br/><br/> Tiered storage is enabled/ disabled. <br/><br/> Size of the storage used. |
42+
| **Workload Protected** | Workload unique Identifier. <br/><br/>Size of the workload being backed up. <br/><br/>Workload type and its version number. <br/><br/>The workload is currently protected/ unprotected by MABS. <br/><br/>Unique Identifier of the Protection Group under which the workload is protected.<br/><br/> Location where the workload is getting backed up - to disk/tape or cloud.|
4143
| **Jobs** | Status of the backup/restore job. <br/><br/> Size of the data backed up/restored. <br/><br/>Failure message, in case backup/restore job fails.<br/><br/> Time taken for the restore job.<br/><br/>Details of the workload for which the backup/restore job was run. |
4244
| **Telemetry change status** | The status change details for the telemetry settings, if enabled or disabled, and when. |
4345
| **MABS Console Crash Error** | The details of the error when a MABS console crashes.|

articles/backup/quick-restore-hana-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Restore an SAP HANA database with Azure CLI
33
description: In this quickstart, learn how to restore SAP HANA System Replication database with Azure CLI.
44
ms.devlang: azurecli
55
ms.topic: quickstart
6-
ms.date: 06/17/2024
6+
ms.date: 06/12/2025
77
ms.custom: mvc, devx-track-azurecli, mode-api, engagement-fy24
88
ms.service: azure-backup
99
author: jyothisuri
@@ -12,7 +12,7 @@ ms.author: jsuri
1212

1313
# Quickstart: Restore SAP HANA System Replication on Azure VMs using Azure CLI
1414

15-
This quickstart describes how to restore SAP HANA System Replication (HSR) using Azure CLI.
15+
This quickstart describes how to restore SAP HANA System Replication (HSR) using Azure CLI. You can also do the restore operation using [Azure portal](sap-hana-database-restore.md).
1616

1717
SAP HANA databases are critical workloads that require a low recovery-point objective (RPO) and long-term retention. This article describes how you can back up SAP HANA databases that are running on Azure virtual machines (VMs) to an Azure Backup Recovery Services vault by using Azure Backup.
1818

articles/sentinel/sap/deploy-sap-security-content.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,42 @@ To deploy a Microsoft Sentinel solution for SAP applications from the content hu
5151

5252
Make sure that you also review the [prerequisites for deploying Microsoft Sentinel solution for SAP applications](prerequisites-for-deploying-sap-continuous-threat-monitoring.md), especially [Azure prerequisites](prerequisites-for-deploying-sap-continuous-threat-monitoring.md#azure-prerequisites).
5353

54-
## Install the solution from the content hub
54+
:::zone pivot="connection-agentless"
55+
56+
## Install the solution
5557

5658
Installing the **Microsoft Sentinel Solution for SAP** makes both the data connector agent and the agentless data connector available to you from the Microsoft Sentinel **Configuration > Data connectors** page. The solution also deploys security content, such as the **SAP -Audit Controls** workbook and SAP-related analytics rules.
5759

58-
1. Install the solution using one of these methods, based on your connector type:
59-
- If you're using the SAP agentless data connector (Limited preview), [install the solution via the Azure marketplace](https://portal.azure.com/#create/sentinel4sap.sentinel4sap-previewsentinel4sap) after receiving a notification of onboarding.
60+
1. [Install the solution via the Azure marketplace](https://portal.azure.com/#create/sentinel4sap.sentinel4sap-previewsentinel4sap) after receiving a notification of onboarding.
61+
62+
1. On the **Microsoft Sentinel solution for SAP applications** page, select **Create** to define deployment settings. For example:
63+
64+
:::image type="content" source="./media/deploy-sap-security-content/sap-solution.png" alt-text="Screenshot that shows the Microsoft Sentinel solution for SAP applications solution pane." lightbox="./media/deploy-sap-security-content/sap-solution.png":::
65+
66+
1. On the default **Basics** tab, scroll down to select where to install the solution. If you're working with [the Microsoft Sentinel solution for SAP applications in multiple workspaces](cross-workspace.md), select **Some of the data is on a different workspace**, and then define your target workspace, your SOC workspace, and SAP workspace. For example:
67+
68+
For example:
69+
70+
:::image type="content" source="./media/deploy-sap-security-content/sap-multi-workspace.png" alt-text="Screenshot that shows how to configure the Microsoft Sentinel solution for SAP applications to work across multiple workspaces.":::
71+
72+
1. Select **Review + create** or **Next** to browse through the solution components. When you're ready, select **Create**
73+
74+
The deployment process can take a few minutes. After the deployment is finished, you can view the deployed content in Microsoft Sentinel.
75+
76+
> [!TIP]
77+
> If you want the SAP and SOC data to be kept on the same workspace with no additional access controls, do not select **Some of the data is on a different workspace**. In such cases, for more information, see [SAP and SOC data maintained in the same workspace](cross-workspace.md#sap-and-soc-data-maintained-in-the-same-workspace).
78+
79+
For more information, see [Discover and manage Microsoft Sentinel out-of-the-box content](../sentinel-solutions-deploy.md).
80+
81+
:::zone-end
6082

61-
- If you're using the data connector agent, in the Microsoft Sentinel **Content hub**, search for **SAP** to install the **SAP applications** solution.
83+
:::zone pivot="connection-agent"
84+
85+
## Install the solution
86+
87+
Installing the **Microsoft Sentinel Solution for SAP** makes both the data connector agent and the agentless data connector available to you from the Microsoft Sentinel **Configuration > Data connectors** page. The solution also deploys security content, such as the **SAP -Audit Controls** workbook and SAP-related analytics rules.
88+
89+
1. In the Microsoft Sentinel **Content hub**, search for **SAP** to install the **SAP applications** solution.
6290

6391
1. On the **Microsoft Sentinel solution for SAP applications** page, select **Create** to define deployment settings. For example:
6492

@@ -79,6 +107,8 @@ Installing the **Microsoft Sentinel Solution for SAP** makes both the data conne
79107
80108
For more information, see [Discover and manage Microsoft Sentinel out-of-the-box content](../sentinel-solutions-deploy.md).
81109

110+
:::zone-end
111+
82112
## View deployed content
83113

84114
When the deployment is finished, display your new content by browsing again to the Microsoft Sentinel for SAP applications solution from the **Content hub**. Alternatively:

articles/sentinel/sap/prerequisites-for-deploying-sap-continuous-threat-monitoring.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ Typically, Azure prerequisites are managed by your **security** teams.
100100

101101
## SAP prerequisites for the agentless data connector
102102

103-
We recommend that your **SAP BASIS** team verify and ensure SAP system prerequisites. We strongly recommend that any management of your SAP system is carried out by an experienced SAP system administrator.
103+
We recommend that your **SAP BASIS** team verify and ensure SAP system prerequisites. The SAP BASIS admin should review SAP notes 3390051 and 382318 to ensure that NetWeaver is set up for integration.
104+
105+
We strongly recommend that any management of your SAP system is carried out by an experienced SAP system administrator.
104106

105107
| Prerequisite | Description |
106108
| ---- | ----------- |

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ groups:
19141914
prompt: Choose a connection type
19151915
pivots:
19161916
- id: connection-agentless
1917-
title: Agentless data connector (Preview)
1917+
title: Agentless data connector (Limited preview)
19181918
- id: connection-agent
19191919
title: Data connector agent
19201920
# Owner: jodowns

0 commit comments

Comments
 (0)