Custom connector frequently asked questions for Azure Logic Apps, Power Automate, and Power Apps (2024)

  • Article

This topic is part of a tutorial series on creating and using custom connectors in Azure Logic Apps, Power Automate, and Power Apps.

Note

Make sure you read the Custom connector overview to understand the process.

API and OpenAPI

Q: What are the limits for connectors and API requests?A: The following tables show the limits:

Azure Logic AppsLimit
Number of custom connectors that you can create1,000 per Azure subscription
Number of requests per minute for each connection created by a custom connector500 requests for each connection created by the connector
Maximum schema count per body allowed in a Swagger file512
Maximum number of operations allowed in a Swagger file256
Maximum number of schemas per operation allowed in a Swagger file16,384
Maximum number of schemas allowed in a Swagger fileMaximum number of operations allowed in a Swagger file * Maximum number of schemas per operation allowed in a Swagger file
Maximum request content-length that can be sent to a gateway3,182,218
Power Automate and Power AppsLimit
Number of custom connectors that you can createFree plan: one1 Office 365 and Dynamics 365 plans: one Per user plan: 50
Number of requests per minute for each connection created by a custom connector500 requests for each connection created by the connector
Maximum request content-length that can be sent to a gateway3,182,218

1 The free plan doesn’t allow you to share connections or custom connectors with other people in your company. Dynamics scaling of connectors isn't supported in a pay-as-you-go environment, and so the number of custom connectors that can be created is one.

If you use an OpenAPI definition or Postman collection to describe a custom connector, the file must be less than 1 MB.

Q: What are the size limits for connectors and operations through a gateway?A: The limits can be found in the gateway documentation.

Q: My APIs use a dynamic host. How do I implement them with OpenAPI?A: Policy templates can be used to dynamically modify the host at runtime. To learn more, go to the Set Host URL.

Certification

Q: I don't own the API and I don't have explicit rights to use the API. Can I still create connectors? A: Yes, you can register and share these connectors for internal use within your organization, or you can publish it as an independent publisher connector. To certify and publicly release a connector as an independent publisher, you don't need to own the underlying service or present explicit rights to use the API.

Q: How long does certification take?A: The time for certification significantly depends on the quality of the submission and the speed of your testing. Barring problems with the process, it typically takes three to five business days. After certification, deployment to all regions will take another 7 to 10 business days.

Q: Where can I get help if I'm having trouble understanding or executing the submission steps?A: Connect with your Microsoft contact for assistance. You're also encouraged to provide any feedback on our documentation so we can improve it.

Q: Can my connector be certified as a Standard connector instead of Premium?A: No. Unfortunately, we currently only release certified connectors as Premium. Any user with a Power Automate license can use both Standard and Premium connectors.

Q: Can the Preview tag be removed from my connector?A: Your connector needs to meet certain requirements before the Preview tag can be removed. Ensure that your connector has significant usage and high reliability before contacting your Microsoft contact to ask this.

Q: Can the throttling limits for my connector be adjusted?A: We handle throttling limit adjustments on a case-by-case basis. Connect with your Microsoft contact with justification if you'd like your connector's limits adjusted.

