You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @FinVamp1 , the PR for the proposed changes is merged #277 and the new version of azure-pipelines-tasks-azurermdeploycommon (3.235.0) is out.
Please proceed with next step of actions from the task end.
Thank you.
We have a web application being deployed to our CI environment that is facing this error:
2024-02-21T15:15:39.5508142Z ##[error]Failed to deploy web package to App Service.
2024-02-21T15:15:39.5509205Z ##[warning]Can't find loc string for key: KuduStackTraceURL
2024-02-21T15:15:39.5510272Z ##[error]KuduStackTraceURL https://******.scm.azurewebsites.net/api/vfs/LogFiles/kudu/trace
2024-02-21T15:15:39.5511581Z ##[error]Error: Package deployment using ZIP Deploy failed. Refer logs for more details.
Edit: I was able to resolve my problem (for now) by toggling the 'Select deployment option' in the release task. Made a comment about this in the other issue mentioned above.
#217 was opened to try and address this.
I think the issue here is that it was added at the wrong level.
common-npm-packages/azure-arm-rest/Strings/resources.resjson/en-US/resources.resjson
Whereas it should be added at https://github.com/microsoft/azure-pipelines-tasks-common-packages/blob/main/common-npm-packages/azurermdeploycommon/azure-arm-rest/Strings/resources.resjson/en-US/resources.resjson and is still missing from there.
The Task imports it from here.
import { Kudu } from 'azure-pipelines-tasks-azure-arm-rest/azure-arm-app-service-kudu';
Can you please look at this again?
It is happening still. From the last 30 days.
WarningMessage TaskVersion count_
Can't find loc string for key: KuduStackTraceURL 1.231.0 6662
Can't find loc string for key: KuduStackTraceURL 2.231.0 3300
The text was updated successfully, but these errors were encountered: