Skip to content

Commit 73ead93

Browse files
authored
Merge pull request #212879 from ecfan/add-tag
Azure Logic Apps: [BULK EDITS] Add tracking tags for content health
2 parents 315d8c0 + 6a30878 commit 73ead93

13 files changed

+22
-10
lines changed

articles/connectors/built-in.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
ms.date: 09/14/2022
910
---
1011

articles/connectors/connect-common-data-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.suite: integration
66
ms.reviewer: jdaly, estfan, azla
77
ms.topic: how-to
88
ms.date: 09/07/2022
9+
ms.custom: engagement-fy23
910
tags: connectors
1011
---
1112

articles/connectors/connectors-native-recurrence.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8+
ms.custom: engagement-fy23
89
ms.date: 09/02/2022
910
---
1011

articles/connectors/managed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
ms.date: 09/07/2022
910
---
1011

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 09/06/2022
9-
ms.custom: ignite-fall-2021
9+
ms.custom: ignite-fall-2021, engagement-fy23
1010
---
1111

1212
# Create an integration workflow with single-tenant Azure Logic Apps (Standard) in Visual Studio Code

articles/logic-apps/deploy-single-tenant-logic-apps-private-storage-account.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.custom: engagement-fy23
9+
ms.date: 09/08/2022
910

1011
# As a developer, I want to deploy Standard logic apps to Azure storage accounts that use private endpoints.
1112
---

articles/logic-apps/logic-apps-deploy-azure-resource-manager-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
9-
ms.custom: devx-track-azurepowershell, devx-track-azurecli
8+
ms.date: 09/07/2022
9+
ms.custom: devx-track-azurepowershell, devx-track-azurecli, engagement-fy23
1010
ms.devlang: azurecli
1111
---
1212

articles/logic-apps/logic-apps-diagnosing-failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8+
ms.custom: engagement-fy23
89
ms.date: 09/02/2022
910
---
1011

articles/logic-apps/logic-apps-exception-handling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author: dereklee
77
ms.author: deli
88
ms.reviewer: estfan, laveeshb, azla
99
ms.topic: how-to
10+
ms.custom: engagement-fy23
1011
ms.date: 09/07/2022
1112
---
1213

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ services: logic-apps
55
ms.workload: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 11/19/2020
8+
ms.custom: engagement-fy23
9+
ms.date: 09/22/2022
910
---
1011

1112
# Call, trigger, or nest logic apps by using HTTPS endpoints in Azure Logic Apps
1213

14+
[!INCLUDE [logic-apps-sku-consumption](../../includes/logic-apps-sku-consumption.md)]
15+
1316
To make your logic app callable through a URL and able to receive inbound requests from other services, you can natively expose a synchronous HTTPS endpoint by using a request-based trigger on your logic app. With this capability, you can call your logic app from other logic apps and create a pattern of callable endpoints. To set up a callable endpoint for handling inbound calls, you can use any of these trigger types:
1417

1518
* [Request](../connectors/connectors-native-reqres.md)
@@ -18,7 +21,6 @@ To make your logic app callable through a URL and able to receive inbound reques
1821

1922
This article shows how to create a callable endpoint on your logic app by using the Request trigger and call that endpoint from another logic app. All principles apply identically to the other trigger types that you can use to receive inbound requests.
2023

21-
2224
For more information about security, authorization, and encryption for inbound calls to your logic app, such as [Transport Layer Security (TLS)](https://en.wikipedia.org/wiki/Transport_Layer_Security), previously known as Secure Sockets Layer (SSL), [Azure Active Directory Open Authentication (Azure AD OAuth)](../active-directory/develop/index.yml), exposing your logic app with Azure API Management, or restricting the IP addresses that originate inbound calls, see [Secure access and data - Access for inbound calls to request-based triggers](../logic-apps/logic-apps-securing-a-logic-app.md#secure-inbound-requests).
2325

2426
## Prerequisites

0 commit comments

Comments
 (0)