Q: Does my connector have to be finished to register for certification?A: (Registration doesn't apply to independent publishers.) No, you should register for certification as soon as you know you want to certify. As soon as you register, a Microsoft contact will get in touch and offer assistance throughout development, if necessary.

Q: Am I able to add more connector owners to my submission to help manage the connector on the Connector certification tab in ISV Studio?A: (IVS Studio doesn't apply to independent publishers.) Yes, multiple owners are allowed. Connect with your Microsoft contact for assistance to have owners added.

Q: If my Microsoft Entra ID App client secret is expiring, how should I notify Microsoft Certification Team?A: ISV Studio doesn't apply to independent publishers. Notify the Microsoft Certification team at least one (1) month in advance through ISV studio. Microsoft will update your connector with a new secret and redeploy it. This prevents the connector from being blocked after the secret expires. Post updating the client secret, it takes around one (1) month for the connector to reflect the new secret upon redeployment.To learn more, go to Get your connector certified.

Requirements

Q: Can I build a connector without REST APIs?A: For Power Apps and Power Automate, you must support stable HTTP REST APIs for your service. For Logic Apps, you also have the option of using a SOAP API.

Q: What tools can I use to expose an API?A: Azure has capabilities and services that you can use for exposing any service as an API, such as Azure App Service for hosting, API Management, and more.

Q: What authentication types are supported?A: You can use these supported authentication standards:

Note

Client credentials grant type isn't supported.

Support

Q: I have a technical question on connector development. Where should I ask for help?A: Add your question on Power Automate Forum Connector Development Forum. Our team or a community member will provide an answer. You can also search for a similar issue. Posting your question will help you get answers from a wider community, and will improve the forum's knowledge base.

Q: Do you support Postman Collection V2?A: Yes, support for Postman Collection v2 is available as of Oct 2021.

Q: Do you support OpenAPI 3.0?A: No, only OpenAPI 2.0 is currently supported. Support for OpenAPI 3 is in the backlog.

Q: Is a developer plan available to use for my connector development efforts?A: Yes, the Power Apps Community Plan is available for use and is free for Power Apps and Power Automate.

Triggers

Q: Can I build triggers without webhooks?A: Custom connectors for Azure Logic Apps and Power Automate support webhook-based and polling triggers. Webhook-based triggers wait for an event to occur, while polling triggers call your service at a specified frequency to check for new data. If you want to request other patterns for implementation, contact [email protected]with more details about your API.

Connectors overview
Get your connector certified

Provide feedback

We greatly appreciate feedback on issues with our connector platform, or new feature ideas. To provide feedback, go to Submit issues or get help with connectors and select your feedback type.

Custom connector frequently asked questions for Azure Logic Apps, Power Automate, and Power Apps (2024)

FAQs

Can we use custom connector in Power Automate? ›

You can currently create a custom connector from scratch in Power Automate and Power Apps. For Logic Apps, you must start with at least a basic OpenAPI definition.

What are the limits of custom connectors in Power Apps? ›

API and OpenAPI
Power Automate and Power AppsLimit
Number of custom connectors that you can createFree plan: one1 Office 365 and Dynamics 365 plans: one Per user plan: 50
Number of requests per minute for each connection created by a custom connector500 requests for each connection created by the connector
1 more row
Nov 27, 2023

What are the three types of connectors available in the Azure Logic app? ›

In Azure Logic Apps, connectors are available in either a built-in version, managed version, or both.

What is the relationship between Power Automate and Azure logic apps? ›

Power Automate employs a web-based designer with web and mobile UI for flow creation, while Azure Logic Apps uses Visual Studio, JSON definitions, and a web-based designer. Connector Control: Power Automate utilizes Data Loss Prevention, while Azure Logic Apps employs Azure Policy for connector restrictions¹.

What are the three categories of Power Automate connectors? ›

Connectors in Power Automate can be categorized into several types based on their functions and the services they are connected to.
  • Microsoft 365 Application Connectors: ...
  • Database Connectors: ...
  • Service Connectors:

How to test custom connector Power Automate? ›

Test your connector
  1. Sign in to Store Link from Partner Center.
  2. On the menu to the left, select Custom Connectors.
  3. On the panel to the right, find and select your custom connector.
  4. If your custom connector uses OAuth2 authentication, be sure that you provide a valid production ClientID and ClientSecret.
Jul 10, 2024

In which zone custom connectors are allowed? ›

You can only create custom connectors in selected Amazon Web Services (AWS) and Microsoft Azure regions supported by Confluent Cloud.

Are custom connectors premium in Power Apps? ›

How about custom connectors? Custom connectors count as premium connectors and require Power Apps premium license.

How many connectors can Power Apps have? ›

There were more than 1000 connectors in Power Platform of which more than 300 are available in PowerApps, ranging from the Dataverse to services like Salesforce, Twitter, and more [2].

Can a logic app have multiple workflows? ›

You can have multiple workflows in a Standard logic app. Workflows in the same logic app and the tenant run in the same process as the Azure Logic Apps runtime, so they share the same resources and provide better performance.

How long can a logic app run? ›

For Consumption logic app workflows, the same setting controls the maximum number of days that a workflow can run and for keeping run history in storage. In multitenant Azure Logic Apps, the 90-day default limit is the same as the maximum limit. You can only decrease this value.

What is a custom connector in logic apps? ›

These connectors are used to enhance on-premises and cloud applications by enabling them to perform various data processes and integrate with other services. Deployed and managed by Microsoft, these connectors provide quick access to events, data and actions across various protocols and services.

Which gateway supports logic apps and Power Automate? ›

The on-premises data gateway acts as a bridge to provide quick and secure data transfer between on-premises data (data that isn't in the cloud) and several Microsoft cloud services. These cloud services include Power BI, Power Apps, Power Automate, Azure Analysis Services, and Azure Logic Apps.

Can one Power Automate flow call another Power Automate flow? ›

The “Run a Child Flow” action in Power Automate enables you to call and execute another flow within your main flow. This feature allows for better flow management by modularizing and organizing your flows.

How to call the logic app from Power Apps? ›

On your logic app menu, select Overview. On the Overview page toolbar, select Export > Export to Power Apps. Provide a name for the custom connector to create from your logic app. Select the Power Apps environment from which you want to call your logic app.

How do I import connectors into Power Automate? ›

Import your flow
  1. In Power Automate, go to Data, Connections.
  2. Select New connection.
  3. In Search (on the top right), enter the name of the connection. For example, Mail.
  4. Locate the connection and select +.
  5. Select Create.
  6. Follow the prompts (including entering credentials), if necessary.

How do you deploy a custom connector? ›

To create a custom connector:
  1. Click the Admin tab.
  2. From the Server & Hardware menu, click System Management.
  3. In the System Management pane, click Configuration.
  4. In the System Configuration page, scroll to the bottom and click Manage Connectors.
  5. In the left pane menu, click +JDBC Connector.

How do I use custom API in Power Automate? ›

Use of Custom API in Power Automate Flow
  1. Select 'Accounts' in Table name since our custom API is bound to the Accounts entity.
  2. Select the action by its unique name in Action Name.
  3. Select unique identifier of the Account (added in the previous step) in Row ID as shown below:
Sep 13, 2021

How do I change connectors in Power Automate? ›

To change connection references in Power Automate, follow these steps:
  1. Step 1: Open the Power Automate Portal.
  2. Step 2: Navigate to the Connections Page.
  3. Step 3: Select the Connection You Want to Change.
  4. Step 4: Click on the “Edit” Button.
  5. Step 5: Make the Necessary Changes.
  6. Step 6: Save the Changes.

Top Articles
Your Job is Your Credit : How Your Employment Can Impact Your Financial Health - Living in Style
loan-agency.com Loan Rejected Specialist OUTSOURCE BANKER Malaysia Loan Agency Malaysia - CTOS Loan
Garrison Blacksmith Bench
Craigslist Niles Ohio
Maria Dolores Franziska Kolowrat Krakowská
Boomerang Media Group: Quality Media Solutions
Collision Masters Fairbanks
Rondale Moore Or Gabe Davis
Noaa Swell Forecast
Meg 2: The Trench Showtimes Near Phoenix Theatres Laurel Park
Aita Autism
Nichole Monskey
O'reilly's Auto Parts Closest To My Location
All Buttons In Blox Fruits
7440 Dean Martin Dr Suite 204 Directions
Mail.zsthost Change Password
CANNABIS ONLINE DISPENSARY Promo Code — $100 Off 2024
Effingham Bookings Florence Sc
Msu 247 Football
Race Karts For Sale Near Me
Where Is George The Pet Collector
Apple Original Films and Skydance Animation’s highly anticipated “Luck” to premiere globally on Apple TV+ on Friday, August 5
Vegas7Games.com
Jc Green Obits
Southland Goldendoodles
2021 MTV Video Music Awards: See the Complete List of Nominees - E! Online
Arrest Gif
Labcorp.leavepro.com
Biografie - Geertjan Lassche
Florence Y'alls Standings
Gncc Live Timing And Scoring
Calvin Coolidge: Life in Brief | Miller Center
Eegees Gift Card Balance
Gideon Nicole Riddley Read Online Free
Powerball lottery winning numbers for Saturday, September 7. $112 million jackpot
Ducky Mcshweeney's Reviews
Craigslist Red Wing Mn
42 Manufacturing jobs in Grayling
Bimar Produkte Test & Vergleich 09/2024 » GUT bis SEHR GUT
Craigslist Boats Eugene Oregon
Evil Dead Rise (2023) | Film, Trailer, Kritik
Mvnt Merchant Services
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
Adam Bartley Net Worth
Hometown Pizza Sheridan Menu
Tattoo Shops In Ocean City Nj
Funkin' on the Heights
Minterns German Shepherds
Elvis Costello announces King Of America & Other Realms
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 5774

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.