Complex components
As briefly mentioned in Chapter 2, there are certain components that require some additional steps when it comes to ALM. Those are, for example, service endpoints, where the secret isn’t exported and needs to be added after every deployment, or SLAs, which get turned off with every deployment.
If some components that require extra steps are used in a solution, you should be aware of it and know how to automate those steps. Most of the time, this means a custom PowerShell script to execute some additional steps after the import is successful.
Power DevOps Tools
Power DevOps Tools by Wael Hamze has steps for some of those scenarios. This means you don’t have to implement the PowerShell script yourself and can rather use an existing solution to the problem.