- Least privileged Azure RBAC action required:
Microsoft.Insights/diagnosticSettings/read. - Built-in role that grants access:
Monitoring Reader.
External DocumentationTo learn more, visit the Azure documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Microsoft.Insights/diagnosticSettings/read.Monitoring Reader.| Parameter | Description |
|---|---|
| Parent Resource Path | The parent resource path, if the resource is nested under another resource. For example: For the config resource .../providers/Microsoft.Web/sites/mySite/config/web, set this to sites/mySite (the parent’s type and name); here resourceType is config and resourceName is web.Leave empty for top-level resources such as Microsoft.Compute/virtualMachines. |
| Resource Group Name | The name of the resource group containing the resource. The name is case insensitive. |
| Resource Name | The name of the resource. |
| Resource Provider Namespace | The namespace of the resource provider. For example: Microsoft.Compute. |
| Resource Type | The resource type of the resource. For example: virtualMachines. |
| Subscription ID | The Microsoft Azure subscription ID. |
{
"value": [
{
"id": "/subscriptions/1a66ce04-b633-4a0b-b2bc-a912ec8986a6/resourcegroups/viruela1/providers/microsoft.logic/workflows/viruela6/providers/microsoft.insights/diagnosticSettings/mysetting",
"type": "Microsoft.Insights/diagnosticSettings",
"name": "mysetting",
"properties": {
"storageAccountId": "/subscriptions/df602c9c-7aa0-407d-a6fb-eb20c8bd1192/resourceGroups/apptest/providers/Microsoft.Storage/storageAccounts/appteststorage1",
"eventHubAuthorizationRuleId": "",
"workspaceId": "",
"metrics": [
{
"category": "WorkflowMetrics",
"enabled": true,
"retentionPolicy": {
"enabled": false,
"days": 0
}
}
],
"logs": [
{
"categoryGroup": "allLogs",
"enabled": true,
"retentionPolicy": {
"enabled": false,
"days": 0
}
}
]
}
}
]
}
Was this page helpful?