nerdexam
Microsoft

PL-600 · Question #180

You are designing a Microsoft Power Platform solution to include several canvas apps. You are using Azure DevOps for solution management and deployment. You deploy managed solutions into production…

The correct answer is B. Set the solution version number when exporting the solution from the solutions page in the C. Set the solution version number in the Azure DevOps build pipeline. The solution version number can be updated either manually when exporting the solution from the Power Apps solutions page or automatically within an Azure DevOps build pipeline.

Submitted by tarun92· Apr 18, 2026Implement the solution

Question

You are designing a Microsoft Power Platform solution to include several canvas apps. You are using Azure DevOps for solution management and deployment. You deploy managed solutions into production. You need to update the solution number when the solution is exported from the development environment. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • ASet the solution version number by using Solution Packager.
  • BSet the solution version number when exporting the solution from the solutions page in the
  • CSet the solution version number in the Azure DevOps build pipeline.
  • DSet the canvas app version number in Power Apps Studio.

How the community answered

(32 responses)
  • A
    19% (6)
  • B
    72% (23)
  • D
    9% (3)

Why each option

The solution version number can be updated either manually when exporting the solution from the Power Apps solutions page or automatically within an Azure DevOps build pipeline.

ASet the solution version number by using Solution Packager.

Solution Packager is primarily a tool for unpacking and repacking solution files, which can facilitate version modification within the files, but it does not directly 'set' the version during an export operation as a standalone step.

BSet the solution version number when exporting the solution from the solutions page in theCorrect

When exporting a solution directly from the Power Apps solutions page, users are presented with an option to manually update the solution's version number before the export process is finalized, providing direct control over the version at export time.

CSet the solution version number in the Azure DevOps build pipeline.Correct

In an Azure DevOps build pipeline, specific tasks, often part of the Power Platform Build Tools, can be configured to automatically increment or set the solution version number during the export process, ensuring consistent versioning in CI/CD scenarios.

DSet the canvas app version number in Power Apps Studio.

Setting the canvas app version number in Power Apps Studio only applies to that specific canvas app within the solution and does not update the overall solution version number.

Concept tested: Solution versioning during export and CI/CD

Source: https://learn.microsoft.com/en-us/power-platform/alm/basics-alm#update-a-managed-solution

Topics

#Power Platform Solutions#Solution Versioning#Azure DevOps#Deployment

Community Discussion

No community discussion yet for this question.

Full PL-600 Practice