Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,134 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi! I have created a webhook that run a Powershell Runbook to start a VM. But when I try to run this webhook through HTTP Post, I get a 404 error.
However, when I try to execute the webhook through Powershell, it works and I get a 202 code.
How can I solve it?