Microsoft Power Platform Developer — Question 63
You need to create an application to deploy to other pharmacies.
What should you do?
Answer options
- A. Recreate customizations in a new environment.
- B. Create a customer connector to connect the pharmacies' systems to the company's systems.
- C. Export the solution as a managed solution.
- D. Write a Web API to move customizations.
Correct answer: C
Explanation
The correct answer is C because exporting the solution as a managed solution allows for a clean package that can be easily deployed to other environments without exposing the underlying components. The other options either involve unnecessary work (A), do not address the packaging of the application (B), or suggest a method that is not suited for deployment (D).