
Highlight
Did you know azure connectors are still paid in logic app standard?
Intro
When people move to logic app standard sometimes they fall into a trap of simplification. This is a common issue that I see people make.
When you read Azure Logic App standard documentation or blog posts, they often mention that the biggest benefit of logic app standard is that your code is executed on your azure app service and that the execution of the connectors is free, because you already pay for your logic app standard SKU.
Which is of coruse true, but the simplification here is that this is only true if you use in-app connectors. Azure connectors are still paid, and follow the same pricing model as consumption logic apps. Many forget that when they export their consumption logic app into a import it into a standard one, their connectors don’t automatically change to in-app ones. Hence they will get hit by double charge, 130+ EUR for app service plan and XX EUR of whatever their logic app cost Today.
This is because logic apps standard work in a ‘hybrid’ model. Not to mistake it in hybrid model with cloud and on-prem. In App connectors are executed on Logic App standard app service plan, and are free. Azure connectors still call Microsoft’s infra and are paid and work exactly the same as consumption ones. Hence hybrid.
Below diagram presents this a bit clearler than just text.

So Azure connectors still follow below pricing.

The main change is ‘basic’ connectors. Basic connectors are automatically becoming in-app conenctors, hence will be free by default.
Summary
That’s it. Now you can make concious decisions and you won’t get surprised by sudden charges.
Next Actions
Here are some recommendations from me on what you can check out next if you want to learn more