Skip to content

Commit 7531f7a

Browse files
author
ecfan
committed
Refactor common Postman info into #includes files
1 parent f6a4bd0 commit 7531f7a

13 files changed

+57
-208
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,7 @@ To run your workflow by sending an outgoing or outbound request instead, use the
3434

3535
* The logic app workflow where you want to receive the inbound HTTPS request. To start your workflow with a **Request** trigger, you have to start with a blank workflow. To use the Response action, your workflow must start with the **Request** trigger.
3636

37-
* To test the example workflow in this guide, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
38-
39-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
40-
41-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
42-
43-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
44-
45-
- [Bruno](https://www.usebruno.com/)
46-
47-
- [Curl](https://curl.se/)
48-
49-
> [!CAUTION]
50-
>
51-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
52-
> and other similar information, make sure to use a tool that protects your data with the necessary
53-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
54-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
37+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
5538

5639
<a name="add-request-trigger"></a>
5740

articles/logic-apps/connectors/sap-create-example-scenario-workflows.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,9 @@ Both Standard and Consumption logic app workflows offer the SAP *managed* connec
2020

2121
## Prerequisites
2222

23-
* Before you start, make sure to [review and meet the SAP connector requirements](sap.md#prerequisites) for your specific scenario.
23+
- Before you start, make sure to [review and meet the SAP connector requirements](sap.md#prerequisites) for your specific scenario.
2424

25-
* To test the example workflows, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
26-
27-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
28-
29-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
30-
31-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
32-
33-
- [Bruno](https://www.usebruno.com/)
34-
35-
- [Curl](https://curl.se/)
36-
37-
> [!CAUTION]
38-
>
39-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
40-
> and other similar information, make sure to use a tool that protects your data with the necessary
41-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
42-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
25+
[!INCLUDE [postman-replacements-bullet](../../../includes/postman-replacements-bullet.md)]
4326

4427
<a name="receive-messages-sap"></a>
4528

articles/logic-apps/connectors/sap-generate-schemas-for-artifacts.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,7 @@ Both Standard and Consumption logic app workflows offer the SAP *managed* connec
2929

3030
- If you want to upload your generated schemas to a repository, such as an [integration account](../logic-apps-enterprise-integration-create-integration-account.md), make sure that the repository already exists.
3131

32-
- To test the example workflows, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
33-
34-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
35-
36-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
37-
38-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
39-
40-
- [Bruno](https://www.usebruno.com/)
41-
42-
- [Curl](https://curl.se/)
43-
44-
> [!CAUTION]
45-
>
46-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
47-
> and other similar information, make sure to use a tool that protects your data with the necessary
48-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
49-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
32+
[!INCLUDE [postman-replacements-bullet](../../../includes/postman-replacements-bullet.md)]
5033

5134
## Generate schemas for an SAP artifact
5235

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,7 @@ In single-tenant Azure Logic Apps, workflows in the same logic app resource and
5555

5656
If you don't have an Office 365 account, you can use [any other available email connector](/connectors/connector-reference/connector-reference-logicapps-connectors) that can send messages from your email account, for example, Outlook.com. If you use a different email connector, you can still follow the example, and the general overall steps are the same. However, your options might differ in some ways. For example, if you use the Outlook.com connector, use your personal Microsoft account instead to sign in.
5757

58-
* To test the example workflow in this guide, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
59-
60-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
61-
62-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
63-
64-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
65-
66-
- [Bruno](https://www.usebruno.com/)
67-
68-
- [Curl](https://curl.se/)
69-
70-
> [!CAUTION]
71-
>
72-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
73-
> and other similar information, make sure to use a tool that protects your data with the necessary
74-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
75-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
58+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
7659

7760
* If you create your logic app resource and enable [Application Insights](../azure-monitor/app/app-insights-overview.md), you can optionally enable diagnostics logging and tracing for your logic app. You can do so either when you create your logic app or after deployment. You need to have an Application Insights instance, but you can create this resource either [in advance](../azure-monitor/app/create-workspace-resource.md), when you create your logic app, or after deployment.
7861

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -228,27 +228,10 @@ As you progress, you'll complete these high-level tasks:
228228

229229
1. To locally run webhook-based triggers and actions, such as the [built-in HTTP Webhook trigger](../connectors/connectors-native-webhook.md), in Visual Studio Code, you need to [set up forwarding for the callback URL](#webhook-setup).
230230

231-
1. To test the example workflow in this guide, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
232-
233-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
234-
235-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
236-
237-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
238-
239-
- [Bruno](https://www.usebruno.com/)
240-
241-
- [Curl](https://curl.se/)
242-
243-
> [!CAUTION]
244-
>
245-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
246-
> and other similar information, make sure to use a tool that protects your data with the necessary
247-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
248-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
249-
250231
1. If you create your logic app resources with settings that support using [Application Insights](../azure-monitor/app/app-insights-overview.md), you can optionally enable diagnostics logging and tracing for your logic app resource. You can do so either when you create your logic app or after deployment. You need to have an Application Insights instance, but you can create this resource either [in advance](../azure-monitor/app/create-workspace-resource.md), when you create your logic app, or after deployment.
251232

233+
[!INCLUDE [postman-replacements-number](../../includes/postman-replacements-number.md)]
234+
252235
<a name="set-up"></a>
253236

254237
## Set up Visual Studio Code

articles/logic-apps/logic-apps-enterprise-integration-flatfile.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,7 @@ For more information, review the following documentation:
6262

6363
So, if you don't have or need an integration account, you can use the upload option. Otherwise, you can use the linking option. Either way, you can use these artifacts across all child workflows within the same logic app resource.
6464

65-
* To test the example workflow in this guide, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
66-
67-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
68-
69-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
70-
71-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
72-
73-
- [Bruno](https://www.usebruno.com/)
74-
75-
- [Curl](https://curl.se/)
76-
77-
> [!CAUTION]
78-
>
79-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
80-
> and other similar information, make sure to use a tool that protects your data with the necessary
81-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
82-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
65+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
8366

8467
## Limitations
8568

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,7 @@ For more information, review the following documentation:
6868
> which differs in specific cases from the [Shopify implementation for Liquid](https://shopify.github.io/liquid).
6969
> For more information, see [Liquid template considerations](#liquid-template-considerations).
7070
71-
* To test the example workflow in this guide, you need a tool that can send HTTP requests to the endpoint created by the **Request** trigger, for example:
72-
73-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
74-
75-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
76-
77-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
78-
79-
- [Bruno](https://www.usebruno.com/)
80-
81-
- [Curl](https://curl.se/)
82-
83-
> [!CAUTION]
84-
>
85-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
86-
> and other similar information, make sure to use a tool that protects your data with the necessary
87-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
88-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
71+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
8972

9073
<a name="create-template"></a>
9174

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,9 @@ This guide shows how to create a callable endpoint for your workflow by adding t
2424

2525
* An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2626

27-
* A logic app workflow where you want to use the request-based trigger to create the callable endpoint. You can start with either a blank workflow or an existing workflow where you can replace the current trigger. This example starts with a blank workflow.
27+
* A logic app workflow where you want to use the **Request** trigger to create the callable endpoint. You can start with either a blank workflow or an existing workflow where you can replace the current trigger. This example starts with a blank workflow.
2828

29-
* To test the URL for the callable endpoint that you create with the **Request** trigger, you need a tool that can send HTTP requests, for example:
30-
31-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
32-
33-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
34-
35-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
36-
37-
- [Bruno](https://www.usebruno.com/)
38-
39-
- [Curl](https://curl.se/)
40-
41-
> [!CAUTION]
42-
>
43-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
44-
> and other similar information, make sure to use a tool that protects your data with the necessary
45-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
46-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
29+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
4730

4831
## Create a callable endpoint
4932

articles/logic-apps/logic-apps-scenario-edi-send-batch-messages.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Make sure that your batch receiver and batch sender logic app workflows use the
2929

3030
## Prerequisites
3131

32-
To follow this example, you need these items:
33-
3432
* An Azure subscription. If you don't have a subscription, you can [start with a free Azure account](https://azure.microsoft.com/free/).
3533

3634
* Basic knowledge about how to create logic app workflows. For more information, see [Create an example Consumption logic app workflow in multitenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md).
@@ -43,24 +41,7 @@ To follow this example, you need these items:
4341

4442
* To use Visual Studio rather than the Azure portal, make sure you [set up Visual Studio for working with Azure Logic Apps](quickstart-create-logic-apps-with-visual-studio.md).
4543

46-
* To test your batching solution, you need a tool that can send HTTP requests, for example:
47-
48-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
49-
50-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
51-
52-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
53-
54-
- [Bruno](https://www.usebruno.com/)
55-
56-
- [Curl](https://curl.se/)
57-
58-
> [!CAUTION]
59-
>
60-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
61-
> and other similar information, make sure to use a tool that protects your data with the necessary
62-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't
63-
> require you to create an online account. That way, you avoid exposing sensitive data to the public.
44+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
6445

6546
<a name="receiver"></a>
6647

articles/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,15 @@ For more information, review the following documentation:
2929

3030
## Prerequisites
3131

32-
You need to have a new or existing Azure virtual network that includes a subnet without any delegations. This subnet is used to deploy and allocate private IP addresses from the virtual network.
32+
- A new or existing Azure virtual network that includes a subnet without any delegations. This subnet is used to deploy and allocate private IP addresses from the virtual network.
3333

34-
For more information, review the following documentation:
35-
36-
- [Quickstart: Create a virtual network using the Azure portal](../virtual-network/quick-create-portal.md)
37-
- [What is subnet delegation?](../virtual-network/subnet-delegation-overview.md)
38-
- [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md)
39-
40-
- To test the callback URL that you create with the **Request** trigger, you need a tool that can send HTTP requests, for example:
41-
42-
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
43-
44-
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
45-
46-
- [Microsoft Edge - Network Console tool](/microsoft-edge/devtools-guide-chromium/network-console/network-console-tool)
47-
48-
- [Bruno](https://www.usebruno.com/)
34+
For more information, review the following documentation:
4935

50-
- [Curl](https://curl.se/)
36+
- [Quickstart: Create a virtual network using the Azure portal](../virtual-network/quick-create-portal.md)
37+
- [What is subnet delegation?](../virtual-network/subnet-delegation-overview.md)
38+
- [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md)
5139

52-
> [!CAUTION]
53-
>
54-
> For scenarios where you have sensitive data, such as credentials, secrets, access tokens, API keys,
55-
> and other similar information, make sure to use a tool that protects your data with the necessary
56-
> security features, works offline or locally, doesn't sync your data to the cloud, and doesn't require
57-
> you to create an online account. That way, you reduce the risk around exposing sensitive data to the public.
40+
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
5841

5942
<a name="set-up-inbound"></a>
6043

0 commit comments

Comments
 (0)