You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PowerApps & Azure Lab
1
+
# Power Apps & Azure Lab
2
2
3
3
<!--
4
4
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
7
7
8
8
Taxonomies for products and languages: https://review.docs.microsoft.com/new-hope/information-architecture/metadata/taxonomies?branch=master
9
9
-->
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..)
11
11
12
12
## Lab Overview & Objective
13
13
@@ -17,28 +17,28 @@ Most enterprises have a majority of their core business data trapped in several
17
17
18
18
It is also important to modernize the user experience of the enterprise apps in order to drive productivity.
19
19
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.
21
21
22
22
### Objectives
23
23
24
24
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.
26
26
- Learn to create a cross-platform application user experience using Microsoft Power Apps to consume these RESTful APIs through custom connectors
27
27
28
28
## Prerequisites
29
29
30
30
The lab requires:
31
31
- Visual Studio 2017 or 2019 to compile the code and publish to Azure
32
32
- 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
34
34
35
35
## Lab Manual
36
36
37
37
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.
0 commit comments