Application lifecycle management best practices
In the previous sections, we learned about the two key ALM pillars for Power Platform solution development: the solution management and the use of Azure DevOps. In this section, you will learn several best practices on how to make the best of using these two components.
Solution best practices
First, we will provide an overview of solution management-related best practices on how to properly use solution types, structure and segment solutions, and publishers.
General practices
It is best practice to always create a specific solution package for a defined purpose and to not use the Default Solution or just try to customize the environment outside of any dedicated solution package. While it is possible to include existing components in a solution package at any time, this should be only used to include standard components but never custom components. Custom components should always be created in the context of a solution from...