Skip to content

Commit 6a30878

Browse files
committed
Add tracking tags for content health
1 parent e48a556 commit 6a30878

13 files changed

+22
-10
lines changed

Diff for: articles/connectors/built-in.md

+1
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

Diff for: articles/connectors/connect-common-data-service.md

+1
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

Diff for: articles/connectors/connectors-native-recurrence.md

+1
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

Diff for: articles/connectors/managed.md

+1
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

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

+1-1
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

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

+2-1
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
---

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

+2-2
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

Diff for: articles/logic-apps/logic-apps-diagnosing-failures.md

+1
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

Diff for: articles/logic-apps/logic-apps-exception-handling.md

+1
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

Diff for: articles/logic-apps/logic-apps-http-endpoint.md

+4-2
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

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

+2-1
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/08/2022
8+
ms.custom: engagement-fy23
9+
ms.date: 09/07/2022
910

1011
# As a developer, I want to connect to my Standard logic app workflows with virtual networks using private endpoints and virtual network integration.
1112
---

Diff for: articles/logic-apps/workflow-definition-language-functions-reference.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, niding, azla
77
ms.topic: reference
8-
ms.date: 05/05/2022
8+
ms.custom: engagement-fy23
9+
ms.date: 09/20/2022
910
---
1011

1112
# Reference guide to workflow expression functions in Azure Logic Apps and Power Automate

Diff for: includes/connectors-create-api-github.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ ms.service: logic-apps
33
ms.topic: include
44
author: ecfan
55
ms.author: estfan
6-
ms.date: 03/02/2019
6+
ms.date: 09/27/2022
7+
ms.custom: engagement-fy23
78
---
89

910
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
1011

1112
1. In the designer search box, enter **github**. If your workflow is blank, select the trigger that you want to use. If your workflow already has a trigger, select the action that you want to use.
12-
13+
1314
This example continues with a GitHub trigger.
1415

1516
![Select the GitHub connector and a trigger](./media/connectors-create-api-github/github-connector.png)

0 commit comments

Comments
 (0)