I’ve been emailing support on this for the past couple of days. Hopefully someone else might have this problem or know of a fix.
Since upgrading to 3.11.12 Monday morning, all of our Azure web app deployments are broken. This was with apps that previously deployed fine.
At first we thought it was web.config transform related but that turned out be a red herring (removing the config transform step completely). The error seems to be in web deploy and fails connecting:
08:02:13 Verbose | Pre-authenticating to remote agent URL ‘https:///msdeploy.axd?site=’ as ‘$****’.
08:02:13 Verbose | The HTTP connection (ID=‘12fb8035-92b4-45d6-946e-ec89f582ba08’, type =‘GetTraceStatus’) is being kept alive while the request is processed.
08:02:13 Verbose | The HTTP connection (ID=‘12fb8035-92b4-45d6-946e-ec89f582ba08’, type =‘GetTraceStatus’) is being kept alive while the request is processed.
08:02:13 Verbose | The HTTP connection (ID=‘12fb8035-92b4-45d6-946e-ec89f582ba08’, type =‘GetTraceStatus’) is being kept alive while the request is processed.
08:02:14 Verbose | Retry #1 on Azure deploy. Exception: Web Deploy experienced a connection problem with the server and had to terminate the connection. Contact your server administrator if the problem persists. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_CONNECTION_TERMINATED.
(the **** are the actual values we use but not shared here)
I can’t find anyone with this problem right now but it’s happening on all our Azure deploys (different subscriptions, different certs, etc.). I’ve remade the cert with one of the failing uploads and it still fails with the same error.
There was another issue like this from last year but it was moved to email support and the thread was closed with no root cause:
http://help.octopusdeploy.com/discussions/problems/44888-erorr-while-deploying-to-azure-websites
The suggestion is to do a manual deploy but that’s not a real solution since we’ve been doing automated deploys for over a year now with Octopus and Azure. Hoping someone else can shed some light on this?
Thanks