microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.44k stars 2.6k forks source link

Linux Web App Zip Deploy stuck on polling Kudu #16936

Open Palving opened 1 year ago

Palving commented 1 year ago

Note

Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo

For a list:
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks

If you have an issue or request for the Azure Pipelines service, use developer community instead:

https://developercommunity.visualstudio.com/spaces/21/index.html )

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Bug

Enter Task Name: AzureWebApp@1

list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks

Environment

Issue Description

Deployment of a Linux Web App inconsistenly hangs on REST operations towards KUDU. With enough re-deploys it will after a while work. In the deployments where it hangs it will fail at around 25 minutes with an unknown error.


  - task: AzureWebApp@1
              displayName: "Deploy webapp $(webAppName)"
              inputs:
                azureSubscription: ${{parameters.serviceConnectionName}}
                appType: "webAppLinux"
                appName: "$(webAppName)"
                deploymentMethod: zipDeploy
                package: "$(System.ArtifactsDirectory)/drop/api/api.zip"

Task logs

[Enable debug logging and please provide the zip file containing all the logs for a speedy resolution]

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs


2022-09-21T08:46:39.3498830Z ##[debug]Evaluating condition for step: 'Deploy webapp dtp-mdcfirstrefusad-dev-wa'
2022-09-21T08:46:39.3500349Z ##[debug]Evaluating: SucceededNode()
2022-09-21T08:46:39.3500890Z ##[debug]Evaluating SucceededNode:
2022-09-21T08:46:39.3502079Z ##[debug]=> True
2022-09-21T08:46:39.3502600Z ##[debug]Result: True
2022-09-21T08:46:39.3503176Z ##[section]Starting: Deploy webapp dtp-mdcfirstrefusad-dev-wa
2022-09-21T08:46:39.3512856Z ==============================================================================
2022-09-21T08:46:39.3513199Z Task         : Azure Web App
2022-09-21T08:46:39.3513484Z Description  : Deploy an Azure Web App for Linux or Windows
2022-09-21T08:46:39.3513768Z Version      : 1.208.0
2022-09-21T08:46:39.3513985Z Author       : Microsoft Corporation
2022-09-21T08:46:39.3514263Z Help         : https://aka.ms/azurewebapptroubleshooting
2022-09-21T08:46:39.3514621Z ==============================================================================
2022-09-21T08:46:39.3713385Z ##[debug]Using node path: /home/vsts/agents/2.210.1/externals/node10/bin/node
2022-09-21T08:46:39.4726678Z ##[debug]agent.TempDirectory=/home/vsts/work/_temp
2022-09-21T08:46:39.4751443Z ##[debug]loading inputs and endpoints
2022-09-21T08:46:39.4762230Z ##[debug]loading INPUT_AZURESUBSCRIPTION
2022-09-21T08:46:39.4777390Z ##[debug]loading INPUT_APPTYPE
2022-09-21T08:46:39.4781489Z ##[debug]loading INPUT_APPNAME
2022-09-21T08:46:39.4782627Z ##[debug]loading INPUT_DEPLOYTOSLOTORASE
2022-09-21T08:46:39.4783502Z ##[debug]loading INPUT_SLOTNAME
2022-09-21T08:46:39.4784336Z ##[debug]loading INPUT_PACKAGE
2022-09-21T08:46:39.4785190Z ##[debug]loading INPUT_DEPLOYMENTMETHOD
2022-09-21T08:46:39.4786759Z ##[debug]loading ENDPOINT_AUTH_********
2022-09-21T08:46:39.4787884Z ##[debug]loading ENDPOINT_AUTH_SCHEME_********
2022-09-21T08:46:39.4789068Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_SERVICEPRINCIPALID
2022-09-21T08:46:39.4790311Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_AUTHENTICATIONTYPE
2022-09-21T08:46:39.4791497Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_TENANTID
2022-09-21T08:46:39.4792724Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_SERVICEPRINCIPALKEY
2022-09-21T08:46:39.4793740Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2022-09-21T08:46:39.4794640Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2022-09-21T08:46:39.4795580Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2022-09-21T08:46:39.4796533Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2022-09-21T08:46:39.4797374Z ##[debug]loaded 17
2022-09-21T08:46:39.4800254Z ##[debug]Agent.ProxyUrl=undefined
2022-09-21T08:46:39.4801103Z ##[debug]Agent.CAInfo=undefined
2022-09-21T08:46:39.4801941Z ##[debug]Agent.ClientCert=undefined
2022-09-21T08:46:39.4802779Z ##[debug]Agent.SkipCertValidation=undefined
2022-09-21T08:46:39.5774685Z ##[debug]agent.proxyurl=undefined
2022-09-21T08:46:39.5775647Z ##[debug]VSTS_ARM_REST_IGNORE_SSL_ERRORS=undefined
2022-09-21T08:46:39.5777155Z ##[debug]AZURE_HTTP_USER_AGENT=VSTS_204de39d-9921-459c-888f-ffe2d2aa12d7_build_640_0
2022-09-21T08:46:39.6100156Z ##[debug]Agent.TempDirectory=/home/vsts/work/_temp
2022-09-21T08:46:39.6385863Z ##[debug]check path : /home/vsts/work/_tasks/AzureWebApp_18bde28a-8172-45cb-b204-5cef1393dbb1/1.208.0/task.json
2022-09-21T08:46:39.6387111Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureWebApp_18bde28a-8172-45cb-b204-5cef1393dbb1/1.208.0/task.json
2022-09-21T08:46:39.6388324Z ##[debug]system.culture=en-US
2022-09-21T08:46:39.6410719Z ##[debug]check path : /home/vsts/work/_tasks/AzureWebApp_18bde28a-8172-45cb-b204-5cef1393dbb1/1.208.0/node_modules/azure-pipelines-tasks-azurermdeploycommon-v3/module.json
2022-09-21T08:46:39.6412008Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureWebApp_18bde28a-8172-45cb-b204-5cef1393dbb1/1.208.0/node_modules/azure-pipelines-tasks-azurermdeploycommon-v3/module.json
2022-09-21T08:46:39.6413503Z ##[debug]system.culture=en-US
2022-09-21T08:46:39.6432391Z ##[debug]azureSubscription=********
2022-09-21T08:46:39.6433113Z ##[debug]appType=webAppLinux
2022-09-21T08:46:39.6433731Z ##[debug]deployToSlotOrASE=false
2022-09-21T08:46:39.6434338Z ##[debug]customWebConfig=undefined
2022-09-21T08:46:39.6434937Z ##[debug]appSettings=undefined
2022-09-21T08:46:39.6437783Z ##[debug]startUpCommand=undefined
2022-09-21T08:46:39.6444357Z ##[debug]configurationStrings=undefined
2022-09-21T08:46:39.6445008Z ##[debug]resourceGroupName=undefined
2022-09-21T08:46:39.6445654Z ##[debug]slotName=production
2022-09-21T08:46:39.6447418Z ##[debug]appName=dtp-mdcfirstrefusad-dev-wa
2022-09-21T08:46:39.6448077Z ##[debug]customDeployFolder=undefined
2022-09-21T08:46:39.6448982Z ##[debug]******** auth scheme = ServicePrincipal
2022-09-21T08:46:39.6449890Z ##[debug]******** data subscriptionid = ********
2022-09-21T08:46:39.6450832Z ##[debug]******** data subscriptionname = Dev
2022-09-21T08:46:39.6452181Z ##[debug]******** auth param serviceprincipalid = ***
2022-09-21T08:46:39.6453268Z ##[debug]******** data environmentAuthorityUrl = https://login.windows.net/
2022-09-21T08:46:39.6454268Z ##[debug]******** auth param tenantid = ********
2022-09-21T08:46:39.6455156Z ##[debug]********=https://management.azure.com/
2022-09-21T08:46:39.6457072Z ##[debug]******** data environment = AzureCloud
2022-09-21T08:46:39.6457961Z ##[debug]******** auth scheme = ServicePrincipal
2022-09-21T08:46:39.6458805Z ##[debug]******** data msiclientId = undefined
2022-09-21T08:46:39.6459800Z ##[debug]******** data activeDirectoryServiceEndpointResourceId = https://management.core.windows.net/
2022-09-21T08:46:39.6460821Z ##[debug]******** data AzureKeyVaultServiceEndpointResourceId = https://vault.azure.net
2022-09-21T08:46:39.6461820Z ##[debug]******** data AzureKeyVaultDnsSuffix = vault.azure.net
2022-09-21T08:46:39.6462701Z ##[debug]******** auth param authenticationType = spnKey
2022-09-21T08:46:39.6464917Z ##[debug]credentials spn endpoint
2022-09-21T08:46:39.6487461Z ##[debug]******** auth param serviceprincipalkey = ***
2022-09-21T08:46:39.6488757Z ##[debug]******** data EnableAdfsAuthentication = false
2022-09-21T08:46:39.6504872Z ##[debug]{"subscriptionID":"********","subscriptionName":"********","servicePrincipalClientID":"***","environmentAuthorityUrl":"https://login.windows.net/","tenantID":"********","url":"https://management.azure.com/","environment":"AzureCloud","scheme":"ServicePrincipal","activeDirectoryResourceID":"https://management.azure.com/","azureKeyVaultServiceEndpointResourceId":"https://vault.azure.net","azureKeyVaultDnsSuffix":"vault.azure.net","authenticationType":"spnKey","servicePrincipalKey":***,"isADFSEnabled":false,"applicationTokenCredentials":{"clientId":"***","domain":"********","baseUrl":"https://management.azure.com/","authorityUrl":"https://login.windows.net/","activeDirectoryResourceId":"https://management.azure.com/","isAzureStackEnvironment":false,"authType":"spnKey","secret":***,"isADFSEnabled":false}}
2022-09-21T08:46:39.6507773Z Got service connection details for Azure App Service:'dtp-mdcfirstrefusad-dev-wa'
2022-09-21T08:46:39.6508680Z ##[debug][POST]https://login.windows.net/********/oauth2/token/
2022-09-21T08:46:39.7480011Z ##[debug][GET]https://management.azure.com/subscriptions/********/resources?$filter=resourceType EQ 'Microsoft.Web%2FSites' AND name EQ 'dtp-mdcfirstrefusad-dev-wa'&api-version=2016-07-01
2022-09-21T08:46:40.2105492Z ##[debug]Correlation ID from ARM api call response : bdd88c03-eb38-4b4d-aa3c-498b7c45578d
2022-09-21T08:46:40.2107895Z ##[debug][GET]https://management.azure.com/subscriptions/********/resources?%24filter=resourceType+EQ+%27Microsoft.Web%2fSites%27+AND+name+EQ+%27dtp-mdcfirstrefusad-dev-wa%27&api-version=2016-07-01&%24skiptoken=eyJuZXh0UGFydGl0aW9uS2V5IjoiMSE4IU5ESkJPVVEtIiwibmV4dFJvd0tleSI6IjEhMjAwIU16QkdPRFpDT0RrMk1UaEZORFl3TVRoR09UWkdRVEExUVRBM09FVTNNRUZmUjFKTUxVOUNUMU5KVkRveVJFVlZWem95UkVSRlZqb3lSRVJVVURveVJFMUJVem95UkZCRlVsTlBUam95UkZKSExVMUpRMUpQVTA5R1ZEb3lSVmRGUWpveVJsTkpWRVZUT2pKR1QwSlBVMGxVT2pKRVJFVldPakpFVFVGVFVFVlNVMDlPT2pKRVJrRXRWMFZUVkVWVlVrOVFSUS0tIn0%3d
2022-09-21T08:46:40.4263465Z ##[debug]Correlation ID from ARM api call response : bbaa4b8d-23b3-4e4b-b631-62cb1688f010
2022-09-21T08:46:40.4264618Z ##[debug]Resource Group: dtp-mdcfirstrefusad-dev-rg
2022-09-21T08:46:40.4582422Z ##[debug]Processed: ##vso[telemetry.publish area=TaskEndpointId;feature=AzureRmWebAppDeployment]{"endpointId":"********"}
2022-09-21T08:46:40.4583517Z ##[debug]package=/home/vsts/work/1/a/drop/api/api.zip
2022-09-21T08:46:40.4584191Z ##[debug]Finding files matching input: /home/vsts/work/1/a/drop/api/api.zip
2022-09-21T08:46:40.4584871Z ##[debug]intially web config parameters :undefined
2022-09-21T08:46:40.4585485Z ##[debug]This is zip package 
2022-09-21T08:46:40.4586028Z ##[debug]runtimeStack=undefined
2022-09-21T08:46:40.4586597Z ##[debug]deploymentMethod=auto
2022-09-21T08:46:40.4587176Z ##[debug]Deployment started for linux app service
2022-09-21T08:46:40.4587761Z ##[debug]release.releaseId=undefined
2022-09-21T08:46:40.4588341Z ##[debug]Artifact alias of package is: null
2022-09-21T08:46:40.4588967Z ##[debug]set Azure_App_Service_Deploy_PackageArtifactAlias=
2022-09-21T08:46:40.4590229Z ##[debug]Processed: ##vso[task.setvariable variable=Azure_App_Service_Deploy_PackageArtifactAlias;isOutput=false;issecret=false;]
2022-09-21T08:46:40.4590976Z ##[debug]Predeployment Step Started
2022-09-21T08:46:40.4592366Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfirstrefusad-dev-wa/config/publishingcredentials/list?api-version=2016-08-01
2022-09-21T08:46:40.7554254Z ##[debug]Correlation ID from ARM api call response : 21a45299-fcdd-439a-89b8-f7e9c8170d5e
2022-09-21T08:46:40.7556550Z ##[debug]set AZURE_APP_SERVICE_KUDU_production_PASSWORD=********
2022-09-21T08:46:40.7579706Z ##[debug]Processed: ##vso[task.setvariable variable=AZURE_APP_SERVICE_KUDU_production_PASSWORD;isOutput=false;issecret=true;]***
2022-09-21T08:46:40.7580662Z ##[debug]Deployment Step Started
2022-09-21T08:46:40.7928930Z ##[debug]Processed: ##vso[telemetry.publish area=TaskDeploymentMethod;feature=AzureWebAppDeployment]{"deploymentMethod":"Zip Deploy"}
2022-09-21T08:46:40.7930830Z ##[debug]Performing Linux built-in package deployment
2022-09-21T08:46:40.7931456Z ##[debug]warming up Kudu Service
2022-09-21T08:46:40.7934080Z ##[debug][GET]https://$dtp-mdcfirstrefusad-dev-wa:***@dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net/api/settings
2022-09-21T08:46:46.0560710Z ##[debug]loaded affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:46:46.0566534Z ##[debug]getAppSettings. Data: {"statusCode":200,"statusMessage":"OK","headers":{"content-length":"768","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:46:45 GMT","server":"Kestrel","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"deployment_branch":"master","SCM_TRACE_LEVEL":"Verbose","SCM_COMMAND_IDLE_TIMEOUT":"60","SCM_LOGSTREAM_TIMEOUT":"7200","SCM_BUILD_ARGS":"","managedIdentityClientId":"/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/dtp-mdcfirstrefusad-dev-id","WEBSITE_SITE_NAME":"dtp-mdcfirstrefusad-dev-wa","WEBSITE_AUTH_AUTO_AAD":"False","SCM_USE_LIBGIT2SHARP_REPOSITORY":"0","WEBSITE_AUTH_ENABLED":"False","WEBSITE_AUTH_LOGOUT_PATH":"/.auth/logout","ScmType":"VSTSRM","FUNCTIONS_RUNTIME_SCALE_MONITORING_ENABLED":"0","KeyVaultName":"********","APPINSIGHTS_INSTRUMENTATIONKEY":"********","REMOTEDEBUGGINGVERSION":"16.0.30709.132"}}
2022-09-21T08:46:46.0571021Z ##[debug]warmed up Kudu Service
2022-09-21T08:46:46.0571514Z Package deployment using ZIP Deploy initiated.
2022-09-21T08:46:46.0573239Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:46:46.0575803Z ##[debug][POST]https://$dtp-mdcfirstrefusad-dev-wa:***@dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net/api/zipdeploy?isAsync=true&deployer=VSTS_ZIP_DEPLOY
2022-09-21T08:46:53.0358049Z ##[debug]ZIP Deploy response: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"0","connection":"close","date":"Wed, 21 Sep 2022 08:46:52 GMT","server":"Kestrel","location":"https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"],"scm-deployment-id":"63bb8243-4b13-4085-955c-3de7b4eae647"}}
2022-09-21T08:46:53.0363736Z ##[debug]Polling for ZIP Deploy URL: https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:46:53.0365647Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:46:53.0367763Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:46:57.0981130Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"502","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:46:56 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:46:57.0985438Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:02.1042270Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:02.1046987Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:05.7278465Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:04 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:05.7282205Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:10.7331609Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:10.7334913Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:12.7451053Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:11 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:12.7455626Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:17.7509863Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:17.7512173Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:19.6328939Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:18 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:19.6332801Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:24.6385575Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:24.6387625Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:27.8423066Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:26 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:27.8427760Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:32.8479499Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:32.8481690Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:33.8804613Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:32 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:33.8808454Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:38.8860300Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:38.8863063Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:40.6144438Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:39 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:40.6148653Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:45.6189786Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:45.6191959Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:46.9010912Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:45 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:46.9014964Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:51.9067052Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:51.9069972Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:53.4581253Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:52 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:53.4586437Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:47:58.4637872Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:47:58.4640040Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:47:59.6517225Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:47:58 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:47:59.6522404Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:05.0715772Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:05.0717986Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:05.7638644Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:04 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:05.7642645Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:10.7692162Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:10.7696184Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:11.9686999Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:10 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:11.9691013Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:16.9728758Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:16.9731688Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:17.6680915Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:16 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:17.6685151Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:22.6734657Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:22.6739628Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:23.5639016Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:22 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:23.5642961Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:28.5694988Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:28.5696998Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:29.3793930Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:28 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:29.3798431Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:34.3839444Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:34.3842732Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:34.8920397Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:33 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:34.8924065Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:39.8976441Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:39.8979153Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:40.7308906Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:39 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:40.7312580Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:45.7342241Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:45.7345273Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:46.4507197Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:45 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:46.4512114Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:51.4542204Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:51.4544178Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:52.0140554Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:51 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:52.0144252Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:48:57.0198627Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:48:57.0203873Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:48:57.9484759Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:48:56 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:48:57.9488858Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:49:02.9539339Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:49:02.9541703Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:49:03.6839880Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:49:02 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:49:03.6844368Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:49:08.6898229Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:49:08.6901390Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:49:09.9872733Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:49:08 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:49:09.9876851Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T08:59:58.7885108Z ##[debug]setting affinity cookie ["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]
2022-09-21T08:59:58.7886858Z ##[debug][GET]https://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z
2022-09-21T08:59:59.3411357Z ##[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"519","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 21 Sep 2022 08:59:58 GMT","server":"Kestrel","location":"http://dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2022-09-21_08-46-52Z","set-cookie":["ARRAffinity=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net","ARRAffinitySameSite=1dbea7bfe708b9b6cf563d7816aa3d6524a539ef5b1d672aead49e43942c44a2;Path=/;HttpOnly;SameSite=None;Secure;Domain=dtp-mdcfirstrefusad-dev-wa.scm.azurewebsites.net"]},"body":{"id":"temp-c1453e5b","status":0,"status_text":"Receiving changes.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"Deploying from pushed zip file","progress":"Fetching changes.","received_time":"2022-09-21T08:46:52.105389Z","start_time":"2022-09-21T08:46:52.105389Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":true,"is_readonly":false,"url":null,"log_url":null,"site_name":"dtp-mdcfirstrefusad-dev-wa","build_summary":{"errors":[],"warnings":[]}}}
2022-09-21T08:59:59.3415600Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds
2022-09-21T09:00:04.1630701Z ##[debug]Re-evaluate condition on job cancellation for step: 'Deploy webapp dtp-mdcfirstrefusad-dev-wa'.
2022-09-21T09:00:04.1838614Z ##[error]The operation was canceled.
2022-09-21T09:00:04.1853100Z ##[debug]System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Microsoft.VisualStudio.Services.Agent.Util.ProcessInvoker.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, InputQueue`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, CancellationToken cancellationToken)
   at Microsoft.VisualStudio.Services.Agent.ProcessInvokerWrapper.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, InputQueue`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, CancellationToken cancellationToken)
   at Microsoft.VisualStudio.Services.Agent.Worker.Handlers.DefaultStepHost.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Boolean inheritConsoleHandler, CancellationToken cancellationToken)
   at Microsoft.VisualStudio.Services.Agent.Worker.Handlers.NodeHandler.RunAsync()
   at Microsoft.VisualStudio.Services.Agent.Worker.TaskRunner.RunAsync()
   at Microsoft.VisualStudio.Services.Agent.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
2022-09-21T09:00:04.1856999Z ##[section]Finishing: Deploy webapp dtp-mdcfirstrefusad-dev-wa
JustenKennedy commented 1 year ago

We've also observed this behavior on several of our runs. @nadesu any update on this?

LouisGordon commented 1 year ago

This issue has also occurred for me various times in the past and currently today when I am doing a deployment. Previously occasionally disconnecting in deployment center for the slot would resolve the issue. Today, that is not the case. I have seen others say that deleting the slot and recreating will resolve it. This is not a great answer.

I suspect that this is an issue with zip deploy and/or linux app services, as I have never encountered this using web deploy with windows app services. Zip Deploy appears to be the only option for linux app services, so there don't appear to be many options here.

Edit: I was able to get this working again by deleting the locks and deployment directories via ssh. I would have also disconnected in deployment center if that was an option, but it was not this time. Subsequent deployment did not run into an issue being stuck in polling.

musakarakelle commented 1 year ago

We've also observed this behavior on several of our runs. @nadesu any update on this? We are using "Web App on Windows" as App Service name.

Gevil commented 1 year ago

We are having exactly the same issue.

2023-05-24T10:18:21.0051539Z ##[debug]Deployment status: 0 'Receiving changes.'. retry after 5 seconds

keeps going on an azure function app hosted on linux

57 minutes now on the deploy task and counting

Gevil commented 1 year ago

Could we get an update on this issue or a workaround or something?

This seems to happen fairly often with our linux based function apps.

rafaelchei commented 9 months ago

Same issue here, do we have any updates?

Hypatchia commented 9 months ago

Any updates on this? running through the same issue

serbathome commented 9 months ago

Observing the same behaviour regularly, any news or reasons for it?

kbrown-watco commented 8 months ago

Observing the same behavior, across several of our applications. We have reported this directly to our Microsoft partners and the only feedback they give is to change the timeout value of the process (which obviously doesn't solve the problem, just reduces its impact). Can we get somebody, anybody, at MS to take this seriously?!

Gevil commented 8 months ago

We had to resort deleting the staging slots then letting them be recreated with our ARM task first, when we deploy into them to try to workaround this issue which seemed to improve the situation a bit.

We think this might have something to do with previous deployment packages somehow getting stuck in the slot we are deploying to.

eatfrog commented 8 months ago

Had a function on consumption plan and then moved it to a dedicated app service and now i cant deploy any longer. if i retry enough times it seems to go through anyway. often the pipeline says deployment failed, but it did succeed. seeing the same retry error also if it doesnt fail. other times the logs just say "Package deployment using ZIP Deploy failed. Refer logs for more details." but there is nothing in the logs expect "Can't find loc string for key: KuduStackTraceURL"

john-vainio commented 7 months ago

We regularly run into this with all of our function apps that are on a dedicated app service plan. Happens with both AzureFunctionApp@2 and AzureFunctionApp@1 tasks.

PerryRose commented 6 months ago

I'm still experiencing this issue

omar-oropeza commented 6 months ago

same issue here:

[debug]POLL URL RESULT: {"statusCode":202,"statusMessage":"Accepted","headers":{"content-length":"1138","connection":"close","content-type":"application/json; charset=utf-8","date":"Wed, 10 Jan 2024 17:49:56 GMT","server":"Kestrel","location":"http://appservice01-slot01.scm.azurewebsites.net:80/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2024-01-10_17-03-35Z"},"body":{"id":"280e2497-842c-4aad-8602-04fce4342acc","status":0,"status_text":"Building and Deploying '280e2497-842c-4aad-8602-04fce4342acc'.","author_email":"N/A","author":"N/A","deployer":"VSTS_ZIP_DEPLOY","message":"{\"type\":\"deployment\",\"commitId\":\"320d\",\"buildId\":\"151\",\"buildNumber\":\"1.1\",\"repoProvider\":\"GitHub\",\"repoName\":\"mmxyzs/done-payer\",\"collectionUrl\":\"https://dev.azure.com/mm-Tech/\",\"teamProject\":\"d3fc110d\",\"buildProjectUrl\":\"https://dev.azure.com/mm-Tech/d3fce9244\",...

[debug]Deployment status: 0 'Building and Deploying '280ec'.'. retry after 5 seconds

[debug]Agent running environment resource - Disk:C:\ Windows available:76811.00MB out of 261643.00MB, Memory: used 25MB out of 7167MB, CPU: usage 0.33

[debug]setting affinity cookie ["ARRAffinity=157a08f3cf90350d6f427fbd;Path=/;HttpOnly;Secure;Domain=appservice01-slot01.scm.azurewebsites.net","ARRAffinitySameSite=777;Path=/;HttpOnly;SameSite=None;Secure;Domain=appservice01-slot01.scm.azurewebsites.net"]

[debug]CLIENT_RESETSTREAMONRETRY=undefined

[debug][GET]https://appservice01-slot01.scm.azurewebsites.net:443/api/deployments/latest?deployer=VSTS_ZIP_DEPLOY&time=2024-01-10_17-03-35Z

CatalanCabbage commented 6 months ago

I have the same error :(
A waste of my Github Actions minutes too...

FrancescoBonizzi commented 6 months ago

Same issue here.

asos-gurpreetsingh commented 5 months ago

Any news on this ? we are having this issue too, so many pipelines get stuck randomly because of this

lahlim commented 5 months ago

Same issue here. Any good workarounds?

serbathome commented 5 months ago

Use website run from package option

Regards, Sergey

On Mon, 12 Feb 2024 at 17:01, Lassi Mustonen @.***> wrote:

Same issue here. Any good workarounds?

— Reply to this email directly, view it on GitHub https://github.com/microsoft/azure-pipelines-tasks/issues/16936#issuecomment-1938988275, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTU2WZC6AJGFA7AAYCX4ODYTI4G3AVCNFSM6AAAAAAQR6JX46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZYHE4DQMRXGU . You are receiving this because you commented.Message ID: @.***>

lahlim commented 5 months ago

I managed to run the pipeline successfully. Added deploymentMethod: 'zipDeploy'. Also stopped the function app before deployment.