如何将逻辑应用程序设为 运行 一次并多次调用 api
How to make a logic app to run once and call the api multiple times
我想 运行 这个逻辑应用一次,它需要点击 api 端点 50 次。我想实现这个来检查 API 管理中的一些缓存策略。
I want to run this logic app once and it needs to hit the api endpoint
50 times
您可以设计如下所示的逻辑应用程序,根据屏幕截图,我们使用变量来保持计数直到循环,在其中对于每次迭代我们可以有一个 http activity 在 [=20] 中调用=].
有关详细信息,您还可以参考此 Microsoft 文档:Call service endpoints over HTTP or HTTPS from Azure Logic Apps
我想 运行 这个逻辑应用一次,它需要点击 api 端点 50 次。我想实现这个来检查 API 管理中的一些缓存策略。
I want to run this logic app once and it needs to hit the api endpoint 50 times
您可以设计如下所示的逻辑应用程序,根据屏幕截图,我们使用变量来保持计数直到循环,在其中对于每次迭代我们可以有一个 http activity 在 [=20] 中调用=].
有关详细信息,您还可以参考此 Microsoft 文档:Call service endpoints over HTTP or HTTPS from Azure Logic Apps