Skip to content

Commit 2f547b2

Browse files
committed
Line edits2
1 parent ab2fbc9 commit 2f547b2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To save time, start by running a script to host our test API in Azure. The scrip
1414
- Configure Git locally.
1515
- Deploy our Web API to our App Service instance.
1616

17-
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:
17+
1. In Cloud Shell, under Settings, select **Go to Classic version**. Then run the following `git clone` command to clone the repo that has our app's source and setup script from GitHub:
1818

1919
```bash
2020
git clone https://github.com/MicrosoftDocs/mslearn-logic-apps-and-custom-connectors.git

learn-pr/azure/logic-apps-and-custom-connectors/includes/5-exercise-create-and-call-a-logic-apps-custom-connector-that-wraps-an-api.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this exercise, you'll create a custom connector for the Print Framer API and
3131

3232
The Azure portal shows a gallery with frequently used triggers and workflow patterns.
3333

34-
1. Select **Logic app designer** in the left menu, then select **Add a trigger**.
34+
1. Under **Development Tools**, select **Logic app designer** in the left menu, and then select **Add a trigger**.
3535
1. Search for and select **When an HTTP request is received**.
3636

3737
The workflow designer now displays the trigger you selected.
@@ -66,8 +66,6 @@ We now have a basic logic app workflow. Let's add a custom connector so that we
6666
| **Instance details** |
6767
| Custom connector name | PrintFramerConnector |
6868
| Region | Select a region that's near you and also supported by the sandbox. |
69-
| Associate with integration service environment | Leave unselected |
70-
| | |
7169

7270
1. Select **Review + create**. After validation succeeds, select **Create**.
7371

@@ -109,7 +107,7 @@ The OpenAPI file tells the custom connector about the operations that are availa
109107

110108
Now, you can use the custom connector in your logic app workflow.
111109

112-
1. In the [Azure portal](https://portal.azure.com/learn.docs.microsoft.com?azure-portal=true) or from the **Home** page, under **Azure resources**, select **All resources**, and then select the logic app resource that you created in unit 3.
110+
1. In the [Azure portal](https://portal.azure.com/learn.docs.microsoft.com?azure-portal=true) or from the **Home** page, under **Azure resources**, select **All resources**, and then select the logic app resource that you created.
113111

114112
1. In the logic app resource menu, select **Overview**. On the **Overview** pane toolbar, select **Edit**.
115113

30.8 KB
Loading

0 commit comments

Comments
 (0)