Skip to content

Commit ab2fbc9

Browse files
committed
Line edits
1 parent df84c7b commit ab2fbc9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

learn-pr/azure/logic-apps-and-custom-connectors/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Azure Logic Apps includes many prebuilt connectors that integrate with Microsoft, Azure, Microsoft 365, and external services. But if you want to connect from your logic app workflow to a Web API that's not available as a connector, you can create a custom connector for that API.
22

3-
Imagine you're the lead developer at a picture-frame company. You and other developers can access some of your company's picture-frame data, but only through an in-house, custom-built REST API. You plan to create many automated workflows in Azure Logic Apps and need access to this data. For example, you want to create a workflow that automatically quotes a price for a frame based on the dimensions.
3+
Imagine you're the lead developer at a picture frame company. You and other developers can access some of your company's picture frame data, but only through an in-house, custom-built REST API. You plan to create many automated workflows in Azure Logic Apps and need access to this data. For example, you want to create a workflow that automatically quotes a price for a frame based on the dimensions.
44

55
You'll need to create a custom connector for the picture frame REST API so that you can access that API from Azure Logic Apps.
66

learn-pr/azure/logic-apps-and-custom-connectors/includes/2-connectors-for-azure-logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As the lead developer at a picture-frame company, you've been asked to research Azure Logic Apps and the included connector types. Your goal is to connect from Azure Logic Apps to an in-house, custom-built Web API that estimates framing prices.
1+
As the lead developer at a picture frame company, you've been asked to research Azure Logic Apps and the included connector types. Your goal is to connect from Azure Logic Apps to an in-house, custom-built Web API that estimates framing prices.
22

33
Let's get started by learning about Azure Logic Apps and this platform's ability to monitor events and carry out actions.
44

learn-pr/azure/logic-apps-and-custom-connectors/includes/3-exercise-setup-a-test-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ In this unit, we'll deploy our test API to the Azure sandbox activated for this
88

99
To save time, start by running a script to host our test API in Azure. The script performs the following steps:
1010

11-
- Create an Azure App Service plan in the free tier
12-
- Create a Web API in Azure App Service and configure for Git deployment from a local repo
13-
- Set account-level deployment credentials for our app
14-
- Configure Git locally
15-
- Deploy our Web API to our App Service instance
11+
- Create an Azure App Service plan in the free tier.
12+
- Create a Web API in Azure App Service and configure for Git deployment from a local repo.
13+
- Set account-level deployment credentials for our app.
14+
- Configure Git locally.
15+
- Deploy our Web API to our App Service instance.
1616

1717
1. In Cloud Shell, run the following `git clone` command to clone the repo that has our app's source and setup script from GitHub:
1818

learn-pr/azure/logic-apps-and-custom-connectors/includes/4-access-an-api-with-a-logic-apps-custom-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As the lead developer for a print-framing company, you want to call an in-house, custom-built Web API from your workflow in Azure Logic Apps. The API calculates a price for a picture frame based on the dimensions of the frame. To access the API from your Azure Logic Apps workflow, you'll need to create your own connector.
1+
As the lead developer for a print framing company, you want to call an in-house, custom-built Web API from your workflow in Azure Logic Apps. The API calculates a price for a picture frame based on the dimensions of the frame. To access the API from your Azure Logic Apps workflow, you'll need to create your own connector.
22

33
In this unit, you'll learn how to create and use custom connectors in an Azure Logic Apps workflow.
44

learn-pr/azure/logic-apps-and-custom-connectors/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
title: Call an API from an Azure Logic Apps workflow using a custom connector
1414
summary: Call any Web API from a logic app workflow using the custom connector.
1515
abstract: |
16-
In this module, you will:
16+
In this module, you'll:
1717
- Create a custom Azure Logic Apps connector.
1818
- Define the behavior of the connector using an OpenAPI definition.
1919
- Use the connector from a logic app workflow.

0 commit comments

Comments
 (0)