Skip to content

Commit ca890dc

Browse files
committed
Adding permission required
1 parent 1ac0f9c commit ca890dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/logs/daily-cap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A daily cap on a Log Analytics workspace allows you to avoid unexpected increase
1616
1717
## Prerequisites
1818

19-
The procedure in this article to set a daily cap assumes you have A Log Analytics workspace or classic Application Insights resource.
19+
The procedure in this article to set a daily cap assumes you have a Log Analytics workspace or classic Application Insights resource.
2020

2121
## Permissions required
2222

@@ -26,6 +26,7 @@ The procedure in this article to set a daily cap assumes you have A Log Analytic
2626
| Set the daily cap on a classic Application Insights resource | `microsoft.insights/components/CurrentBillingFeatures/write` permissions to the classic Application Insights resources you set the daily cap on, as provided by the [Application Insights Component Contributor built-in role](../../role-based-access-control/built-in-roles.md#application-insights-component-contributor), for example. |
2727
| Create an alert when the daily cap for a Log Analytics workspace is reached | `microsoft.insights/scheduledqueryrules/write` permissions, as provided by the [Monitoring Contributor built-in role](../../role-based-access-control/built-in-roles.md#monitoring-contributor), for example |
2828
| Create an alert when the daily cap for a classic Application Insights resource is reached | `microsoft.insights/activitylogalerts/write` permissions, as provided by the [Monitoring Contributor built-in role](../../role-based-access-control/built-in-roles.md#monitoring-contributor), for example |
29+
| View the effect of the daily cap | `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](../articles/azure-monitor/logs/manage-access.md#log-analytics-reader), for example. |
2930

3031
## How the daily cap works
3132
Each workspace has a daily cap that defines its own data volume limit. When the daily cap is reached, a warning banner appears across the top of the page for the selected Log Analytics workspace in the Azure portal, and an operation event is sent to the *Operation* table under the **LogManagement** category. You can optionally create an alert rule to send an alert when this event is created.

0 commit comments

Comments
 (0)