Your organization finalizes a Copilot Studio agent for Production. What is the recommended solution type to import into Production?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Production wants managed solutions — sealed shipments. Unmanaged in Prod invites drive-by edits that break the next pipeline unload.
Full explanation below image
Full Explanation
ALM best practice: develop in unmanaged (or with unmanaged layers in Dev), deploy managed to Test/Prod. Managed solutions prevent accidental customization drift and support clean upgrades.
Option A is correct.
Option B undermines governance.
Option C loses traceability and dependency handling.
Option D reverses the recommended model.
Exam tip: Dev editable; Prod managed via pipelines.