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: articles/purview/how-to-use-workflow-http-connector.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ HTTP connector is available in all workflow templates.
23
23
24
24
1. To add a HTTP connector, click on the **+** icon in the template where you want to add and select HTTP connector.
25
25
26
-
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-connector.png" alt-text="Screenshot to add HTTP connector.":::
26
+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-connector.png" alt-text="Screenshot of how to add HTTP connector.":::
27
27
28
28
1. Once you select HTTP connector, you will see the following parameters:
29
29
1. Host - Request URL you want to call when this connector is executed.
@@ -34,15 +34,15 @@ HTTP connector is available in all workflow templates.
34
34
1. Body - Optionally, you can pass HTTP body while invoking the URL
35
35
1. Authentication - HTTP connector is integrated with Purview credentials. Depending on the URL you may invoke the endpoint with None (no authentication) or you can use credentials to create a basic authentication. To learn more about credentials see the [Microsoft Purview credentials article](manage-credentials.md).
36
36
37
-
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-properties.png" alt-text="Screenshot to add HTTP connector properties.":::
37
+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-properties.png" alt-text="Screenshot of how to add HTTP connector properties.":::
38
38
39
39
1. By default, secure settings are turned on for HTTP connectors. To turn OFF secure inputs and outputs select the ellipsis icon (**...**) to go to settings.
40
40
41
-
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-settings.png" alt-text="Screenshot to add HTTP connector settings.":::
41
+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-settings.png" alt-text="Screenshot of how to add HTTP connector settings.":::
42
42
43
43
1. You will be now presented with the settings for HTTP connector and you can turn secure inputs and outputs OFF.
44
44
45
-
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-secure.png" alt-text="Screenshot to add HTTP connector secure input and outputs.":::
45
+
:::image type="content" source="./media/how-to-use-workflow-http-connector/add-http-secure.png" alt-text="Screenshot of how to add HTTP connector secure input and outputs.":::
0 commit comments