Workflow() function - Difference Between Logic Apps Standard and Consumption

MalcolmK 21 Reputation points
2022-03-28T01:03:36.717+00:00

Hey

There is a significant difference between the Logic Apps Standard and Consumption "workflow()" function.

In Standard the workflow function only shows the very basic information about the workflow itself and nothing like the amount of information shown in consumption.

We wanted to use the same error processes we have for consumption in a standard Logic App but Standard workflow() function does not contain any information about resource groups, location and the actual name logic app hosting the workflow etc.

But if you hit the info button on a logic apps std workflow run then you do get a lot more info including resource group, logic app etc, so why is this not available on the workflow function?

Thanks

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,075 questions
0 comments No comments
{count} votes

Accepted answer
  1. Mike Urnun 9,801 Reputation points Microsoft Employee
    2022-03-30T00:50:51.723+00:00

    Hello @MalcolmK - I believe the particular data points are absent due to the nature of how the Logic Apps Standard can be hosted anywhere so it probably doesn't make assumptions about those data points such as resource group, location, etc.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. MalcolmK 21 Reputation points
    2022-03-30T19:55:43.953+00:00

    @Mike Urnun

    Thanks for the information, thats a good point, so we have come up with another way of dealing with the requirements

    0 comments No comments

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.