Failed to update table. Change in table plan is limited to once a week. Last update was yesteday.

SirilJoseph-5276 0 Reputation points
2025-02-28T07:36:02.4733333+00:00

For a table in Log analytics workspace we had changed to Basic plan. We need it to be changed to Analytics immediately to reduce impact. But receiving error failed to update Change in table plan is limited to once a week. Last update was yesteday What can be done to have it implemented immediately?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,228 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 1,745 Reputation points
    2025-02-28T08:45:27.8333333+00:00

    Hi SirilJoseph-5276, first of all if this is a critical business issue, you can reach out to Azure Support to explain the situation and request an exception to the one-week restriction.

    While you cannot immediately change the table plan due to the one-week restriction, you can work around the limitation by creating a new table, using a different workspace, or leveraging Azure Synapse Analytics for advanced analysis. If the issue is critical, contact Azure Support for assistance.

    In Azure Log Analytics, the table plan (Basic vs. Analytics) can only be changed once per week to prevent frequent switching, which could impact performance and resource allocation. Since the last update was yesterday, you will need to wait until the one-week cooldown period is over before you can change the table plan again.

    However, if this is a critical issue and you need to mitigate the impact immediately, here are some alternative approaches you can consider

    Create a New Table with the Desired Plan

    If the data in the current table is not extremely time-sensitive, you can create a new table with the Analytics plan and start sending data to it.

    Update your data ingestion pipelines or queries to point to the new table.

    This avoids the one-week restriction but requires adjustments in your workflows.

    Use a Different Log Analytics Workspace

    If you have access to another Log Analytics workspace, you can create a table with the Analytics plan in that workspace.

    Redirect your data ingestion to the new workspace temporarily until the one-week cooldown period is over.

    Optimize Queries and Data Ingestion

    If the issue is related to performance or cost, consider optimizing your queries or reducing unnecessary data ingestion.

    Use features like data sampling, filtering, or aggregation to reduce the load on the Basic plan table.

    Leverage Azure Synapse Analytics

    If you are using Azure Synapse Analytics, you can export the data from Log Analytics to Synapse for further analysis.

    Use Synapse's integration with Log Analytics to query and process the data in a more performant environment.

    if you need Export Data to Azure Synapse set up a Data Export Rule in Log Analytics to export the table data to an Azure Storage Account (e.g., Blob Storage or Data Lake).Use Synapse Pipelines to ingest the data from the storage account into Synapse. Query and Analyze the data in Synapse using SQL or Spark pools.

    I'm recommend to u next links for all what I explain here.
    Azure Log Analytics Table Plans (Basic vs. Analytics)

    Azure Monitor Logs pricing details

    This page explains the differences between Basic and Analytics plans and the limitations on switching plans.

    Change Table Plan in Azure Log Analytics

    Configure Log Analytics workspace table plans

    This guide provides steps to change the table plan and explains the once-per-week restriction.

    Export Data from Azure Log Analytics

    Export data from Log Analytics workspace

    How to set up data export rules to send Log Analytics data to an Azure Storage Account.

    Integrate Azure Log Analytics with Azure Synapse Analytics

    Query Log Analytics data using Azure Synapse

    This documentation explains how to connect and query Log Analytics data directly from Azure Synapse Analytics.

    Azure Synapse Analytics Documentation

    Azure Synapse Analytics official documentation

    Comprehensive guide to using Azure Synapse Analytics, including pipelines, SQL pools, and Spark integration.

    Contact Azure Support

    Create an Azure support request

    If you need urgent assistance, this link provides steps to raise a support request with Microsoft.

     Just take a look, may be some will be helpfull for u case.

    rgds,

    Alex

    p.s. Please click Accept Answer and upvote if the above was helpful.


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.