Microsoft Power Platform Solution Architect — Question 25
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.
Answer options
- A. Set the solution version number by using Solution Packager.
- B. Set the solution version number when exporting the solution from the solutions page in the make.powerapps.com portal.
- C. Set the solution version number in the Azure DevOps build pipeline.
- D. Set the canvas app version number in Power Apps Studio.
Correct answer: B, C
Explanation
The correct answers are B and C because B allows you to set the version number directly during the export process in the Power Apps portal, ensuring it reflects the appropriate version for production. C is also valid as it enables you to configure the version number as part of your automated build pipeline in Azure DevOps. Option A is incorrect because Solution Packager is used for unpacking and packing solutions but does not specifically set version numbers during export. Option D is not relevant as it pertains to canvas app versioning rather than the overall solution version.