Skip to content

Commit 72f62ab

Browse files
Merge pull request #307270 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-23 05:00 UTC
2 parents 2bd817e + fd31518 commit 72f62ab

5 files changed

Lines changed: 46 additions & 2 deletions

File tree

articles/azure-resource-manager/management/tag-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
12481248
> | images | Yes | Yes |
12491249
> | payloadGroups | No | No |
12501250
> | proximityPlacementGroups | Yes | Yes |
1251-
> | restorePointCollections | Yes | Yes |
1251+
> | restorePointCollections | Yes | No |
12521252
> | restorePointCollections / restorePoints | No | No |
12531253
> | restorePointCollections / restorePoints / diskRestorePoints | No | No |
12541254
> | sharedVMExtensions | Yes | Yes |

articles/role-based-access-control/built-in-roles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ The following table provides a brief description of each built-in role. Click th
522522
> | <a name='grafana-editor'></a>[Grafana Editor](./built-in-roles/monitor.md#grafana-editor) | Create, edit, delete, or view dashboards; create, edit, or delete folders; and edit or view playlists. | a79a5197-3a5c-4973-a920-486035ffd60f |
523523
> | <a name='grafana-limited-viewer'></a>[Grafana Limited Viewer](./built-in-roles/monitor.md#grafana-limited-viewer) | View home page. | 41e04612-9dac-4699-a02b-c82ff2cc3fb5 |
524524
> | <a name='grafana-viewer'></a>[Grafana Viewer](./built-in-roles/monitor.md#grafana-viewer) | View dashboards, playlists, and query data sources. | 60921a7e-fef1-4a43-9b16-a26c52ad4769 |
525+
> | <a name='log-analytics-data-reader'></a>[Log Analytics Data Reader](./built-in-roles/monitor.md#log-analytics-data-reader) | Log Analytics Data Reader can query and search the logs it is allowed to view over Log Analytics workspaces and tables. | 3b03c2da-16b3-4a49-8834-0f8130efdd3b |
525526
> | <a name='log-analytics-contributor'></a>[Log Analytics Contributor](./built-in-roles/monitor.md#log-analytics-contributor) | Log Analytics Contributor can read all monitoring data and edit monitoring settings. Editing monitoring settings includes adding the VM extension to VMs; reading storage account keys to be able to configure collection of logs from Azure Storage; adding solutions; and configuring Azure diagnostics on all Azure resources. | 92aaf0da-9dab-42b6-94a3-d43ce8d16293 |
526527
> | <a name='log-analytics-reader'></a>[Log Analytics Reader](./built-in-roles/monitor.md#log-analytics-reader) | Log Analytics Reader can view and search all monitoring data as well as and view monitoring settings, including viewing the configuration of Azure diagnostics on all Azure resources. | 73c42c96-874c-492b-b04d-ab87d138a893 |
527528
> | <a name='monitoring-contributor'></a>[Monitoring Contributor](./built-in-roles/monitor.md#monitoring-contributor) | Can read all monitoring data and edit monitoring settings. See also [Get started with roles, permissions, and security with Azure Monitor](/azure/azure-monitor/roles-permissions-security#built-in-monitoring-roles). | 749f88d5-cbae-40b8-bcfc-e573ddc772fa |

articles/role-based-access-control/built-in-roles/monitor.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,48 @@ View dashboards, playlists, and query data sources.
443443
"type": "Microsoft.Authorization/roleDefinitions"
444444
}
445445
```
446+
## Log Analytics Data Reader
447+
448+
Log Analytics Data Reader can query and search the logs it is allowed to view over Log Analytics workspaces and tables.
449+
450+
> [!div class="mx-tableFixed"]
451+
> | Actions | Description |
452+
> | --- | --- |
453+
> | [Microsoft.OperationalInsights](../permissions/monitor.md#microsoftoperationalinsights)/workspaces/query/read | Run queries over the data in the workspace |
454+
> | [Microsoft.OperationalInsights](../permissions/monitor.md#microsoftoperationalinsights)/workspaces/read | Gets an existing workspace |
455+
> | **NotActions** | |
456+
> | *none* | |
457+
> | **DataActions** | |
458+
> | [Microsoft.OperationalInsights](../permissions/monitor.md#microsoftoperationalinsights)/workspaces/tables/data/read | Allows you to provide read data access to workspaces, or more fine-grained data entities, such as specific tables or rows. |
459+
> | **NotDataActions** | |
460+
> | *none* | |
461+
462+
```json
463+
{
464+
"assignableScopes": [
465+
"/"
466+
],
467+
"description": "Log Analytics Data Reader can query and search the logs it is allowed to view over Log Analytics workspaces and tables",
468+
"id": "/providers/Microsoft.Authorization/roleDefinitions/3b03c2da-16b3-4a49-8834-0f8130efdd3b",
469+
"name": "3b03c2da-16b3-4a49-8834-0f8130efdd3b",
470+
"permissions": [
471+
{
472+
"actions": [
473+
"Microsoft.OperationalInsights/workspaces/query/read",
474+
"Microsoft.OperationalInsights/workspaces/read"
475+
],
476+
"notActions": [],
477+
"dataActions": [
478+
"Microsoft.OperationalInsights/workspaces/tables/data/read"
479+
],
480+
"notDataActions": []
481+
}
482+
],
483+
"roleName": "Log Analytics Data Reader",
484+
"roleType": "BuiltInRole",
485+
"type": "Microsoft.Authorization/roleDefinitions"
486+
}
487+
```
446488

447489
## Log Analytics Contributor
448490

articles/role-based-access-control/whats-new.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This article provides information about new features and documentation improveme
1818

1919
| Date | Area | Description |
2020
| --- | --- | --- |
21+
| October 2025 | Roles | Added [Log Analytics Data Reader](./built-in-roles/monitor.md#log-analytics-data-reader) role. |
2122
| October 2025 | Roles | Updated Azure permissions for Integration [Microsoft.Communication](./permissions/integration.md#microsoftcommunication) list. |
2223
| September 2025 | Roles | Added [Arc Gateway Manager](./built-in-roles/hybrid-multicloud.md#arc-gateway-manager) role.<br/>Added Azure Kubernetes Service Namespace roles.<br/>[Azure Kubernetes Service Namespace Contributor](./built-in-roles/containers.md#azure-kubernetes-service-namespace-contributor)<br/>[Azure Kubernetes Service Namespace User](./built-in-roles/containers.md#azure-kubernetes-service-namespace-user)<br>Added Azure Container Instances Contributor role.<br/>[Azure Container Instances Contributor Role](./built-in-roles/containers.md#azure-container-instances-contributor-role) |
2324
| August 2025 | Roles | Added Azure Batch roles.<br/>[Azure Batch Account Contributor](./built-in-roles/compute.md#azure-batch-account-contributor)<br/>[Azure Batch Account Reader](./built-in-roles/compute.md#azure-batch-account-reader)<br/>[Azure Batch Data Contributor](./built-in-roles/compute.md#azure-batch-data-contributor)<br/>[Azure Batch Job Submitter](./built-in-roles/compute.md#azure-batch-job-submitter) |

articles/sentinel/indicators-bulk-file-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to add threat intelligence in bulk from flat files like .
55
author: poliveria
66
ms.service: microsoft-sentinel
77
ms.topic: how-to
8-
ms.date: 3/14/2024
8+
ms.date: 10/23/2025
99
ms.author: pauloliveria
1010
appliesto:
1111
- Microsoft Sentinel in the Microsoft Defender portal

0 commit comments

Comments
 (0)