Skip to content

Instantly share code, notes, and snippets.

@shibayan
Created October 15, 2018 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shibayan/059c896f4e073322243c3a95de64e50d to your computer and use it in GitHub Desktop.
Save shibayan/059c896f4e073322243c3a95de64e50d to your computer and use it in GitHub Desktop.
2018-10-15T17:07:08 Fetching changes.
2018-10-15T17:07:08 Updating submodules.
2018-10-15T17:07:09 Preparing deployment for commit id '7faae8e394'.
2018-10-15T17:07:09 Skipping build. Project type: Run-From-Zip
2018-10-15T17:07:09 Skipping post build. Project type: Run-From-Zip
2018-10-15T17:07:31 Syncing 1 function triggers with payload size 112 bytes failed with System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> 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 13.66.241.134:443
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Kudu.Core.Helpers.PostDeploymentHelper.<PostAsync>d__37.MoveNext() in C:\Kudu Files\Private\src\master\Kudu.Core\Helpers\PostDeploymentHelper.cs:line 482
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Kudu.Core.Helpers.PostDeploymentHelper.<SyncFunctionsTriggers>d__28.MoveNext() in C:\Kudu Files\Private\src\master\Kudu.Core\Helpers\PostDeploymentHelper.cs:line 208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment