Skip to content

Commit 5fad8f5

Browse files
authored
Update automation-webhooks.md
fix capitalization per acrolinx
1 parent 422f6be commit 5fad8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-webhooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
---
99
# Starting an Azure Automation runbook with a webhook
1010

11-
A webhook allows an external service to start a particular runbook in Azure Automation through a single HTTP request. External services include Azure DevOps services, GitHub, Azure Monitor logs, and custom applications. Such a service can use a webhook to start a runbook without implementing a full solution using the Azure Automation API. You can compare webhooks to other methods of starting a runbook in [Starting a runbook in Azure Automation](automation-starting-a-runbook.md).
11+
A webhook allows an external service to start a particular runbook in Azure Automation through a single HTTP request. External services include Azure DevOps Services, GitHub, Azure Monitor logs, and custom applications. Such a service can use a webhook to start a runbook without implementing a full solution using the Azure Automation API. You can compare webhooks to other methods of starting a runbook in [Starting a runbook in Azure Automation](automation-starting-a-runbook.md).
1212

1313
> [!NOTE]
1414
> Using a webhook to start a Python runbook is not supported.
@@ -234,4 +234,4 @@ The following image shows the request being sent from Windows PowerShell and the
234234

235235
## Next steps
236236

237-
* To learn how to use Azure Automation to take action on Azure alerts, see [Use an alert to trigger an Azure Automation runbook](automation-create-alert-triggered-runbook.md).
237+
* To learn how to use Azure Automation to take action on Azure alerts, see [Use an alert to trigger an Azure Automation runbook](automation-create-alert-triggered-runbook.md).

0 commit comments

Comments
 (0)