You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/change-pricing-tier.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
5
5
author: guywild
6
6
ms.author: guywild
7
7
ms.reviewer: Dale.Koetke
8
-
ms.date: 03/25/2022
8
+
ms.date: 05/02/2024
9
9
---
10
10
11
11
# Change pricing tier for Log Analytics workspace
@@ -15,10 +15,11 @@ Each Log Analytics workspace in Azure Monitor can have a different [pricing tier
15
15
> This article describes how to change the commitment tier for a Log Analytics workspace once you determine which commitment tier you want to use. See [Azure Monitor Logs pricing details](cost-logs.md) for details on how commitment tiers work and [Azure Monitor cost and usage](../cost-usage.md#log-analytics-workspace) for recommendations on the most cost effective commitment based on your observed Azure Monitor usage.
16
16
17
17
## Permissions required
18
-
To change the pricing tier for a workspace, you must be assigned to one of the following roles:
19
18
20
-
- Log Analytics Contributor role.
21
-
- A custom role with `Microsoft.OperationalInsights/workspaces/*/write` permissions.
19
+
| Action | Permissions required |
20
+
|:-------|:---------------------|
21
+
| Change pricing tier |`Microsoft.OperationalInsights/workspaces/*/write` permissions to the Log Analytics workspace, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example |
22
+
22
23
23
24
## Changing pricing tier
24
25
@@ -27,13 +28,15 @@ Use the following steps to change the pricing tier of your workspace using the A
27
28
28
29
1. From the **Log Analytics workspaces** menu, select your workspace, and open **Usage and estimated costs**. This displays a list of each of the pricing tiers available for this workspace.
29
30
30
-
2. Review the estimated costs for each pricing tier. This estimate assumes that the last 31 days of your usage is typical. Choose the tier with the lowest estimated cost.
31
+
2. Review the estimated costs for each pricing tier. This estimate assumes that your usage in the last 31 days is typical.
32
+
33
+
3. Choose the tier with the lowest estimated cost. This tier is labeled **Recommended Tier**.
3. Click **Select** if you decide to change the pricing tier after reviewing the estimated costs.
35
38
36
-
4. Review the commitment message in the popup that "Commitment Tier pricing has a 31-day commitment period, during which the workspace cannot be moved to a lower Commitment Tier or any Consumption Tier" and click**Change pricing tier** to confirm.
39
+
4. Review the commitment message in the popup that "Commitment Tier pricing has a 31-day commitment period, during which the workspace cannot be moved to a lower Commitment Tier or any Consumption Tier" and select**Change pricing tier** to confirm.
To set the pricing tier using an [Azure Resource Manager](./resource-manager-workspace.md), use the `sku` object to set the pricing tier and the `capacityReservationLevel` parameter if the pricing tier is `capacityresrvation`. For details on this template format, see [Microsoft.OperationalInsights workspaces](/azure/templates/microsoft.operationalinsights/workspaces)
@@ -66,7 +69,7 @@ See [Deploying the sample templates](../resource-manager-samples.md) if you're n
66
69
---
67
70
68
71
## Tracking pricing tier changes
69
-
Changes to a workspace's pricing tier are recorded in the [Activity Log](../essentials/activity-log.md). Filter for events with an **Operation** of *Create Workspace*. The event's **Change history** tab will show the old and new pricing tiers in the `properties.sku.name` row. To monitor changes the pricing tier, [create an alert](../alerts/alerts-activity-log.md) for the *Create Workspace* operation.
72
+
Changes to a workspace's pricing tier are recorded in the [Activity Log](../essentials/activity-log.md). Filter for events with an **Operation** of *Create Workspace*. The event's **Change history** tab shows the old and new pricing tiers in the `properties.sku.name` row. To monitor changes the pricing tier, [create an alert](../alerts/alerts-activity-log.md) for the *Create Workspace* operation.
0 commit comments