0

I have a simple Logic App with one HTTP GET connector that returns a JSON list and two actions: one HTTP POST and one Office365 that repeat over the same list returned in the HTTP GET action.

This is app logic workflow:

Logic App Workflow

Consistently (several attempts) the workflow takes a really long time. I am only returning 15 items:

Workflow Run Time

The 8 minute run is when I have both the HTTP POST and Office365 connectors and the 5 minute runs is when I only have the HTTP POST. Also....running the Office365 alone runs for about 5 minutes.

Isn't this a little too much?

Regards

4

1 回答 1

0

这可能是由于用于逻辑应用的应用服务计划的限制。根据应用服务计划的层级,适用各种限制。达到限制后,应用服务计划下的所有逻辑应用的操作都将受到限制,从而导致执行时间变慢。

对于免费/共享/标准计划,您只能保证每天执行 200 次。

请查看https://azure.microsoft.com/en-us/pricing/details/app-service/plans/了解详情。

你可以在 Azure 门户中逻辑应用的 Essentials 面板上检查应用服务计划。

在 Azure 门户中哪里可以找到逻辑应用的应用服务计划的详细信息

于 2016-02-11T01:38:16.317 回答