From cb6c53bca1b5c63b1ba24e954641dba615c7e5ed Mon Sep 17 00:00:00 2001 From: Victor Nystad Date: Mon, 24 May 2021 13:54:37 +0200 Subject: [PATCH] Add link to ebook The README mentions the document "The fusion development approach to building power apps" but does not provide a link for people who find the Github repository first. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abba83..56a2b8a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Field Engineer Web API -This repo stores the code for a simple Web API that presents information helpful to heating engineers working in the field to maintain and fix furnaces in domestic settings. This API supports the document **The fusion development approach to building power apps**. In the document, the development of Power Apps, which integrates with this Web API, is described. +This repo stores the code for a simple Web API that presents information helpful to heating engineers working in the field to maintain and fix furnaces in domestic settings. This API supports the document **[The fusion development approach to building power apps](https://docs.microsoft.com/en-gb/powerapps/guidance/fusion-dev-ebook/)**. In the document, the development of Power Apps, which integrates with this Web API, is described. This repo also includes the JSON definition for the Logic App created in the document. @@ -167,4 +167,4 @@ The app is available as an exported Zip package in the PowerApp folder. You can The app does not include the custom connectors for the various data sources. This is because you must create them to connect to your implementation of the services (Azure API Management, Azure Search, and Azure Logic Apps) that provide the data. Follow the instructions in the guide to create these connectors and configure the app. -A complete version of the Logic App is available as a JSON file in the LogicApp folder. You can paste the contents of this file into the **Logic app code view** for a blank Logic App. Change the references to **vanarsdelapim** to your own APIM account. \ No newline at end of file +A complete version of the Logic App is available as a JSON file in the LogicApp folder. You can paste the contents of this file into the **Logic app code view** for a blank Logic App. Change the references to **vanarsdelapim** to your own APIM account.