Automation Suite took more time than usual to finish up the execution through Azure devOps Pipeline

Snehal 20 Reputation points
2023-10-19T08:35:09.18+00:00

Automation Suite execution working fine till yesterday. But from today its taking time than usual to finish up the executions.

  • It showing warning message :

Failed to upload file XXX.png to Blob Transfer exception with errorcode Unknown

  • file size : less than 1 MB

What could be the issue here.

Log file shows below exceptions :

2023-10-19T05:50:26.9232166Z ##[warning]Failed to upload file 19-10-2023_07-34-58_530479228680940_passed.png to Blob Transfer exception with errorcode Unknown,

exception message Microsoft.Azure.Storage.DataMovement.TransferException:

The transfer failed. ---> Microsoft.Azure.Storage.StorageException: An error occurred while sending the request.

---> System.Net.Http.HttpRequestException: An error occurred while sending the request.

---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive.

---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party

did not properly respond after a period of time,

or established connection failed because connected host has failed to respond.

---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time,

or established connection failed because connected host has failed to respond

2023-10-19T05:50:26.9235772Z at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)

2023-10-19T05:50:26.9236169Z at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)

2023-10-19T05:50:26.9236452Z --- End of inner exception stack trace ---

2023-10-19T05:50:26.9236741Z at System.Net.Security._SslStream.EndRead(IAsyncResult asyncResult)

2023-10-19T05:50:26.9237043Z at System.Net.TlsStream.EndRead(IAsyncResult asyncResult)

2023-10-19T05:50:26.9237349Z at System.Net.Connection.ReadCallback(IAsyncResult asyncResult)

2023-10-19T05:50:26.9237622Z --- End of inner exception stack trace ---

2023-10-19T05:50:26.9237915Z at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

2023-10-19T05:50:26.9238256Z at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

2023-10-19T05:50:26.9238543Z --- End of inner exception stack trace ---

2023-10-19T05:50:26.9238828Z at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

2023-10-19T05:50:26.9239159Z at Microsoft.Azure.Storage.Core.Executor.Executor.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,797 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2023-10-19T10:09:14.27+00:00

    @Snehal Welcome to Microsoft Q&A Forum!

    I'd recommend posting your question in https://developercommunity.visualstudio.com/spaces/21/index.html , it would the better medium to get better help since the issue is related to Azure DevOps Pipeline with it.  Developer community would be the best to provide more insight and guidance on this scenario:

    Hope this helps!

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful