简体   繁体   English

消费计划 Azure 逻辑应用程序中的标准连接器如何收费

[英]How are standard connector charged in consumption plan Azure logic app

If I have a logic app and I am using a standard connector like O365 in a loop, and using it's one action to send email how would that be charged?如果我有一个逻辑应用程序并且我在循环中使用像 O365 这样的标准连接器,并且使用它来发送 email 是一个动作,那将如何收费?

Eg If I call action of standard connector 10 times while in a logic app loop, do I have to pay for connector reference 10 time plus connector action 10 time?例如,如果我在逻辑应用循环中调用标准连接器的操作 10 次,我是否必须支付连接器参考 10 次加上连接器操作 10 次?

According to some test, the result is similar with the post you provided in comments.根据一些测试,结果与您在评论中提供的帖子相似。 But I still want to summarize it for your reference:但我还是想总结一下,供大家参考:

1. If we set the logic app with a "Recurrence" (for example 1 time every day), and there is a standard connector in it. 1.如果我们将逻辑应用设置为“重复”(例如每天 1 次),并且其中有一个标准连接器。 We need to pay for 30 times of standard connector cost every month.我们每个月需要支付标准连接器成本的 30 倍。

2. If we use a "For each" loop(loop 10 times), and there is a standard connector in the "For each" loop. 2.如果我们使用“For each”循环(循环10次),并且“For each”循环中有一个标准连接器。 We will also need to pay for 10 times of standard connector cost.我们还需要支付标准连接器成本的 10 倍。

3. I confirmed with azure support team. 3.我与 azure 支持团队确认。 When we use standard connector action, we just need to pay for $0.000125 every execution.当我们使用标准连接器操作时,我们只需为每次执行支付 0.000125 美元。 Do not need to pay for one normal action plus one standard connector($0.000025 + $0.000125).无需为一项正常操作加上一个标准连接器付费(0.000025 美元 + 0.000125 美元)。 But here is a blog which mentioned that maybe we need to pay for one normal action plus one standard connector.但是这里有一篇博客提到,也许我们需要为一个正常操作加上一个标准连接器付费。

screenshot1截图1

在此处输入图像描述

screenshot2:截图2: 在此处输入图像描述

So you can also raise a support ticket by yourself on azure portal by following the steps on this page to ask azure support team about this question.因此,您也可以按照此页面上的步骤在 azure 门户上自行提出支持票,向 azure 支持团队询问此问题。 The support ticket about billing is free.关于计费的支持票是免费的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Azure 逻辑应用(标准)中找不到自定义连接器 - Custom connector not found in Azure logic app(Standard) 处于消费计划中的 Azure Logic 应用程序能否通过 VNet 集成调用处于应用程序服务计划中的 azure 函数 - Can an Azure Logic app which is under consumption plan call the the azure function which is under app service plan with VNet integration 消费中如何将azure功能放在同一个app服务计划中? - How to put azure function in the same app service plan in consumption? 如何禁用/关闭Azure应用托管计划(以避免收费) - How do you disable / turn off Azure App Hosting plan (to avoid being charged) Azure Function 消费计划和服务应用计划之间的应用拆分 - Azure Function App split between consumption plan and service app plan Azure 逻辑应用 - Twilio 连接器 - Azure Logic app - Twilio connector Azure逻辑应用程序SQL连接器 - Azure Logic App Sql Connector Azure 逻辑应用程序:Azure VM 连接器 - InvalidAuthenticationTokenTenant - Azure Logic App: Azure VM Connector - InvalidAuthenticationTokenTenant Azure 服务计划 - 将消费应用程序转换为高级应用程序 - Azure Service Plan - Convert Consumption App to Premium App Azure - 如何在函数应用程序和存储帐户、消费计划之间创建持久安全连接 - Azure - how to create a persistent secure connection between function app and storage account, consumption plan
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM