projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
Apache License 2.0
3.12k stars 655 forks source link

Webjob Webhooktrigger issue #1895

Closed diogoandrei closed 4 months ago

diogoandrei commented 8 years ago

I'm attempting to POST to a webjob function with webhooktrigger but I'm getting the error

An attempt was made to access a socket in a way forbidden by its access permissions

Do you have any idea why and how I could solve that? Thank you!

davidebbo commented 8 years ago

What kind of language/code are you using for your WebJob? The sandbox does not allow every kind of socket listening.

diogoandrei commented 8 years ago

I'm using C# .NET and the webjob is already running on Azure.

davidebbo commented 8 years ago

I just discussed with others. Webhooktrigger is an experimental thing in the WebJobs SDK (not part of Kudu), and it will likely probably be removed as we are taking a different direction. So I would suggest not using it at this time.

jvano commented 4 months ago

Hi

Kudu will continue to run in Azure App Service. However, this repo will no longer be maintained. If the problem persists and is related to running on Azure App Service, please open a support incident in Azure: https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request

This way we can better track and assist you on this case

Thanks,

Joaquin Vano Azure App Service