Reader small image

You're reading from  Microsoft Power Apps Cookbook, 2e - Second Edition

Product typeBook
Published inAug 2022
PublisherPackt
ISBN-139781803238029
Edition2nd Edition
Right arrow
Author (1)
Eickhel Mendoza
Eickhel Mendoza
author image
Eickhel Mendoza

Eickhel Mendoza is a Microsoft Business Applications MVP with many years of experience in project management, Microsoft Azure development, and Microsoft Power Platform technologies. He is a team lead of the Business Apps department and oversees all Microsoft 365 and Power Platform projects. He has contributed to significant community events such as the Power Platform World Tour, Global Azure Bootcamp, Microsoft 365 Developer Bootcamp, and Dynamics 365 Saturdays. He coordinates the TenerifeDev and Power Platform Canarias user groups with a group of like-minded developers eager to share their knowledge in different technologies. Eickhel is also a member of the organizing committee of the Business Applications Summit Spain.
Read more about Eickhel Mendoza

Right arrow

Discovering the Power Platform Admin Center

Building solutions with the Power Platform unleashes opportunities for business users to solve their needs, whether creating a supporting app, orchestrating automation, designing a business intelligence report, or even designing an AI-infused solution using Power Virtual Agents.

All of these platform solutions need a robust backend to support their functionality while also providing the supporting tools and configurations required to manage the platform correctly.

The Power Platform admin center is the central location to manage the backend of all platforms. This chapter will let you discover the essential tools and configurations available from the Power Platform admin center through the following recipes:

  • Managing Power Platform environments
  • Gathering Power Platform analytics
  • Handling connectors through data policies

Readers of the first edition might remember another recipe, Synchronizing...

Technical requirements

From a security perspective, managing the Power Platform admin center requires at least the Power Platform admin role. If your organization includes Dynamics 365, this admin access role also gives you access to the admin center.

However, in Microsoft Teams, when a team gets provisioned with Dataverse for Teams, it creates an environment for it. Users in the owner’s group can access the environment’s configuration in the Power Platform admin center.

Managing Power Platform environments

Environments are containers of Power Platform components. They include all your solution components, such as applications, flows, and data. They also serve as a medium to isolate these components, whether for security reasons or to have independent development environments.

There are different types of environments. Each serves a particular functionality:

  • Production: This environment is the one your end users will use when executing your solutions.
  • Sandbox: This type of environment is a testing ground for your solutions. You can reset it to start from scratch.
  • Trial: You can use these environments for rapid feature testing as they get deleted after 30 days. There is also a subscription-based type focused on enterprise delivery. More info here: https://docs.microsoft.com/en-gb/power-platform/admin/trial-environments
  • Developer: This type of environment gets created when a user of the organization applies for the Power...

Gathering Power Platform analytics

Analytics is a vital tool to measure the performance of a given process. These measures can vary depending on their target. For example, website analytics offers information about the visitors to a website, the visitors’ location, and the like. This information provides website owners with clear evidence that they might need to improve their infrastructure to handle the number of visitors or add another server near the visitors’ location from a given country.

Similarly, this kind of information is vital for the Power Platform because it allows you to learn about essential indicators such as the devices used to run your applications, how many runs are executed of a given flow, and most importantly, how many errors your users are getting.

In this recipe, you will learn about all the ways we could get this information.

Getting ready

To gather the analytics information, you will need administrative access such as an Environment...

Handling connectors through data policies

The Power Platform has an ever-growing list of connectors available from different vendors. These connectors perform various tasks, such as handling files on cloud services or communicating data through APIs.

Keeping track of these communications would be extremely difficult without using data policies.

These policies control sensitive data using three groups: Business, Non-Business, and Blocked. Placing connectors in these groups effectively builds a fence between them. If you place a connector, such as SharePoint, in the Business group and then add Dropbox to the Non-Business one, then your users won’t be able to create an app or a flow that uses both connectors. For more detailed information on these policies, please refer to https://docs.microsoft.com/en-us/power-platform/admin/wp-data-loss-prevention

This recipe will create a policy to block popular social media connectors and any new connector added to the Power Platform...

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Microsoft Power Apps Cookbook, 2e - Second Edition
Published in: Aug 2022Publisher: PacktISBN-13: 9781803238029
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.
undefined
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 $15.99/month. Cancel anytime

Author (1)

author image
Eickhel Mendoza

Eickhel Mendoza is a Microsoft Business Applications MVP with many years of experience in project management, Microsoft Azure development, and Microsoft Power Platform technologies. He is a team lead of the Business Apps department and oversees all Microsoft 365 and Power Platform projects. He has contributed to significant community events such as the Power Platform World Tour, Global Azure Bootcamp, Microsoft 365 Developer Bootcamp, and Dynamics 365 Saturdays. He coordinates the TenerifeDev and Power Platform Canarias user groups with a group of like-minded developers eager to share their knowledge in different technologies. Eickhel is also a member of the organizing committee of the Business Applications Summit Spain.
Read more about Eickhel Mendoza