LogicApp creating log table in azure blob storage

Venkat 0 Reputation points
2023-05-11T08:50:45.6933333+00:00

Logic Apps run history logs are being generated and saved in azure storage tables. Almost creating new table daily. Is anyway to stop creating storage tables by LogicApp?

And there are generating new contain daily and blobs with the container. The data in the blob is encrypted.

Tables:

User's image

**Containers:User's image

**

I'm bit concerned about costing on the blob storage.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,199 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2023-05-11T08:57:00.2266667+00:00

    Hello

    I see you want to disable Logic apps Diagnostic Logging

    You can do that

    • Open the Logic Apps Designer in the Azure portal.
      
    • Select your logic app from the list.
      
    • In the left-hand menu, under Monitoring, click on "Diagnostic settings".
      
    • In the "Diagnosis settings" pane, find the "Storage diagnostics" section.
      
    • Toggle the "Enable diagnostics" option to "Off".
      
    • Click "Save" to apply the changes.
      
    • User's image

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards


  2. Konstantinos Passadis 19,591 Reputation points MVP
    2023-05-11T10:24:05.0766667+00:00

    Hello @Venkat !

    I recreated the issue

    The Table is created by default

    Even if i change or remove the AzureWebJobsStorage connection the Workflows produce errors

    I think this is not possible

    I would create an Azure Function to delete the Tables every day at 9 PM for example but i don know if it is worth it

    Let me know your thoughts !

    In case any answer helped kindly mark it as Accepted and upvote so others can benefit as well!

    Regards


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.