Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

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 as explained next:

  • Production: As the name implies, 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 is the one that is created when a...