Why exporting and importing a custom connector with Postman fails deployment
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. A company develops a new custom connector for a Microsoft Entra ID-protected Azure Function that was created as a single tenant app. The custom connector must be moved to a production environment. The connector must be visible and accessible only to users in the tenant. You need to deploy the custom connector. Solution: Use Postman to export the custom connector. Then use Postman to import the connector into the production environment. Does the solution meet the goal?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Postman is an API client used to test HTTP requests; it has no mechanism to create or deploy a Power Platform custom connector into an environment. Deployment is done through solutions in the maker portal / Power Platform.
The connector must be deployed to the tenant's production environment. The proposed solution uses Postman to export and import the connector. Postman is for testing APIs, not for deploying Power Platform components into environments, so it does not meet the goal.
Mistaking a Postman collection export for a deployment artifact. A Postman collection documents/exports the API definition for testing only; it does not install a connector into a Power Platform environment.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Postman is an API development and testing tool. While you can use it to exercise a connector's underlying API, it cannot create or deploy a custom connector object into a Power Platform environment. The supported deployment path is solution export/import; Postman plays no role in environment deployment.Why the Other Options Are Wrong
The alternative A (Yes) is incorrect because Postman has no environment-deployment capability for connectors. The correct series variant is solution-based export/import.Community Comment Notes
rrustick (likes=1) states that using Postman to export/import does not meet the goal of deploying to production. loftuscheek (likes=1) describes the correct managed-solution approach as the right method, implying Postman is not.Official Reference
Related Analysis
Practice All PL-400 Questions
Access 85 questions with complete answers and detailed explanations.
View Full PL-400 Practice Test →