When I uploads package to Azure Test Base (Using Rest API) the verification status is 'verification failed' : "The specified blob does not exist "

Viewed 28

I'm trying to upload my package to azure test base using azure rest API, Every time package get's uploaded successfully to test base service but package get failed (every time verification status is verification failed ) showing some blob related error message.("The specified blob does not exist.") I have taken blob path from file upload URL of a Test Base Account.(I have stored my package (.zip) inside storage account with a container have public access)

When I run rest API the Response Code: 201

Error in JSON File after failure in verification.

"packageStatus": "Error", "validationResults": [ { "validationName": "Sanity Checks Validator", "isValid": false, "errors": [ "The specified blob does not exist." ] } ], "validationRunStatus": "Failed"

0 Answers
Related