Skip to content

Commit ea7f3dd

Browse files
committed
fixed issues based on PR review
1 parent 8ce28c5 commit ea7f3dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-monitor/logs/change-pricing-tier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Use the following steps to change the pricing tier of your workspace using the A
2828

2929
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.
3030

31-
2. Review the estimated costs for each pricing tier. This estimate assumes that the last 31 days of your usage is typical.
31+
2. Review the estimated costs for each pricing tier. This estimate assumes that your usage in the last 31 days is typical.
3232

33-
3. Choose the tier with the lowest estimated cost. This tier is labled **Recommended Tier**.
33+
3. Choose the tier with the lowest estimated cost. This tier is labeled **Recommended Tier**.
3434

3535
:::image type="content" source="media/manage-cost-storage/pricing-tier-estimated-costs.png" alt-text="Pricing tiers":::
3636

3737
3. Click **Select** if you decide to change the pricing tier after reviewing the estimated costs.
3838

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 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.
4040

4141
# [Azure Resource Manager](#tab/azure-resource-manager)
4242
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)
@@ -69,7 +69,7 @@ See [Deploying the sample templates](../resource-manager-samples.md) if you're n
6969
---
7070

7171
## Tracking pricing tier changes
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 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.
7373

7474
## Next steps
7575

-806 Bytes
Loading

0 commit comments

Comments
 (0)