Skip to content

Commit d86f283

Browse files
Merge pull request #308041 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-09 12:00 UTC
2 parents e15a077 + c35b01f commit d86f283

File tree

6 files changed

+116
-26
lines changed

6 files changed

+116
-26
lines changed

articles/sentinel/whats-new.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What's new in Microsoft Sentinel
33
description: Learn about the latest new features and announcement in Microsoft Sentinel from the past few months.
4-
author: batamig
5-
ms.author: bagol
4+
author: guywi-ms
5+
ms.author: guywild
66
ms.topic: concept-article
77
ms.date: 09/28/2025
88
#Customer intent: As a security team member, I want to stay updated on the latest features and enhancements in Microsoft Sentinel so that I can effectively manage and optimize my organization's security posture.
@@ -18,9 +18,37 @@ The listed features were released in the last six months. For information about
1818

1919
[!INCLUDE [reference-to-feature-availability](includes/reference-to-feature-availability.md)]
2020

21-
## October 2025
21+
## November 2025
22+
23+
- [Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts](#call-to-action-update-queries-and-automation-by-december-13-2025---standardized-account-entity-naming-in-incidents-and-alerts)
24+
25+
### Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts
26+
27+
Microsoft Sentinel is updating how it identifies account entities in incidents and alerts. This change introduces a standardized naming logic to improve consistency and reliability across your analytics and automation workflows.
28+
29+
> [!IMPORTANT]
30+
> This change might affect your analytic rules, automation rules, playbooks, workbooks, hunting queries, and custom integrations.
31+
32+
Sentinel will now select the most reliable account identifier using the following priority:
2233

34+
1. **UPN prefix** – the part before “@” in a User Principal Name
35+
- Example: `john.doe@contoso.com``john.doe`
36+
37+
1. **Name** – used if UPN prefix is unavailable
38+
1. **Display Name** – fallback if both above are missing
39+
40+
Update your KQL queries and automation logic to follow the new precedence-aware pattern. Use the [`coalesce()`(/kusto/query/coalesce-function)](/kusto/query/coalesce-function) function to ensure compatibility:
41+
42+
```kql
43+
coalesce(Account.UPNprefix, Account.Name, Account.DisplayName)
44+
```
45+
Test all changes in a nonproduction workspace before rolling out to production.
46+
47+
48+
## October 2025
2349

50+
- [Export STIX threat intelligence objects (Preview)](#export-stix-threat-intelligence-objects-preview)
51+
- [Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts](#call-to-action-update-queries-and-automation-by-december-13-2025---standardized-account-entity-naming-in-incidents-and-alerts)
2452

2553
### Export STIX threat intelligence objects (Preview)
2654

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: storage
5+
author: stevenmatthew
6+
ms.service: azure-storage
7+
ms.subservice: common-concepts
8+
ms.topic: "include"
9+
ms.date: 11/07/2025
10+
ms.author: shaas
11+
ms.custom: "include file", references_regions
12+
---
13+
14+
<!-- User feedback is being incorporated into customer-managed planned failover (preview) and the feature is temporarily unavailable in all regions. After completion, updated documentation will be released to reflect the regions in which the feature is available.-->
15+
16+
> [!IMPORTANT]
17+
> OR Priority Replication is generally available and offered in all public cloud regions with the following exceptions:
18+
>
19+
> - West India
20+
> - Switzerland West
21+
>
22+
> To gain access to the Azure portal experience of Object Replication priority replication, see [Set up preview features in Azure subscription](/azure/azure-resource-manager/management/preview-features) and specify `AllowPriorityObjectReplicationInPortal` as the feature name. The provider name for this preview feature is `Microsoft.Storage`

articles/storage/blobs/object-replication-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Object replication asynchronously copies block blobs in a container according to
5555
> [!IMPORTANT]
5656
> Because block blob data is replicated asynchronously, the source account and destination account aren't immediately in sync.
5757
>
58-
> OR now supports priority replication, which prioritizes the replication of the operations in an OR Policy. A Service Level Agreement (SLA) guarantees replication performance when the OR policy's source and destination accounts are located within the same continent. The SLA ensures 99.0% of operations are replicated within 15 minutes from source to destination container under the OR policy during the billing month. To learn more about priority replication, visit the [Object Replication Priority Replication](object-replication-priority-replication.md) article.
58+
> OR now supports priority replication, which prioritizes the replication of all operations in an OR Policy. When OR priority replication is enabled the replication performance of all operations are significantly improved. When a replication policy's source and destination account are within the same continent, OR priority replication also replicates 99.0% of objects within 15 minutes for supported workloads. For more information, visit the [SLA terms](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1&msockid=0d36bfb9b86d68ee3afdae84b944695f) and the [Object Replication Priority Replication](object-replication-priority-replication.md) article.
5959
>
6060
> You can also check the replication status on the source blob to determine whether replication is complete. For more information, see [Check the replication status of a blob](object-replication-configure.md#check-the-replication-status-of-a-blob).
6161

articles/storage/blobs/object-replication-priority-replication.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ ms.custom: references_regions
1717

1818
Object replication (OR) currently copies all operations from a source storage account to one or more destination accounts asynchronously, with no guaranteed completion time. However, with the introduction of object replication priority replication, users can now choose to prioritize the replication of the operations in their replication policy.
1919

20-
Priority replication comes with a Service Level Agreement (SLA) guarantee if your policy's source and destination account are located within the same continent. The SLA ensures 99.0% of operations replicate from the source account to the destination account within 15 minutes during a billing month. Refer to the official [SLA terms](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1&msockid=0d36bfb9b86d68ee3afdae84b944695f) for a comprehensive list of eligibility requirements.
20+
When a replication's source and destination account are within the same continent, OR priority replication also replicates 99.0% of objects within 15 minutes for supported workloads. For more information, see [SLA terms](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1&msockid=0d36bfb9b86d68ee3afdae84b944695f) for a comprehensive list of eligibility requirements.
2121

22+
[!INCLUDE [object-replication-alert](includes/object-replication-alert.md)]
2223

23-
> [!IMPORTANT]
24-
> This feature is generally available and offered in all regions.
25-
>
26-
> To gain access to the Azure portal experience of Object Replication priority replication, see [Set up preview features in Azure subscription](/azure/azure-resource-manager/management/preview-features) and specify AllowPriorityObjectReplicationInPortal as the feature name. The provider name for this preview feature is `Microsoft.Storage`.
2724

2825
## Benefits of priority replication
2926

30-
Priority replication significantly improves the performance and observability for Azure Object Replication (OR). Moreover, priority replication comes with a Service Level Agreement (SLA) that provides users with a performance guarantee provided the source and destination storage accounts are located within the same continent. The SLA guarantees that 99.0% of operations are replicated from the source to the destination storage account within 15 minutes during a billing month. This level of assurance is especially valuable for scenarios involving disaster recovery, business continuity, and high-availability architectures.
27+
Object Replication (OR) priority replication significantly improves the replication performance and observability for Azure Object Replication. Moreover, priority replication comes with a Service Level Agreement (SLA) that provides users with a performance guarantee provided the source and destination storage accounts are located within the same continent. For supported workloads OR priority replication also replicates 99.0% of objects within 15 minutes. This level of assurance is especially valuable for scenarios involving disaster recovery, business continuity, and high-availability architectures.
3128

3229
In addition to performance guarantees, priority replication automatically enables OR metrics, which enhances visibility into replication progress. These metrics allow users to monitor the number of operations and bytes pending replication, segmented into time buckets such as 0–5 minutes, 5–10 minutes, and beyond. This detailed insight helps teams proactively manage replication health and identify potential delays. To learn more about OR metrics, see the [replication metrics](object-replication-overview.md#replication-metrics) article.
3330

@@ -96,6 +93,10 @@ To enable OR Priority Replication when creating a new OR policy, complete the fo
9693

9794
# [Azure PowerShell](#tab/powershell)
9895

96+
Before running the following commands, ensure you have the latest Azure PowerShell version installed. You can find installation instructions at [Azure PowerShell](/powershell/azure/install-azure-powershell).
97+
98+
You can use the `Set-AzStorageObjectReplicationPolicy` cmdlet together with the `New-AzStorageObjectReplicationPolicyRule` cmdlet to enable OR Priority Replication on a new policy. Use the example script below, or refer to the [Set-AzStorageObjectReplicationPolicy](/powershell/module/az.storage/set-azstorageobjectreplicationpolicy?view=azps-14.6.0&preserve-view=true) for more details.
99+
99100
```powershell
100101
101102
# Login to your Azure account
@@ -128,6 +129,10 @@ $srcPolicy.PriorityReplication.Enabled
128129

129130
# [Azure CLI](#tab/cli)
130131

132+
Before running the following commands, ensure you have the latest Azure CLI version installed. You can find installation instructions at [Azure CLI](/cli/azure/install-azure-cli).
133+
134+
You can use the `az storage account or-policy create` command to create a new Object Replication policy with priority replication enabled. Use the example script below, or refer to the [az storage account create](/cli/azure/storage/account?view=azure-cli-latest&preserve-view=true#az-storage-account-create) documentation for more details.
135+
131136
```azurecli-interactive
132137
133138
# Login to your Azure account
@@ -181,7 +186,9 @@ In the Azure portal, navigate to the storage account you want to modify. In the
181186

182187
# [Azure PowerShell](#tab/powershell)
183188

184-
Open PowerShell and ensure you have the latest Azure PowerShell module installed.
189+
Before running the following commands, ensure you have the latest Azure PowerShell version installed. You can find installation instructions at [Azure PowerShell](/powershell/azure/install-azure-powershell).
190+
191+
You can use the `Set-AzStorageObjectReplicationPolicy` cmdlet to enable or disable OR Priority Replication on an existing policy. Use the example script below, or refer to the [Set-AzStorageObjectReplicationPolicy](/powershell/module/az.storage/set-azstorageobjectreplicationpolicy?view=azps-14.6.0&preserve-view=true) for more details.
185192

186193
```powershell
187194
@@ -235,6 +242,10 @@ $srcPolicy.PriorityReplication.Enabled
235242

236243
# [Azure CLI](#tab/cli)
237244

245+
Before running the following commands, ensure you have the latest Azure CLI version installed. You can find installation instructions at [Azure CLI](/cli/azure/install-azure-cli).
246+
247+
You can use the `az storage account or-policy update` command to enable or disable an existing Object Replication policy. Use the example script below, or refer to the [az storage account update](/cli/azure/storage/account?view=azure-cli-latest&preserve-view=true#az-storage-account-update) documentation for more details.
248+
238249
```azurecli-interactive
239250
240251
# First, login to your Azure account
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: storage
5+
author: stevenmatthew
6+
ms.service: azure-storage
7+
ms.subservice: common-concepts
8+
ms.topic: "include"
9+
ms.date: 11/07/2025
10+
ms.author: shaas
11+
ms.custom: "include file", references_regions
12+
---
13+
14+
<!-- User feedback is being incorporated into customer-managed planned failover (preview) and the feature is temporarily unavailable in all regions. After completion, updated documentation will be released to reflect the regions in which the feature is available.-->
15+
16+
> [!IMPORTANT]
17+
> Priority replication is available in all public regions that support GRS/GZRS with the following exceptions:
18+
>
19+
> - West India
20+
> - Switzerland West
21+
>
22+
> To determine if a region supports GZRS, see the [Azure regions list](/azure/reliability/regions-list#azure-regions-list-1). To support GZRS, a region must support availability zones and have a paired region.

articles/storage/common/storage-redundancy-priority-replication.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,9 @@ Azure Blob Storage Geo Priority Replication is designed to meet the stringent co
2525

2626
For supported workloads, a Service Level Agreement (SLA) also backs geo priority replication, and applies to any account that has Geo priority replication enabled. It guarantees that the Last Sync Time (LST) for your account's Block Blob data remains lagged 15 minutes or less for 99.0% of the billing month. In addition to prioritized replication traffic, the feature includes enhanced monitoring and detailed telemetry.
2727

28-
<!--
29-
> [!IMPORTANT]
30-
> This feature is generally available but is currently only offered in a limited number of regions.
31-
>
32-
> Priority replication is available only within the following regions:
33-
> - East US 2
34-
> - West US 2
35-
> - North Europe
36-
> - West Europe
37-
> - Japan East
38-
> - Japan West
39-
> - Central India
40-
> - Switzerland North
41-
> - UAE North
42-
-->
28+
Refer to the official [SLA terms](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1&msockid=0d36bfb9b86d68ee3afdae84b944695f) for a comprehensive list of eligibility requirements.
29+
30+
[!INCLUDE [replication-disclaimer](includes/geo-replication-alert.md)]
4331

4432
## Benefits of geo priority replication
4533

@@ -76,6 +64,9 @@ To ensure transparency and empower customers to track the performance of Geo pri
7664

7765
After geo priority replication is enabled and you register for the Geo Blob Lag metric (preview) you have the ability to view the new metric.
7866

67+
> [!IMPORTANT]
68+
> Geo Blob Lag metrics can take up to 24 hours to begin displaying after registering for the feature.
69+
7970
:::image type="content" source="media/storage-redundancy-priority-replication/replication-enabled-sml.png" alt-text="Screenshot showing the geo priority replication enabled status for existing accounts." lightbox="media/storage-redundancy-priority-replication/replication-enabled-lrg.png":::
8071

8172
## Enable and disable Geo-Redundant Storage replication
@@ -95,6 +86,10 @@ To enable Geo Priority Replication when creating a new storage account, complete
9586

9687
# [Azure PowerShell](#tab/powershell)
9788

89+
Before running the following commands, ensure you have the latest Azure PowerShell version installed. You can find installation instructions at [Azure PowerShell](/powershell/azure/install-azure-powershell).
90+
91+
You can use the `New-AzStorageAccount` cmdlet to create a new storage account with Geo Priority Replication enabled. Use the example script below, or refer to the [New-AzStorageAccount documentation](/powershell/module/az.storage/new-azstorageaccount?view=azps-14.6.0&preserve-view=true#example-22-create-a-storage-account-with-blob-geo-priority-replication-enabled) for more details.
92+
9893
```powershell
9994
10095
# Login to your Azure account
@@ -112,6 +107,10 @@ $account = New-AzStorageAccount -ResourceGroupName $rgname `
112107
```
113108
# [Azure CLI](#tab/cli)
114109

110+
Before running the following commands, ensure you have the latest Azure CLI version installed. You can find installation instructions at [Azure CLI](/cli/azure/install-azure-cli).
111+
112+
You can use the `az storage account create` command to create a new storage account with Geo Priority Replication enabled. Use the example script below, or refer to the [az storage account create](/cli/azure/storage/account?view=azure-cli-latest&preserve-view=true#az-storage-account-create) documentation for more details.
113+
115114
```azurecli-interactive
116115
117116
# Login to your Azure account
@@ -158,6 +157,10 @@ To enable or disable Geo Priority Replication for an existing storage account, c
158157

159158
# [Azure PowerShell](#tab/powershell)
160159

160+
Before running the following commands, ensure you have the latest Azure PowerShell version installed. You can find installation instructions at [Azure PowerShell](/powershell/azure/install-azure-powershell).
161+
162+
You can use the `Set-AzStorageAccount` cmdlet to enable Geo Priority Replication on an existing storage account. Use the example script below, or refer to the [Set-AzStorageAccount](/powershell/module/az.storage/set-azstorageaccount?view=azps-14.6.0&preserve-view=true#-enableblobgeopriorityreplication) documentation for more details.
163+
161164
```powershell
162165
# Login to your Azure account
163166
Connect-AzAccount
@@ -175,6 +178,10 @@ $account = Set-AzStorageAccount -ResourceGroupName $rgname -StorageAccountName $
175178

176179
# [Azure CLI](#tab/cli)
177180

181+
Before running the following commands, ensure you have the latest Azure CLI installed. You can find installation instructions at [Azure CLI](/cli/azure/install-azure-cli).
182+
183+
You can use the `az storage account update` command to enable or disable Geo Priority Replication on an existing storage account. Use the example script below, or refer to the [az storage account update](/cli/azure/storage/account?view=azure-cli-latest&preserve-view=true#az-storage-account-update) documentation for more details.
184+
178185
```azurecli-interactive
179186
180187
# Login to your Azure account

0 commit comments

Comments
 (0)