Share via

Azure Function - Operation Sync Failed - Error : ClientClosedRequest

Ricardo Frazao 1 Reputation point
2021-10-29T09:00:35.693+00:00

Hi,

I am trying to run my Azure Function in Azure but I can't. It was working fine locally and in another Azure Subscription, but in this subscription where I am trying to deploy the function, I am facing a problem.

In the function Log it shows the following error:

Operation name : Sync
Time stamp : Fri Oct 29 2021 11:50:20 GMT+0300 (Arabian Standard Time)
Event initiated by ******@hostcountry.qa
Error code : ClientClosedRequest
Message : The connection has been closed by the client while the server is still processing its request for 'Microsoft.Web'.

Everytime the function is triggered this error is raised. No Clue what is going on.

My function is triggered, when a message is saved in a Azure Queue (Azure Storage).

Has anyone a suggestion to solve this issue? or Explain what this message means.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ricardo Frazao 1 Reputation point
    2021-10-29T09:18:11.267+00:00

    Hi,

    I had to configure the function to be running or integrated to the same Virtual Network used by the Storage.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.