Book Image

Microsoft Power Apps Cookbook, 2e - Second Edition

By : Eickhel Mendoza
3 (1)
Book Image

Microsoft Power Apps Cookbook, 2e - Second Edition

3 (1)
By: Eickhel Mendoza

Overview of this book

Power Apps is a low-code platform owned by Microsoft. With this platform, you can create solutions to solve your business needs while integrating with other components of the Power Platform, such as Microsoft Power Automate, Microsoft Power BI, and others. This book is a handy solution guide to meet many organizational requirements. Microsoft Power Apps Cookbook, Second Edition, takes a pragmatic approach where every business scenario is presented in a quick, practical, and action-oriented recipe. You will be able to use these instant solutions in your development environment and customize your business apps to meet challenging business needs. This will help you handle real-world scenarios and experiences to give you a head start in your Power Apps projects. You will discover various aspects of Power Apps, from building canvas apps, designing model-driven solutions, extending apps with custom connectors, and integrating apps with other platforms, to the pro-developer side including Power Apps Component Framework and creating website experiences for external users with Power Pages. By the end of this Microsoft Power Apps book, you will have gained experience in developing applications using the Power Apps platform and all its features.
Table of Contents (15 chapters)
13
Other Books You May Enjoy
14
Index

Configuring Font Awesome

Font Awesome is a well-known service among web developers for providing a massive variety of icons and social logos for websites worldwide.

This service provides users with kits to use its features. You can use these kits for different web projects as they act as containers with specific configurations on each.

Among the highlights of this service, we can find the following:

  • A Content Delivery Network (CDN) for faster delivery of assets to use in your solutions
  • Domain-level security to limit which sites can use your kits
  • The ability to create icon subsets to only load the icons you need for your project

How to do it…

  1. Navigate to the Font Awesome website, https://fontawesome.com/, and click on the Start for Free button.
  2. On this page, you will need to enter your email account to create your first kit. Once it’s been entered, click on Send Kit Code and wait for the confirmation email to arrive...