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

You're reading from   Microsoft Power Platform Enterprise Architecture A guide for architects and decision makers to craft complex solutions tailored to meet business needs

Arrow left icon
Product type Paperback
Published in Sep 2020
Publisher Packt
ISBN-13 9781800204577
Length 452 pages
Edition 1st Edition
Languages
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 (15) Chapters Close

Preface 1. Section 1: The Basics
2. Chapter 1: Microsoft Power Platform and Microsoft Dynamics 365 Overview FREE CHAPTER 3. Chapter 2: Microsoft 365 and Microsoft Azure Overview 4. Section 2: The Architecture
5. Chapter 3: Understanding Microsoft's Power Platform Architecture 6. Chapter 4: Tools and Techniques 7. Chapter 5: Application Lifecycle Management 8. Section 3: Implementation
9. Chapter 6: Implementation Approach and Methodologies 10. Chapter 7: Microsoft Power Platform Security 11. Chapter 8: Microsoft Power Platform Extensibility 12. Chapter 9: Microsoft Power Platform Integration 13. Chapter 10: Microsoft Power Platform Data Migration 14. Other Books You May Enjoy

Conventions used

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

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The workspaces module, which is used for workspace management (module name: MicrosoftPowerBIMgmt.Workspaces)."

A block of code is set as follows:

using System;
using Microsoft.Crm.Sdk.Messages;
using Microsoft.Xrm.Tooling.Connector;
static void Main(string[] args)
{

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

AuthenticationContext authContext = new AuthenticationContext("https://login.microsoftonline.com/common" + tenantid, false);
ClientCredential credential = new ClientCredential(clientId, clientsecret);

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The second option, Stage for Upgrade, provides an additional possibility to temporarily keep both the original and the updated solution in the environment."

Tips or important notes

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