May 25 2023
05:29 AM
- last edited on
Mar 05 2024
02:44 PM
by
TechCommunityAP
May 25 2023
05:29 AM
- last edited on
Mar 05 2024
02:44 PM
by
TechCommunityAP
Hello all,
Azure App Service Deploy task in CD pipeline getting failed with "
May 25 2023 05:52 AM
May 25 2023 05:52 AM
@advps We are seeing the same this morning.
May 25 2023 05:54 AM
May 25 2023 05:54 AM
I and my friend in another company are facing the exact same issue. I believe this is not our fault. Wait for Microsoft to fix on their end.
May 25 2023 05:56 AM
@advps Same problem here, all pipelines are failing after the deploy task has been updated to 4.223.0.
May 25 2023 05:57 AM - edited May 25 2023 05:58 AM
Same problem here. Will keep an eye on this post, was scratching my head trying to pinpoint what was up.
May 25 2023 05:57 AM
May 25 2023 05:58 AM
@advps I can see the same issue on my end.
2023-05-25T12:38:59.3225528Z ##[debug][POST]https://management.azure.com/subscriptions/<...>/resourceGroups/<...>/providers/Microsoft.Web/sites/<...>/publishxml?api-version=2016-08-01
2023-05-25T12:38:59.5884264Z ##[debug]Could not parse response: {}
2023-05-25T12:38:59.5884906Z ##[debug]Response: undefined
2023-05-25T12:38:59.5885423Z ##[debug]Correlation ID from ARM api call response : <Redacted>
2023-05-25T12:38:59.5956220Z ##[debug]Deployment Failed with Error: TypeError: Cannot read property 'retrieveSecret' of undefined
2023-05-25T12:38:59.5956764Z ##[debug]task result: Failed
2023-05-25T12:38:59.5990687Z ##[error]TypeError: Cannot read property 'retrieveSecret' of undefined
May 25 2023 05:59 AM
@advps Same issue here. I'm using classic pipelines and reverting to version 3 instead of 4 seems to have fixed it, though not ideal.
May 25 2023 06:02 AM
@advps I deleted the Service Connection used and created a new one. It solved the problem for me
May 25 2023 06:03 AM
May 25 2023 06:09 AM
May 25 2023 06:20 AM
May 25 2023 06:39 AM
May 25 2023 06:45 AM
May 25 2023 06:47 AM
May 25 2023 06:48 AM
@kraken194 for now if you downgrade you app service deploy task version to 3 it will work.
May 25 2023 06:49 AM
May 25 2023 08:55 AM
The issue has been fixed : https://github.com/microsoft/azure-pipelines-tasks/issues/18360
(by reverting back the change)
Happy deploying everyone!