Search icon CANCEL
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
Mastering DevOps on Microsoft Power Platform

You're reading from   Mastering DevOps on Microsoft Power Platform Build, deploy, and secure low-code solutions on Power Platform using Azure DevOps and GitHub

Arrow left icon
Product type Paperback
Published in Sep 2024
Publisher Packt
ISBN-13 9781835880845
Length 444 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Uroš Kastelic Uroš Kastelic
Author Profile Icon Uroš Kastelic
Uroš Kastelic
József Zoltán Vadkerti József Zoltán Vadkerti
Author Profile Icon József Zoltán Vadkerti
József Zoltán Vadkerti
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Part 1:Understanding DevOps on Microsoft Power Platform
2. Chapter 1: Mastering DevOps and ALM for Efficient Software Development FREE CHAPTER 3. Chapter 2: Getting Started with Microsoft Power Platform 4. Chapter 3: Exploring ALM and DevOps in Microsoft Power Platform 5. Part 2:Implementing DevOps on Microsoft Power Platform
6. Chapter 4: Understanding Power Platform Environments and Solutions 7. Chapter 5: Streamlining Power Platform Development with DevOps Tooling 8. Chapter 6: A Deep Dive into Continuous Integration/Continuous Deployment (CI/CD) Pipelines 9. Chapter 7: An Overview of DevSecOps in Power Platform 10. Chapter 8: Demonstrating ALM and DevOps Implementation 11. Part 3:Exploring DevOps Best Practices and the Road Ahead
12. Chapter 9: Implementing the Fusion Development Approach 13. Chapter 10: Enabling Pro-Dev Extensibility in Power Platform 14. Chapter 11: Managing the Environment Life Cycle with Design Best Practices 15. Chapter 12: Looking Ahead with Copilots, ChatOps, and AI-Infused Applications 16. Index 17. Other Books You May Enjoy

Exercise – building CD pipelines and a release train

In the GitHub repository, we will find the following prebuilt GitHub workflows to manage the life cycle of our development project, end to end:

  1. Set up a dev environment GitHub workflow: Located under .github/workflows/setup-dev-environment.yml, this workflow creates a developer branch with the name provided before the workflow execution (the branch name follows the naming rule, dev/branch_name). The pipeline spins up a Power Platform developer environment with the same name used for the branch. We need to add the work account that we use in the Power Platform tenant to create the developer environment on behalf of our account. At the end of the workflow, we can see additional steps that grant System Administrator rights to our work account and to the service principal that we created for the production environment earlier. Let’s execute this workflow with the following parameters:
Figure 8.12 – Workflow inputs of “Setup dev environment”
...
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