Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to find count of Logic App executions using Azure Portal

{tocify} $title={Table of Contents}

Introduction


Today we were evaluating a workflow design, as to whether it is right fit for current requirement.

One of the decisive criteria for this was to know the volume of requests getting processed by this workflow.

So, how do I get count?


Using Logic App run History to get the count


The first place to get count of Logic App Executions is in run history.

Select the Logic app and click on Overview.

Under Essentials, details of logic app executions in last 24 hrs is shown(which includes succeeded and failed both).



If you need count more than 24 hrs, then click on Run History .

You will see list of executed Logic app instances along with status and duration etc, you can count it manually (if transaction volume is less).

Better option however is to Specify a Start time and Pick a Date in the search console.

Really counting manually? - If you wish too 😉

There is a better way, using Azure Monitor integrated with Logic App.




Using Metrics to get the count of Logic App executions



Select the Logic app and click on Monitoring tab --> Metrics


From the Metric, select Runs Completed and below is what you get to see, a graph view with details of last 24 hrs.




Change the time range, to see data based on your need.

I needed to see count of logic app executions of last 30 days - thus selected it.



As can be seen, 1.38m is the count. 

Likewise you can get various metrics about Action's, Triggers, Connectors etc.

Note: This is out of box feature, you don't need to configure Diagnostics settings .

Read following - Advanced tracking and Monitoring to get more  insights on monitoring on granular level.




This post first appeared on TechFindings, please read the originial post: here

Share the post

How to find count of Logic App executions using Azure Portal

×

Subscribe to Techfindings

Get updates delivered right to your inbox!

Thank you for your subscription

×