Why exporting a custom connector directly from the maker portal fails to deploy it
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 the maker portal to export the custom connector. Then use the maker portal to import the connector into the production environment. Does the solution meet the goal?
Community Votes
60% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Custom connectors are solution-aware components. The supported deployment path is to add the connector to an (unmanaged) solution, export that solution, and import it into the destination environment; there is no 'export custom connector / import custom connector' standalone maker-portal action.
A single-tenant custom connector must move to production and stay tenant-scoped. The proposed solution exports the connector directly via the maker portal and imports it. That mechanism is invalid — custom connectors are solution components and are moved by exporting/importing a solution, not by a standalone connector export.
Assuming the maker portal has a direct 'export/import custom connector' button that deploys it between environments. It does not — the only reliable path is solution export/import, which is why this solution does not meet the goal.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Custom connectors are deployed as part of solutions, not as standalone objects exported from the maker portal. The correct approach is to add the custom connector to a solution, export the solution (as managed for production), and import it into the production environment. Because the proposed solution relies on a non-existent direct connector export/import, it does not meet the goal.Why the Other Options Are Wrong
There is no 'A. Yes' because the described mechanism is not how connector deployment works. The only other option presented is 'B. No', which is correct given the invalid deployment method.Community Comment Notes
hai297 (likes=2) points out there is no export option for a custom connector and the correct method is to add the connector to a solution and export. Karim042 (likes=1) describes the standard OpenAPI/JSON export approach, which still goes through a solution.Official Reference
Related Analysis
Practice All PL-400 Questions
Access 85 questions with complete answers and detailed explanations.
View Full PL-400 Practice Test →