Why adding a custom connector to a managed solution breaks 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: Add the custom connector to a managed solution, export the managed solution, and then import the managed solution 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
Managed solutions are sealed; you cannot add, edit, or remove components in them. The correct deployment is to add the connector to an unmanaged solution, then export that solution (as managed for production) and import it.
The same connector must move to production and stay tenant-scoped. The proposed solution adds the custom connector to a managed solution, exports it, and imports it. But components cannot be added to a managed solution — only to unmanaged solutions — so the approach does not work.
Believing you can 'add a component to a managed solution.' Managed solutions are read-only containers used for distribution; all composition happens in unmanaged solutions first.
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
A managed solution is a sealed, deployed artifact — you cannot add new components to it. To deploy the custom connector you must first add it to an unmanaged solution, then export that solution (choosing managed for the production target) and import it. Because the proposed solution tries to add the connector to a managed solution, it cannot be executed and does not meet the goal.Why the Other Options Are Wrong
The alternative option A (Yes) is incorrect because the premise — adding to a managed solution — is invalid. The correct variant of this series uses an unmanaged solution, not a managed one.Community Comment Notes
Panda01 (likes=5) states plainly that you cannot add components to a managed solution, only to unmanaged solutions. Juan0414 (likes=1) reinforces that adding to a managed solution is not possible.Official Reference
Related Analysis
Practice All PL-400 Questions
Access 85 questions with complete answers and detailed explanations.
View Full PL-400 Practice Test →