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.
Question
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)- A19% (6)
- B72% (23)
- D9% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.