nerdexam
Microsoft

MB-700 · Question #136

A company creates a canvas app in a development environment. The technical team wants to move the app from the development environment to a test environment. You need to provide a recommendation. What

The correct answer is B. Export and import a managed solution.. Moving a canvas app from a development environment to a test environment in Power Platform is done by exporting and importing a managed solution, the standard ALM approach for app promotion.

Manage implementations

Question

A company creates a canvas app in a development environment. The technical team wants to move the app from the development environment to a test environment. You need to provide a recommendation. What should you propose?

Options

  • AUse a configuration migration tool.
  • BExport and import a managed solution.
  • CExport and import a patch.
  • DUse a package deployer.

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    74% (28)
  • C
    13% (5)
  • D
    5% (2)

Why each option

Moving a canvas app from a development environment to a test environment in Power Platform is done by exporting and importing a managed solution, the standard ALM approach for app promotion.

AUse a configuration migration tool.

The configuration migration tool is designed to move reference and configuration data records between environments, not application artifacts such as canvas apps.

BExport and import a managed solution.Correct

A managed solution bundles the canvas app and its dependencies into a distributable package that can be cleanly imported into a target environment such as test or production. It also prevents direct edits to the solution in the target environment, enforcing proper ALM governance and traceability.

CExport and import a patch.

A patch is used to ship incremental updates to an existing managed solution already present in a target environment, not to perform an initial promotion of an app from development to test.

DUse a package deployer.

Package Deployer handles complex deployments that bundle solutions, data, and custom code and is typically used in advanced DevOps pipelines, not as a recommendation for a straightforward app promotion between two environments.

Concept tested: Power Platform ALM managed solution deployment across environments

Source: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/export-solutions

Topics

#Canvas Apps#ALM#Solutions#Environment Deployment

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice