Clear Run history from Azure Logic App
In Azure cloud Logic App is one of the main services in development. we may be using Logic app for testing from the development background. After it works as expected, we can use the same, but it has the previous history at that time of testing.
How can we delete those history? Is there any option we have in Azure portal?
As of now, azure portal does not have a feature to delete history. There may be option(s) to do that via Azure CLI, powershell etc., This article talks about how we can accomplish the same thing using REST API. Go to the below URL and pass the required values.
Comments
Post a Comment