Skip to content

Commit a4afaa2

Browse files
Changing PowerApps to Power Apps
1 parent 0720a97 commit a4afaa2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PowerApps & Azure Lab
1+
# Power Apps & Azure Lab
22

33
<!--
44
Guidelines on README format: https://review.docs.microsoft.com/help/onboard/admin/samples/concepts/readme-template?branch=master
@@ -7,7 +7,7 @@ Guidance on onboarding samples to docs.microsoft.com/samples: https://review.doc
77
88
Taxonomies for products and languages: https://review.docs.microsoft.com/new-hope/information-architecture/metadata/taxonomies?branch=master
99
-->
10-
This repository contains a source code for an API App and a lab manual for demonstrating a simple example for integrating PowerApps Canvas apps with an API app hosted on an Azure Web App using a custom-connector. This scenario can be used to unlock the potential of untapped assets within an enterprise (legacy APIs, data sources, processes etc..)
10+
This repository contains a source code for an API App and a lab manual for demonstrating a simple example for integrating Power Apps Canvas apps with an API app hosted on an Azure Web App using a custom-connector. This scenario can be used to unlock the potential of untapped assets within an enterprise (legacy APIs, data sources, processes etc..)
1111

1212
## Lab Overview & Objective
1313

@@ -17,28 +17,28 @@ Most enterprises have a majority of their core business data trapped in several
1717

1818
It is also important to modernize the user experience of the enterprise apps in order to drive productivity.
1919

20-
[Microsoft PowerApps](https://docs.microsoft.com/en-us/powerapps/powerapps-overview) along with [Azure](https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide) could be an effective way to bridge this gap, by enabling an RESTful API layer powered by Azure which could encapsulate and standardize the enterprise data for use with apps + PowerApps as the rapid application development User interface where business apps can be built with agility and in collaboration with the business.
20+
[Microsoft Power Apps](https://docs.microsoft.com/en-us/powerapps/powerapps-overview) along with [Azure](https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide) could be an effective way to bridge this gap, by enabling an RESTful API layer powered by Azure which could encapsulate and standardize the enterprise data for use with apps + Power Apps as the rapid application development User interface where business apps can be built with agility and in collaboration with the business.
2121

2222
### Objectives
2323

2424
This lab has two key objectives:
25-
- To demonstrate how PowerApps platform can help unlock the potential of untapped assets within an Enterprise ( legacy APIs, data sources, processes) with a low-code / no code approach.
25+
- To demonstrate how Power Apps platform can help unlock the potential of untapped assets within an Enterprise ( legacy APIs, data sources, processes) with a low-code / no code approach.
2626
- Learn to create a cross-platform application user experience using Microsoft Power Apps to consume these RESTful APIs through custom connectors
2727

2828
## Prerequisites
2929

3030
The lab requires:
3131
- Visual Studio 2017 or 2019 to compile the code and publish to Azure
3232
- Access to an Azure Subscription to create an API app to serve as the RESTful API
33-
- Access to a PowerApps environment with Maker permission to create apps and custom connectors
33+
- Access to a Power Apps environment with Maker permission to create apps and custom connectors
3434

3535
## Lab Manual
3636

3737
Refer to the [Lab Document](https://github.com/microsoft/PowerApps-Azure-Lab/blob/master/Lab%20Resources/Hands-on%20with%20PowerApps%20and%20Azure-Lab%20Document.pdf) for the step-by-step guidance for this lab.
3838

3939
## Key concepts
4040

41-
- [Microsoft PowerApps](https://docs.microsoft.com/en-us/powerapps/powerapps-overview)
41+
- [Microsoft Power Apps](https://docs.microsoft.com/en-us/powerapps/powerapps-overview)
4242
- [Custom Connectors](https://docs.microsoft.com/en-us/connectors/custom-connectors/)
4343

4444
## Contents

0 commit comments

Comments
 (0)