How to Fetch Log analytics Security pricing details through powershell?

Lakshmi Bharath Kumar Dasa 0 Reputation points
2023-02-07T10:26:46.17+00:00

How to Fetch the Security pricing details for the log analytics workspace through powershell????

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,800 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,030 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andrew Blumhardt 9,491 Reputation points Microsoft Employee
    2023-02-13T13:09:45.8833333+00:00

    We usually query the usage table and apply a fixed price to the result.

    https://learn.microsoft.com/en-US/azure/azure-monitor/logs/analyze-usage

    0 comments No comments

  2. AnuragSingh-MSFT 19,691 Reputation points
    2023-02-14T03:38:21.7066667+00:00

    @Lakshmi Bharath Kumar Dasa Can you please clarify the question? What do you mean by "Security pricing details"?

    If you are interested in getting the usage details of a particular log analytics workspace (or any other Azure resource), you can use the Get-AzConsumptionUsageDetail cmdlet for it.

    Please let me know if you have any questions.

    0 comments No comments