Skip to content

Commit a267914

Browse files
author
Esther Fan
committed
Fix links
1 parent 8872e58 commit a267914

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/logic-apps/connectors/create-chat-completions-prompt-template.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Create chat interfaces with prompt templates
33
description: Build an AI chat interface by using Standard workflows in Azure Logic Apps and Azure OpenAI prompt templates.
44
services: logic-apps
55
ms.suite: integration
6+
ms.author: ecfan
67
ms.reviewers: estfan, shahparth, azla
78
ms.topic: how-to
89
ms.collection: ce-skilling-ai-copilot
@@ -12,7 +13,7 @@ ms.date: 05/06/2025
1213

1314
# Create an AI chat interface by using prompt templates with Standard workflows in Azure Logic Apps (Preview)
1415

15-
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
16+
[!INCLUDE [logic-apps-sku-standard](../../../includes/logic-apps-sku-standard.md)]
1617

1718
> [!NOTE]
1819
>
@@ -102,9 +103,9 @@ To follow the example, download the [sample prompt template and inputs](https://
102103
| **Active Directory OAuth** | 1. Set up your logic app resource for [OAuth 2.0 with Microsoft Entra ID authentication](/entra/architecture/auth-oauth2). <br><br>2. Go to your **Azure OpenAI Service** resource. <br><br>3. On the resource menu, under **Resource Management**, select **Keys and Endpoint**. <br><br>4. Copy the **Endpoint** URL. Store this value somewhere safe. |
103104
| **Managed identity** <br>(Recommended) | 1. Follow the [general steps to set up the managed identity with Microsoft Entra ID for your logic app](/azure/logic-apps/authenticate-with-managed-identity?tabs=standard). <br><br>2. Go to your **Azure OpenAI Service** resource. <br><br>3. On the resource menu, under **Resource Management**, select **Keys and Endpoint**. <br><br>4. Copy the **Endpoint** URL. Store this value somewhere safe. |
104105

105-
[!INCLUDE [highest-security-level-guidance](includes/highest-security-level-guidance.md)]
106+
[!INCLUDE [highest-security-level-guidance](../includes/highest-security-level-guidance.md)]
106107

107-
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
108+
[!INCLUDE [api-test-http-request-tools-bullet](../../../includes/api-test-http-request-tools-bullet.md)]
108109

109110
## Add a trigger
110111

@@ -302,7 +303,7 @@ When you're done, your workflow looks like the following example:
302303
303304
- [**Request** trigger type](/azure/logic-apps/logic-apps-workflow-actions-triggers#request-trigger)
304305
305-
- [Receive and respond to inbound HTTPS calls to workflows in Azure Logic Apps](/azure/logic-apps/connectors-native-reqres?tabs=standard)
306+
- [Receive and respond to inbound HTTPS calls to workflows in Azure Logic Apps](/azure/connectors/connectors-native-reqres?tabs=standard)
306307
307308
After workflow execution completes, the run history page opens to show the status for each action.
308309

0 commit comments

Comments
 (0)