Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
​Application Lifecycle Management on Microsoft Power Platform

You're reading from   ​Application Lifecycle Management on Microsoft Power Platform A comprehensive guide to managing the deployment of your solutions

Arrow left icon
Product type Paperback
Published in Oct 2024
Publisher Packt
ISBN-13 9781835462324
Length 222 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Benedikt Bergmann Benedikt Bergmann
Author Profile Icon Benedikt Bergmann
Benedikt Bergmann
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Chapter 1: An Intro to ALM 2. Chapter 2: ALM in Power Platform FREE CHAPTER 3. Chapter 3: Power Platform Environments 4. Chapter 4: Dataverse Solutions 5. Chapter 5: Power Platform CLI 6. Chapter 6: Environment Variables, Connection References, and Data 7. Chapter 7: Approaches to Managing Changes in Power Platform ALM 8. Chapter 8: Essential ALM Tooling for Power Platform 9. Chapter 9: Project Setup 10. Chapter 10: Pipelines 11. Chapter 11: Advanced Techniques 12. Chapter 12: Continuous Integration/Continuous Delivery 13. Chapter 13: Deepening ALM Knowledge 14. Assessments 15. Index 16. Other Books You May Enjoy

Source code-centric approach

The source code-centric approach is the second one we would like to introduce. As the name suggests, the source code (or repository) is your single source of truth in this approach.

An implementation would export the solution from development and unpack it to the repository. When the solution should be deployed to the downstream environment, the solution ZIP file is packed from the repository and deployed to the target environment.

This approach does require some kind of automation through pipelines. It is not really possible to do this manually. However, it is possible to introduce it after the environment-centric approach has been used earlier.

The following figure explains this approach. There is no direct relation between the environments. Everything moves through the repository.

Figure 7.2 – Environment structure and flow of the source code-centric approach

Figure 7.2 – Environment structure and flow of the source code-centric approach

Advantages and disadvantages

This approach does require more management and discipline. It also needs to be implemented in an automated approach via pipelines. Furthermore, the pipelines get more complex.

The dependency on certain environments is minimized. This means that if the development environment becomes unusable for any reason, it is possible to recreate it from the current version in the repository.

A branching approach, which is normally used when it comes to software development, can be implemented with this approach as well. This would make it easier for developers to start with Power Platform. We will go more into detail about this later in this chapter.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime