0

I created a Logic Apps Standard, a workflow, and a trigger of Request When a HTTP request is received, like below by following the link below:

https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint#create-a-callable-endpoint

enter image description here

However, I also want to create logic apps: Choose a Logic Apps workflow following the link below, but it is not available shown above.

https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint#create-nested-logic-apps

Image from the link above for comparison. enter image description here

Questions

How to make it available under Logic Apps std or other versions apart from Consumption?

Why is it that many connectors that are available in Consumption are not available in the Standard plan?

Refs:

Why does Logic App Standard Plan have missing connection trigger?

Pingpong
  • 7,681
  • 21
  • 83
  • 209

2 Answers2

0

I have tried to create an simple logic app in standard plan and unable to get this connector called Logic apps: Choose a Logic Apps workflow

enter image description here

And tried the same with consumption plan and its showing there . enter image description here

So you can try with the same MS DOC that you are following with Logic app- Consumption

For more information please refer this MICROSOFT DOCUMENTATION: Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps

AjayKumarGhose
  • 4,257
  • 2
  • 4
  • 15
  • Thanks. Pls read my update on OP. – Pingpong Jan 21 '22 at 13:13
  • Could you please refer this MS DOC:https://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare . – AjayKumarGhose Jan 21 '22 at 13:40
  • As stated in the above MS DOC:-"The Consumption resource type runs in the multi-tenant Azure Logic Apps or integration service environment, while the Standard resource type runs in single-tenant Azure Logic Apps environment." Also you can refer this ms doc: https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing#trigger-and-action-operations-in-the-standard-model – AjayKumarGhose Jan 21 '22 at 13:59
  • Do you have info on why many connectors that are available in Consumption are not available in the Standard plan? – Pingpong Jan 21 '22 at 15:18
  • AFAIK, we can not do the same as on consumption in standard based on the given MS DOC. – AjayKumarGhose Jan 21 '22 at 16:24
  • I have tried with ISE , but we can not do that same feature which is available in consumption(as ISE is for consumption). So for pricing details , Could you please refer the above given Microsoft document. We have to use consumption for those feature. – AjayKumarGhose Jan 21 '22 at 16:37
  • You can refer this SO THREAD: [Custom connector not found in Azure logic app(Standard)](https://stackoverflow.com/questions/69324490/custom-connector-not-found-in-azure-logic-appstandard?rq=1) , – AjayKumarGhose Jan 22 '22 at 04:05
  • Otherwise you could use the HTTP-connector to POST data from your first logic app as long as you don't have too long response time from the underlying logic app. – K.J.M.O. Oct 30 '22 at 10:45
0

Kindly note that we have something called managed connectors which are used in LA consumption and something called builtin connectors and can be used with standard logic apps.

The built in connectors are running in the LA standard process. While the managed are in a different process.

The list of actions which are available in managed connectors are not always available in the built in connectors.

Still you can use the managed connectors in the LA standard site.