Forum Discussion
advps
May 25, 2023Copper Contributor
Azure App Service deploy task with Task version 4 getting failed
Hello all, Azure App Service Deploy task in CD pipeline getting failed with " ##[error]TypeError: Cannot read property 'retrieveSecret' of undefined" i have been facing this issue for all pipe...
kenneymyers
May 25, 2023Copper Contributor
I have the exact same issue and have filed a support ticket. I'm waiting to hear back but our deploys are also blocked by this 'retrieveSecret' error. If I find out anything I'll try to update this as well. So far I am just waiting for support to call ... and waiting ... and waiting ... 😉
- advpsMay 25, 2023Copper Contributorfor temporary solution, downgraded to Task version 3 and working fine
- kenneymyersMay 25, 2023Copper ContributorYes, this also worked for me.
- joey_80May 25, 2023Copper Contributor
The issue has been fixed : https://github.com/microsoft/azure-pipelines-tasks/issues/18360
(by reverting back the change)
Happy deploying everyone!