Book Image

Microsoft Power Platform Enterprise Architecture - Second Edition

By : Robert Rybaric
Book Image

Microsoft Power Platform Enterprise Architecture - Second Edition

By: Robert Rybaric

Overview of this book

This book is for enterprise architects and decision makers who design solutions for complex business requirements. It teaches you how to use architectural best practices and methodologies to optimize an enterprise-grade solution. You'll gain an understanding of the tools available in the Power Platform suite and how to integrate them seamlessly with various Microsoft 365 and Azure components to create a tailor-made solution. Progressing through the book, you'll discover how to address application lifecycle management, security, extensibility, and data migration. This includes Power BI, which often requires a separate approach to the rest of the Power Platform. This book provides you with practical, essential, and concise information. It follows a complete, end-to-end example in every chapter, with diagrams that illustrate the intricacies of Microsoft cloud structure. It has been created by an experienced enterprise architect who actively creates solutions using Microsoft technology. By the end of this book, you'll have the strategic perspective of an enterprise architect to make accurate architectural decisions for your complex Power Platform projects. Unlike many other overwhelmingly long and unstructured resources, this book covers essential concepts using one concise yet practical example that is revisited throughout the book. You’ll develop the skills you need to architect, design, and manage a complex solution as you follow the journey of a fictitious enterprise customer as they enter the world of Power Platform. Throughout the book, you’ll discover how to combine the functionality of Microsoft Power PI, Power Automate, Power Apps, and Power Virtual Agents with various methodologies to effectively address application lifecycle management, security, and extensibility. You'll also learn how to overcome common challenges in migrating data to and from Microsoft Power Platform using proven techniques. By the end of this Microsoft book, you’ll have the strategic perspective of an enterprise architect, enabling you to make accurate architectural decisions for your complex Power Platform projects.
Table of Contents (18 chapters)
Free Chapter
1
Section I: The Basics
4
Section II: The Architecture
8
Section III: The Implementation
15
Other Books You May Enjoy
16
Index
Appendix

Application lifecycle management best practices

In Chapter 5, Application Lifecycle Management, we learned about the two key ALM pillars for Power Platform solution development: solution management and ALM automation. In this section, we have consolidated the best practices for these topics.

Create a specific solution package

It is the best practice to always create a specific solution package for a defined purpose and 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 and never for custom components. Custom components should be always created in the context of a solution from the beginning. Strictly following this best practice will avoid the misconfiguration of components, for example, using the wrong prefix for custom artifacts or forgetting to include certain artifacts...