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
Microsoft Power Platform Enterprise Architecture

You're reading from   Microsoft Power Platform Enterprise Architecture Design tailor-made solutions for architects and decision makers to meet complex business requirements

Arrow left icon
Product type Paperback
Published in Jan 2023
Publisher Packt
ISBN-13 9781804612637
Length 534 pages
Edition 2nd Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Robert Rybaric Robert Rybaric
Author Profile Icon Robert Rybaric
Robert Rybaric
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Section I: The Basics FREE CHAPTER
2. Microsoft Power Platform and Microsoft Dynamics 365 Overview 3. Microsoft 365 and Microsoft Azure Overview 4. Section II: The Architecture
5. Understanding the Microsoft Power Platform Architecture 6. Power Platform Customization and Development Tools and Techniques 7. Application Lifecycle Management 8. Section III: The Implementation
9. Implementation Approach and Methodologies 10. Microsoft Power Platform Security 11. Microsoft Power Platform Extensibility 12. Microsoft Power Platform Integration 13. Microsoft Power Platform Data Migration 14. Best Practices for Solution Architecture 15. Other Books You May Enjoy
16. Index
Appendix

To get the most out of this book

This book is dedicated to Microsoft Power Platform, so a permanent or temporary (trial) license of the Power Platform cloud components is required. Further, there is a number of tools necessary to perform configuration, customization, and custom development on the Power Platform. Those tools are described in detail in Chapter 4, Power Platform Customization and Development Tools and Techniques.

Download the example code files

The code bundle for the book is hosted on GitHub at https://github.com/PacktPublishing/Microsoft-Power-Platform-Enterprise-Architecture-2E. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://packt.link/CTyMi.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. For example: β€œThe authentication process is using the URL, clientId, clientsecret, and the ID of the AAD tenant to perform the authentication process.”

A block of code is set as follows:

string url = "https://contoso.crm.dynamics.com";
string clientId = "51f81489-12ee-4a9e-aaae-a2591f45987d";
string clientsecret = "<yourclientsecret>";
string tenantid = "<yourtenantid>";

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

string url = "https://contoso.crm.dynamics.com";
string clientId = "51f81489-12ee-4a9e-aaae-a2591f45987d";
string clientsecret = "<yourclientsecret>";
string tenantid = "<yourtenantid>";

Any command-line input or output is written as follows:

Get-AdminPowerAppEnvironment *Contoso*

Bold: Indicates a new term, an important word, or words that you see on the screen. For instance, words in menus or dialog boxes appear in the text like this. For example: β€œModel-driven apps integration with Application Insights needs to be implemented with code.”

Warnings or important notes appear like this.

Tips and tricks appear like this.

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