Skip to content

Commit 643a1ff

Browse files
committed
Minor correction
1 parent c34b7ca commit 643a1ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/logic-apps/add-run-powershell-scripts.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ This guide shows how to add the action in your workflow and add the PowerShell c
3939

4040
* The logic app resource with the Standard workflow where you want to add your PowerShell script.
4141

42-
The workflow must already start with a trigger. You can use any trigger for your scenario, but as an example, this guide uses the Request trigger named **When a HTTP request is received** and also the **Response** action. The workflow runs when another application or workflow sends a request to the trigger's endpoint URL. The sample script returns the results from code execution as output that you can use in subsequent actions.
42+
The workflow must already start with a trigger. You can use any trigger for your scenario, but as an example, this guide uses the **Request** trigger named **When a HTTP request is received** and also the **Response** action. The workflow runs when another application or workflow sends a request to the trigger's endpoint URL. The sample script returns the results from code execution as output that you can use in subsequent actions.
4343

44-
If you don't have a logic app resource and workflow, create them now by following the steps for the logic app that you want:
44+
If you don't have a logic app resource and workflow, create them now by following these steps:
4545

46-
* [Create an example Consumption logic app workflow](quickstart-create-example-consumption-workflow.md)
4746
* [Create an example Standard logic app workflow](create-single-tenant-workflows-azure-portal.md)
4847

4948
## Considerations
@@ -265,7 +264,7 @@ To use the managed identity from inside the **Execute PowerShell Code** action,
265264

266265
## View logs in Application Insights
267266

268-
1. In the [Azure portal](https://portal.azure.com), under **Monitoring** on the logic app resource menu, select **Application Insights**, and then select your logic app.
267+
1. In the [Azure portal](https://portal.azure.com), under **Monitoring** on the logic app sidebar menu, select **Application Insights**, and then select your logic app.
269268

270269
1. On the **Application Insights** menu, under **Monitoring**, select **Logs**.
271270

0 commit comments

Comments
 (0)