Skip to content

Commit 56eba31

Browse files
author
Esther Fan
committed
Fix links
1 parent a267914 commit 56eba31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Add the trigger by following these steps:
115115

116116
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and blank workflow in the designer.
117117

118-
1. Follow the [general steps to add the trigger that you want](/azure/logic-apps/create-workfklow-with-trigger-or-action?tabs=standard#add-trigger).
118+
1. Follow the [general steps to add the trigger that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-trigger).
119119

120120
This example uses the **Request** trigger named **When an HTTP request is available**. For more information about this trigger, see [Receive and respond to inbound HTTPS calls](/azure/connectors/connectors-native-reqres?tabs=standard).
121121

@@ -137,7 +137,7 @@ When you're done, your workflow looks like the following example:
137137

138138
To add operations that store the trigger outputs for subsequent actions to use as inputs, follow these steps:
139139

140-
1. Under the trigger, follow the [general steps to add the data operation named **Compose** action](/azure/logic-apps/create-workfklow-with-trigger-or-action?tabs=standard#add-action).
140+
1. Under the trigger, follow the [general steps to add the data operation named **Compose** action](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
141141

142142
The example adds three **Compose** actions and uses the following test data as inputs:
143143

@@ -200,7 +200,7 @@ Now, add the Azure OpenAI action to the workflow.
200200

201201
## Add the Azure OpenAI action
202202

203-
1. Under the last **Compose** action, follow the [general steps to add the **Azure OpenAI** action named **Get chat completions using Prompt Template**](/azure/logic-apps/create-workfklow-with-trigger-or-action?tabs=standard#add-action).
203+
1. Under the last **Compose** action, follow the [general steps to add the **Azure OpenAI** action named **Get chat completions using Prompt Template**](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
204204

205205
1. After the action appears on the designer surface, the connection pane opens so that you can provide the following information:
206206

0 commit comments

Comments
 (0)