Azure / Azure/azure-powershell

Ability to set daily cap on log analytics workspaces

Open
#7,053 7 comments 1 reaction 1 assignee Claimed by @xizha162 View on GitHub
customer-reported Monitor - Operational Insights Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

It is not currently possible to set the daily cap for a Log Analytics workspace via AzureRM PowerShell.

As you can no longer deploy workspaces in the free tier (which capped at 500MB/day), the PerGB2018 SKU requires a visit to the portal to apply a daily cap that will keep a workspace within its 5GB/month allowance.

This can be automated with an ARM template, though that is a much higher barrier to entry than the [New-AzureRmOperationalInsightsWorkspace](https://docs.microsoft.com/en-us/powershell/module/azurerm.operationalinsights/new-azurermoperationalinsightsworkspace?view=azurermps-6.7.0) cmdlet.

Application Insights exposes this functionality via [Set-AzureRmApplicationInsightsDailyCap](https://docs.microsoft.com/en-us/powershell/module/azurerm.applicationinsights/set-azurermapplicationinsightsdailycap).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.