-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Azure App Service deploy : TypeError: Cannot read property 'retrieveSecret' of undefined #18359
Comments
I also just started to get this error. |
Yes also the case here. This issue seems related to #16821 where the same kind of issue occurred. |
We're seeing it here but with a lot less output
Our YAML for this task is - task: AzureRmWebAppDeployment@4
displayName: 'Azure App Service Deploy: xxxx-webjobv3'
inputs:
azureSubscription: 'Microsoft Azure'
WebAppName: 'xxxx-webjobv3'
package: '$(Pipeline.Workspace)/Ledgerscope.WebJob.zip'
enableCustomDeployment: true
TakeAppOfflineFlag: false
RemoveAdditionalFilesFlag: true
ExcludeFilesFromAppDataFlag: false
RenameFilesFlag: false v4.221.103 was working fine |
We have been suffering the same error too since 2 hours ago, any advice to fix this? |
This is preventing deploys for us as well, when using |
Seems to be identical to #18364 |
same issue, ##[warning]Resource file haven't been set, can't find loc string for key: JSONvariableSubstitution , |
same issue here, ##[error]TypeError: Cannot read property 'retrieveSecret' of undefined |
we also experience this issue, are deploy pipelines are down atm |
we also experience same issue. 2023-05-25T12:26:17.1730861Z ##[section]Starting: Deploy Azure App Service |
Same issue here ##[error]TypeError: Cannot read property 'retrieveSecret' of undefined |
Same issue here |
Same issue here using V4 of Azure App Service Deploy. It works if we change the version of the task to V3. |
Same issue here |
Azure Devops. Version 4.223.0. Same error here. |
Seems fixed now! |
In fact, I ran again my job with no changes and worked, @djspaan is right. Seems fixed. |
Duplicating with #18361 . |
Task name
Azure App Service deploy
Task version
4.223.0
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows
Task log
Relevant log output
Aditional info
The text was updated successfully, but these errors were encountered: