Description
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: AzureFunctionApp@1
list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
Environment
- Server - Azure Pipelines or TFS on-premises?
Azure pipelines
-
Agent - Hosted or Private:
-
If using Hosted agent, provide agent queue name:
Agent name: 'Azure Pipelines 2'
Agent machine name: 'fv-az313-661'
Current agent version: '2.210.1'
Operating System
Ubuntu
20.04.5
LTS -
If using private agent, provide the OS of the machine running the agent and the agent version:
-
Issue Description
Deployment to function apps worked in the beginning but has however started to consistently fail across deployments. Even after deletion and re-deployment of the function app, plans and storage account it fails when zip-deploying. The task itself seems to bring the app down, and it takes a while for it to be available again.
Task logs
This is a linux function app I am trying to deploy with consumption plan
- task: AzureFunctionApp@1
displayName: "Deploy function app $(functionAppNameChangeFeed)"
inputs:
azureSubscription: ${{parameters.serviceConnectionName}}
appType: "functionAppLinux"
appName: "$(functionAppNameChangeFeed)"
deploymentMethod: zipDeploy
package: "$(System.ArtifactsDirectory)/drop/change/change.zip"
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-22T11:40:26.7638914Z ##[debug]Evaluating condition for step: 'Deploy function app dtp-mdcfrch-dev-fa'
2022-09-22T11:40:26.7640403Z ##[debug]Evaluating: SucceededNode()
2022-09-22T11:40:26.7641007Z ##[debug]Evaluating SucceededNode:
2022-09-22T11:40:26.7641942Z ##[debug]=> True
2022-09-22T11:40:26.7642408Z ##[debug]Result: True
2022-09-22T11:40:26.7642912Z ##[section]Starting: Deploy function app dtp-mdcfrch-dev-fa
2022-09-22T11:40:26.7651057Z ==============================================================================
2022-09-22T11:40:26.7651355Z Task : Azure Functions
2022-09-22T11:40:26.7651700Z Description : Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications
2022-09-22T11:40:26.7652010Z Version : 1.208.2
2022-09-22T11:40:26.7652220Z Author : Microsoft Corporation
2022-09-22T11:40:26.7652481Z Help : https://aka.ms/azurefunctiontroubleshooting
2022-09-22T11:40:26.7652797Z ==============================================================================
2022-09-22T11:40:26.7845104Z ##[debug]Using node path: /home/vsts/agents/2.210.1/externals/node10/bin/node
2022-09-22T11:40:26.8862207Z ##[debug]agent.TempDirectory=/home/vsts/work/_temp
2022-09-22T11:40:26.8886921Z ##[debug]loading inputs and endpoints
2022-09-22T11:40:26.8897391Z ##[debug]loading INPUT_AZURESUBSCRIPTION
2022-09-22T11:40:26.8912272Z ##[debug]loading INPUT_APPTYPE
2022-09-22T11:40:26.8916254Z ##[debug]loading INPUT_APPNAME
2022-09-22T11:40:26.8919430Z ##[debug]loading INPUT_DEPLOYTOSLOTORASE
2022-09-22T11:40:26.8922426Z ##[debug]loading INPUT_SLOTNAME
2022-09-22T11:40:26.8925346Z ##[debug]loading INPUT_PACKAGE
2022-09-22T11:40:26.8928297Z ##[debug]loading INPUT_DEPLOYMENTMETHOD
2022-09-22T11:40:26.8932163Z ##[debug]loading ENDPOINT_AUTH_********
2022-09-22T11:40:26.8935750Z ##[debug]loading ENDPOINT_AUTH_SCHEME_********
2022-09-22T11:40:26.8939182Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_SERVICEPRINCIPALID
2022-09-22T11:40:26.8942730Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_AUTHENTICATIONTYPE
2022-09-22T11:40:26.8946405Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_TENANTID
2022-09-22T11:40:26.8949921Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_********_SERVICEPRINCIPALKEY
2022-09-22T11:40:26.8953427Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2022-09-22T11:40:26.8956535Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2022-09-22T11:40:26.8959516Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2022-09-22T11:40:26.8965590Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2022-09-22T11:40:26.8969037Z ##[debug]loading SECRET_AZURE_APP_SERVICE_KUDU_PRODUCTION_PASSWORD
2022-09-22T11:40:26.8972119Z ##[debug]loaded 18
2022-09-22T11:40:26.8978394Z ##[debug]Agent.ProxyUrl=undefined
2022-09-22T11:40:26.8981347Z ##[debug]Agent.CAInfo=undefined
2022-09-22T11:40:26.8983333Z ##[debug]Agent.ClientCert=undefined
2022-09-22T11:40:26.8985470Z ##[debug]Agent.SkipCertValidation=undefined
2022-09-22T11:40:26.9972276Z ##[debug]agent.proxyurl=undefined
2022-09-22T11:40:26.9973051Z ##[debug]VSTS_ARM_REST_IGNORE_SSL_ERRORS=undefined
2022-09-22T11:40:26.9974292Z ##[debug]AZURE_HTTP_USER_AGENT=VSTS_204de39d-9921-459c-888f-ffe2d2aa12d7_build_640_0
2022-09-22T11:40:27.0336479Z ##[debug]Agent.TempDirectory=/home/vsts/work/_temp
2022-09-22T11:40:27.2541414Z ##[debug]check path : /home/vsts/work/_tasks/AzureFunctionApp_501dd25d-1785-43e4-b4e5-a5c78ccc0573/1.208.2/task.json
2022-09-22T11:40:27.2586693Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureFunctionApp_501dd25d-1785-43e4-b4e5-a5c78ccc0573/1.208.2/task.json
2022-09-22T11:40:27.2587953Z ##[debug]system.culture=en-US
2022-09-22T11:40:27.2590158Z ##[debug]check path : /home/vsts/work/_tasks/AzureFunctionApp_501dd25d-1785-43e4-b4e5-a5c78ccc0573/1.208.2/node_modules/azure-pipelines-tasks-azurermdeploycommon-v3/module.json
2022-09-22T11:40:27.2592097Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureFunctionApp_501dd25d-1785-43e4-b4e5-a5c78ccc0573/1.208.2/node_modules/azure-pipelines-tasks-azurermdeploycommon-v3/module.json
2022-09-22T11:40:27.2593813Z ##[debug]system.culture=en-US
2022-09-22T11:40:27.2606675Z ##[debug]azureSubscription=********
2022-09-22T11:40:27.2607732Z ##[debug]appType=functionAppLinux
2022-09-22T11:40:27.2610908Z ##[debug]deployToSlotOrASE=false
2022-09-22T11:40:27.2611724Z ##[debug]customWebConfig=undefined
2022-09-22T11:40:27.2612976Z ##[debug]appSettings=undefined
2022-09-22T11:40:27.2613661Z ##[debug]startUpCommand=undefined
2022-09-22T11:40:27.2614256Z ##[debug]configurationStrings=undefined
2022-09-22T11:40:27.2616971Z ##[debug]appName=dtp-mdcfrch-dev-fa
2022-09-22T11:40:27.2617841Z ##[debug]SlotName : production
2022-09-22T11:40:27.2624453Z ##[debug]******** auth scheme = ServicePrincipalobosbbl
2022-09-22T11:40:27.2626382Z ##[debug]******** data subscriptionid = ********
2022-09-22T11:40:27.2627585Z ##[debug]******** data subscriptionname = ********
2022-09-22T11:40:27.2630124Z ##[debug]******** auth param serviceprincipalid = ***
2022-09-22T11:40:27.2632057Z ##[debug]******** data environmentAuthorityUrl = https://login.windows.net/
2022-09-22T11:40:27.2636985Z ##[debug]******** auth param tenantid = ********
2022-09-22T11:40:27.2637994Z ##[debug]********=https://management.azure.com/
2022-09-22T11:40:27.2638835Z ##[debug]******** data environment = AzureCloud
2022-09-22T11:40:27.2639639Z ##[debug]******** auth scheme = ServicePrincipal
2022-09-22T11:40:27.2640457Z ##[debug]******** data msiclientId = undefined
2022-09-22T11:40:27.2645657Z ##[debug]******** data activeDirectoryServiceEndpointResourceId = https://management.core.windows.net/
2022-09-22T11:40:27.2646750Z ##[debug]******** data AzureKeyVaultServiceEndpointResourceId = https://vault.azure.net
2022-09-22T11:40:27.2647661Z ##[debug]******** data AzureKeyVaultDnsSuffix = vault.azure.net
2022-09-22T11:40:27.2648520Z ##[debug]******** auth param authenticationType = spnKey
2022-09-22T11:40:27.2649363Z ##[debug]credentials spn endpoint
2022-09-22T11:40:27.2650387Z ##[debug]******** auth param serviceprincipalkey = ***
2022-09-22T11:40:27.2651274Z ##[debug]******** data EnableAdfsAuthentication = false
2022-09-22T11:40:27.2655282Z ##[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-22T11:40:27.2708846Z Got service connection details for Azure App Service:'dtp-mdcfrch-dev-fa'
2022-09-22T11:40:27.2710031Z ##[debug][POST]https://login.windows.net/********/oauth2/token/
2022-09-22T11:40:27.4307237Z ##[debug][GET]https://management.azure.com/subscriptions/********/resources?$filter=resourceType EQ 'Microsoft.Web%2FSites' AND name EQ 'dtp-mdcfrch-dev-fa'&api-version=2016-07-01
2022-09-22T11:40:27.9386188Z ##[debug]Correlation ID from ARM api call response : bcdaba9d-04d9-4708-95dd-beb178a47321
2022-09-22T11:40:27.9389028Z ##[debug][GET]https://management.azure.com/subscriptions/********/resources?%24filter=resourceType+EQ+%27Microsoft.Web%2fSites%27+AND+name+EQ+%27dtp-mdcfrch-dev-fa%27&api-version=2016-07-01&%24skiptoken=********
2022-09-22T11:40:28.2581054Z ##[debug]Correlation ID from ARM api call response : 1d10e4b3-03ff-497b-9dfc-00d4c9a60ae6
2022-09-22T11:40:28.2582458Z ##[debug]Resource Group: dtp-mdcfirstrefusad-dev-rg
2022-09-22T11:40:28.2586911Z ##[debug][GET]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/?api-version=2016-08-01
2022-09-22T11:40:28.7602412Z ##[debug]Correlation ID from ARM api call response : 6326fd46-ba88-4cf0-9392-37e1c6373057
2022-09-22T11:40:28.7604804Z ##[debug]Sku: Dynamic
2022-09-22T11:40:28.7968383Z ##[debug]Processed: ##vso[telemetry.publish area=TaskEndpointId;feature=AzureRmWebAppDeployment]{"endpointId":"********"}
2022-09-22T11:40:28.7969746Z ##[debug]package=/home/vsts/work/1/a/drop/change/change.zip
2022-09-22T11:40:28.7970452Z ##[debug]Finding files matching input: /home/vsts/work/1/a/drop/change/change.zip
2022-09-22T11:40:28.7971151Z ##[debug]intially web config parameters :undefined
2022-09-22T11:40:28.7971750Z ##[debug]This is zip package
2022-09-22T11:40:28.7972302Z ##[debug]runtimeStack=undefined
2022-09-22T11:40:28.7973117Z ##[debug]deploymentMethod=zipDeploy
2022-09-22T11:40:28.7973935Z ##[debug]Deployment started for linux app service
2022-09-22T11:40:28.7974728Z ##[debug]release.releaseId=undefined
2022-09-22T11:40:28.7975437Z ##[debug]Artifact alias of package is: null
2022-09-22T11:40:28.7976085Z ##[debug]set Azure_App_Service_Deploy_PackageArtifactAlias=
2022-09-22T11:40:28.7979841Z ##[debug]Processed: ##vso[task.setvariable variable=Azure_App_Service_Deploy_PackageArtifactAlias;isOutput=false;issecret=false;]
2022-09-22T11:40:28.7980715Z ##[debug]Predeployment Step Started
2022-09-22T11:40:28.7981282Z ##[debug]Deployment Step Started
2022-09-22T11:40:28.7982679Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/config/appsettings/list?api-version=2016-08-01
2022-09-22T11:40:29.4942886Z ##[debug]Correlation ID from ARM api call response : 3ca88b86-f1f1-429d-9940-63a90ba42ceb
2022-09-22T11:40:29.4943804Z ##[debug]Storage Account is: dtpmdcfirstrefusaddevsa
2022-09-22T11:40:29.7102897Z ##[debug]set SAS_TOKEN=********
2022-09-22T11:40:29.7112993Z ##[debug]Processed: ##vso[task.setvariable variable=SAS_TOKEN;isOutput=false;issecret=true;]***
2022-09-22T11:40:29.7123157Z ##[debug]SAS URL is: https://dtpmdcfirstrefusaddevsa.blob.core.windows.net/azure-pipelines-deploy/package_1663846829501.zip?***
2022-09-22T11:40:29.7125275Z Trying to update App Service Application settings. Data: {"WEBSITE_RUN_FROM_PACKAGE":"https://dtpmdcfirstrefusaddevsa.blob.core.windows.net/azure-pipelines-deploy/package_1663846829501.zip?***"}
2022-09-22T11:40:29.7127147Z ##[debug]Value of WEBSITE_RUN_FROM_PACKAGE has been changed to https://dtpmdcfirstrefusaddevsa.blob.core.windows.net/azure-pipelines-deploy/package_1663846829501.zip?***
2022-09-22T11:40:29.7128933Z ##[debug][PUT]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/config/appsettings?api-version=2016-08-01
2022-09-22T11:40:32.4148386Z ##[debug]Correlation ID from ARM api call response : 19812cc7-122d-4023-9dbd-a6c2efde78be
2022-09-22T11:40:32.4149475Z Updated App Service Application settings.
2022-09-22T11:40:32.4151047Z Updated WEBSITE_RUN_FROM_PACKAGE Application setting to https://dtpmdcfirstrefusaddevsa.blob.core.windows.net/azure-pipelines-deploy/package_1663846829501.zip?***
2022-09-22T11:40:37.4145671Z Syncing triggers for function app
2022-09-22T11:40:37.4148858Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/syncfunctiontriggers?api-version=2016-08-01
2022-09-22T11:40:37.8723825Z ##[debug]Correlation ID from ARM api call response : f6b97a60-bb98-48b5-be59-1d34cedc0641
2022-09-22T11:40:39.8746450Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/syncfunctiontriggers?api-version=2016-08-01
2022-09-22T11:40:40.2949240Z ##[debug]Correlation ID from ARM api call response : 043f31ed-0628-484c-b429-a4f8d708905e
2022-09-22T11:40:46.3005867Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/syncfunctiontriggers?api-version=2016-08-01
2022-09-22T11:40:46.7765215Z ##[debug]Correlation ID from ARM api call response : 7e5a68ad-12c7-4dbf-bfab-a83a347554c8
2022-09-22T11:41:00.7905510Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/syncfunctiontriggers?api-version=2016-08-01
2022-09-22T11:41:01.1812700Z ##[debug]Correlation ID from ARM api call response : bc0c16ea-39c8-4ce9-b0a2-29e574f9487d
2022-09-22T11:41:31.1913781Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/syncfunctiontriggers?api-version=2016-08-01
2022-09-22T11:41:31.7971864Z ##[debug]Correlation ID from ARM api call response : 02033f36-c294-41f7-bc30-b6848080b642
2022-09-22T11:41:31.7979540Z ##[debug]Deployment Failed with Error: Error: Failed to sync triggers for function app 'dtp-mdcfrch-dev-fa'. Error: BadRequest - Encountered an error (ServiceUnavailable) from host runtime. (CODE: 400)
2022-09-22T11:41:31.7980593Z ##[debug]task result: Failed
2022-09-22T11:41:31.8015268Z ##[error]Error: Failed to sync triggers for function app 'dtp-mdcfrch-dev-fa'. Error: BadRequest - Encountered an error (ServiceUnavailable) from host runtime. (CODE: 400)
2022-09-22T11:41:31.8023282Z ##[debug]Processed: ##vso[task.issue type=error;]Error: Failed to sync triggers for function app 'dtp-mdcfrch-dev-fa'. Error: BadRequest - Encountered an error (ServiceUnavailable) from host runtime. (CODE: 400)
2022-09-22T11:41:31.8026193Z ##[debug]Processed: ##vso[task.complete result=Failed;]Error: Failed to sync triggers for function app 'dtp-mdcfrch-dev-fa'. Error: BadRequest - Encountered an error (ServiceUnavailable) from host runtime. (CODE: 400)
2022-09-22T11:41:31.8027721Z ##[debug][GET]https://management.azure.com/subscriptions/********/providers/microsoft.insights/components?$filter=InstrumentationKey eq '********'&api-version=2015-05-01
2022-09-22T11:41:31.9564444Z ##[debug]Correlation ID from ARM api call response : 4825fc91-b806-4bae-a17c-32ff4791c7d6
2022-09-22T11:41:31.9566407Z ##[debug]Release.ReleaseUri=undefined
2022-09-22T11:41:31.9567272Z ##[debug]Build.BuildUri=vstfs:///Build/Build/48690
2022-09-22T11:41:31.9568214Z ##[debug]Build.DefinitionName=dtp.mdc.firstrefusaladvertisement CI
2022-09-22T11:41:31.9569301Z ##[debug]Build.BuildNumber=dtp.mdc.FirstRefusalAdvertisement-20220922.11
2022-09-22T11:41:31.9575194Z ##[debug]Build.BuildUri=vstfs:///Build/Build/48690
2022-09-22T11:41:31.9576301Z ##[debug]Release.ReleaseWebUrl=undefined
2022-09-22T11:41:31.9577127Z ##[debug]System.TeamFoundationCollectionUri=https://dev.azure.com/********/
2022-09-22T11:41:31.9579223Z ##[debug]System.TeamProjectId=386d95cb-ab89-42c4-a52f-94d2585f6f12
2022-09-22T11:41:31.9580051Z ##[debug]build.buildId=48690
2022-09-22T11:41:31.9580965Z ##[debug]Build.BuildNumber=dtp.mdc.FirstRefusalAdvertisement-20220922.11
2022-09-22T11:41:31.9581910Z ##[debug]Build.Repository.Name=dtp.mdc.firstrefusaladvertisement
2022-09-22T11:41:31.9582706Z ##[debug]Build.Repository.Provider=TfsGit
2022-09-22T11:41:31.9583463Z ##[debug]Build.SourceBranch=refs/heads/master
2022-09-22T11:41:31.9584300Z ##[debug]Release.ReleaseId=undefined
2022-09-22T11:41:31.9585682Z ##[debug]Release.ReleaseDescription=undefined
2022-09-22T11:41:31.9586451Z ##[debug]Release.DefinitionName=undefined
2022-09-22T11:41:31.9589446Z ##[debug]Release.EnvironmentName=undefined
2022-09-22T11:41:31.9590229Z ##[debug]Release.RequestedForId=undefined
2022-09-22T11:41:31.9590991Z ##[debug]Release.RequestedFor=undefined
2022-09-22T11:41:31.9592828Z ##[debug][PUT]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/microsoft.insights/components/dtp-mdcfirstrefusad-dev-ai/Annotations?api-version=2015-05-01
2022-09-22T11:41:32.5594305Z ##[debug]Correlation ID from ARM api call response : 416a0270-2a9c-423c-86c9-d4c735fec613
2022-09-22T11:41:32.5598551Z ##[debug]addReleaseAnnotation. Data : {"statusCode":200,"statusMessage":"OK","headers":{"cache-control":"no-cache","pragma":"no-cache","content-length":"639","content-type":"application/json; charset=utf-8","expires":"-1","request-context":"appId=cid-v1:7f83c1fe-8c94-4d55-9337-4ddc696f61ed","access-control-expose-headers":"Request-Context","strict-transport-security":"max-age=31536000; includeSubDomains","x-content-type-options":"nosniff","x-ms-ratelimit-remaining-subscription-writes":"1199","server":"Microsoft-IIS/10.0","x-powered-by":"ASP.NET","x-ms-request-id":"416a0270-2a9c-423c-86c9-d4c735fec613","x-ms-correlation-request-id":"416a0270-2a9c-423c-86c9-d4c735fec613","x-ms-routing-request-id":"WESTEUROPE:20220922T114132Z:416a0270-2a9c-423c-86c9-d4c735fec613","date":"Thu, 22 Sep 2022 11:41:32 GMT","connection":"close"},"body":{"AnnotationName":"dtp.mdc.firstrefusaladvertisement CI - dtp.mdc.FirstRefusalAdvertisement-20220922.11","Id":"1eb2962e-b486-44be-b2e7-bca71dc21a52","Category":"Deployment","Properties":"{\"Label\":\"Error\",\"Deployment Uri\":\"https://dev.azure.com/********/386d95cb-ab89-42c4-a52f-94d2585f6f12/_build?buildId=48690&_a=summary\",\"BuildNumber\":\"dtp.mdc.FirstRefusalAdvertisement-20220922.11\",\"BuildRepositoryName\":\"dtp.mdc.firstrefusaladvertisement\",\"BuildRepositoryProvider\":\"TfsGit\",\"SourceBranch\":\"refs/heads/master\"}","EventTime":"2022-09-22T11:41:31.956+00:00","RelatedAnnotation":null}}
2022-09-22T11:41:32.5603936Z Successfully added release annotation to the Application Insight : dtp-mdcfirstrefusad-dev-ai
2022-09-22T11:41:32.5605291Z ##[debug][POST]https://management.azure.com/subscriptions/********/resourceGroups/dtp-mdcfirstrefusad-dev-rg/providers/Microsoft.Web/sites/dtp-mdcfrch-dev-fa/publishxml?api-version=2016-08-01
2022-09-22T11:41:33.1547685Z ##[debug]Could not parse response: {}
2022-09-22T11:41:33.1548805Z ##[debug]Response: undefined
2022-09-22T11:41:33.1550216Z ##[debug]Correlation ID from ARM api call response : d6e215b2-e66e-4e13-b4ac-922c7ce71b64
2022-09-22T11:41:33.1607107Z App Service Application URL: https://dtp-mdcfrch-dev-fa.azurewebsites.net
2022-09-22T11:41:33.1609263Z ##[debug]set AppServiceApplicationUrl=https://dtp-mdcfrch-dev-fa.azurewebsites.net
2022-09-22T11:41:33.1612030Z ##[debug]Processed: ##vso[task.setvariable variable=AppServiceApplicationUrl;isOutput=false;issecret=false;]https://dtp-mdcfrch-dev-fa.azurewebsites.net
2022-09-22T11:41:33.1613672Z ##[debug]Deployment failed
2022-09-22T11:41:33.1667989Z ##[section]Finishing: Deploy function app dtp-mdcfrch-dev-fa