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)

Reducing your application complexity by using Azure SQL database views

Performance is one of the main objectives of almost all data source engines. Database developers tweak the innards of their core systems to make them as efficient as possible while also adding new features for app makers. Knowing this, why not leverage the efficiency of these platforms?

That's the primary purpose of this recipe, to learn how to improve our apps' responsiveness and complexity by making the data sources work for us.

Getting ready

We will improve the application's complexity and performance when connected to an Azure SQL database to build our use case. The database needs five tables that will make up our data catalog. The scripts to create them and the base apps are available in our GitHub repository: https://github.com/PacktPublishing/Microsoft-Power-Apps-Cookbook/tree/master/Chapter03

If you don't have an Azure subscription, you can request a free version with credit...