Starting: Get ARM output from AKS
==============================================================================
Task : ARM Outputs
Description : This task reads the output values of an ARM deployment and sets them as Azure Pipelines variables.
Version : 5.2.0
Author : Kees Schollaart
Help : [More Information](https://github.com/keesschollaart81/vsts-arm-outputs)
==============================================================================
Logging in using ApplicationTokenCredentials, authScheme is 'ServicePrincipal'
Updating Azure Pipelines variable 'Arm.Infra.variable1'
Updating Azure Pipelines variable 'Arm.Infra.variable2'
ApplicationInsights:CorrelationIdManager [ { Error: connect ETIMEDOUT 10.xx.xxx.xxx:443
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1099:14)
code: 'ETIMEDOUT',
errno: 'ETIMEDOUT',
syscall: 'connect',
address: '10.xx.xxx.xxx',
port: 443 } ]
ApplicationInsights:Sender [ 'Ingestion endpoint could not be reached. This batch of telemetry items has been lost. Use Disk Retry Caching to enable resending of failed telemetry. Error:',
{ Error: connect ETIMEDOUT 10.xx.xxx.xxx:443
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1099:14)
code: 'ETIMEDOUT',
errno: 'ETIMEDOUT',
syscall: 'connect',
address: '10.xx.xxx.xxx',
port: 443 } ]
Finishing: Get ARM output from AKS
Running on self-hosted agents which run Ubuntu
Now it doesn't seem like anything is breaking but the task is taking over 2 minutes to run, where it used to take 1s
We're getting this error:
Running on self-hosted agents which run Ubuntu
Now it doesn't seem like anything is breaking but the task is taking over 2 minutes to run, where it used to take 1s