Action recommended: Transition to using metrics in Azure Monitor by 9 January 2024

Sreenath HS 45 Reputation points
2023-12-19T17:57:34.2033333+00:00

Hello

We received an email with subject "Action recommended: Transition to using metrics in Azure Monitor by 9 January 2024". The document @ https://learn.microsoft.com/en-us/azure/storage/common/storage-metrics-migration outlines transition steps. One of the steps is "2. Compile a list of classic metrics that you currently use.", however there is no information on how to compile. Can anyone please share some insight into this?

Thanks

Below is the email content.

STATUS:
Active
COMMUNICATION: You're receiving this notice because you use classic metrics in Azure Storage. Because Azure Monitor now provides rich, consolidated monitoring for Azure resources, classic metrics in Azure Storage will be retired on 9 January 2024 and you'll need to transition to using metrics in Monitor. In addition to the classic metrics features you already use, metrics in Monitor provide improvements such as: New metrics and dimensions for extended monitoring. Deep analysis in Azure Monitor Logs. Native integration with other monitoring solutions. Recommended action To continue monitoring your Storage resources, transition to metrics in Monitor by 9 January 2024. Help and support If you have questions, get answers from community experts in Microsoft Q&A. If you have a support plan and you need technical help, please create a support request: For Issue type, select Technical. For Subscription, select your subscription. For Service, select My services.  For Service type, select Storage Account Management. For Summary, type a description of your issue. For Problem type, select Alerts, Metrics and Logging. For Problem subtype, select Blob Storage.
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,466 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,367 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 7,856 Reputation points
    2023-12-19T22:36:03.29+00:00

    Hi Sreenath HS,

    This step number "Compile a list of classic metrics that you currently use." is refering to create a list of classic metrics because it will be completely retired as you see on the e-mail.

    You can get a list of your classic metrics by portal or CLI (https://learn.microsoft.com/en-us/azure/storage/common/storage-analytics-metrics):

    From the Azure Portal

    1. In the Azure portal, select Storage accounts, then the storage account name to open the account dashboard.
    2. Select Diagnostic settings (classic) in the Monitoring (classic) section of the menu blade.
    3. Select the type of metrics data for each service you are monitoring,

    From the Azure CLI You can use the following command to show metrics settings for a storage account:

    az storage metrics show --account-key <your_account_key> --account-name <your_account_name>
    

    After you get this list you can continue with the next step looking for metrics in Azure Monitor provide (https://learn.microsoft.com/en-us/azure/storage/common/storage-metrics-migration)

    Let me know if you have any other questions.

    Luis


    If the information helped address your question, please Accept the answer.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.