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: learn-pr/azure/logic-apps-and-custom-connectors/includes/3-exercise-setup-a-test-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To save time, start by running a script to host our test API in Azure. The scrip
14
14
- Configure Git locally.
15
15
- Deploy our Web API to our App Service instance.
16
16
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:
Copy file name to clipboardExpand all lines: learn-pr/azure/logic-apps-and-custom-connectors/includes/5-exercise-create-and-call-a-logic-apps-custom-connector-that-wraps-an-api.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In this exercise, you'll create a custom connector for the Print Framer API and
31
31
32
32
The Azure portal shows a gallery with frequently used triggers and workflow patterns.
33
33
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**.
35
35
1. Search for and select **When an HTTP request is received**.
36
36
37
37
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
66
66
|**Instance details**|
67
67
| Custom connector name | PrintFramerConnector |
68
68
| Region | Select a region that's near you and also supported by the sandbox. |
69
-
| Associate with integration service environment | Leave unselected |
70
-
|||
71
69
72
70
1. Select **Review + create**. After validation succeeds, select **Create**.
73
71
@@ -109,7 +107,7 @@ The OpenAPI file tells the custom connector about the operations that are availa
109
107
110
108
Now, you can use the custom connector in your logic app workflow.
111
109
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.
113
111
114
112
1. In the logic app resource menu, select **Overview**. On the **Overview** pane toolbar, select **Edit**.
0 commit comments