Upload to container: '$web' in storage account: 'knockfashionretailer' with blob prefix: '' failed with error
Malyadri Reddy kypu
0
Reputation points
Issue Description
Log:
2025-03-26T11:44:42.9146612Z ##[error]Upload to container: '$web' in storage account: 'knockfashionretailer' with blob prefix: '' failed with error: 'AzCopy.exe exited with non-zero exit code while uploading files to blob storage.' For more info please refer to https://aka.ms/azurefilecopyreadme
I am trying to upload my static web site files in $web blob container in azure storage .
if I am using below configuration, it would be success.
steps:
- task: AzureFileCopy@3 displayName: 'AzureBlob File Copy' inputs: SourcePath: '$(System.DefaultWorkingDirectory)/_retailer-web-ui-knockFashion/drop' azureSubscription: 'GFT-NEW' Destination: AzureBlob storage: knockfashionretailer ContainerName: '"$web"'
if I am using upgraded version build will be failed.
steps:
- task: AzureFileCopy@6 displayName: 'AzureBlob File Copy' inputs: SourcePath: '$(System.DefaultWorkingDirectory)/_retailer-web-ui-knockFashion/drop' azureSubscription: 'GFT-NEW' Destination: AzureBlob storage: knockfashionretailer ContainerName: '"$web"'
Sign in to answer