I'm trying to delete file from Azure Storage Account Blob and I'm geting the following error:
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
I'm using SAS Token to authenticate my request;
I can list blobs using:
https://[myaccount].blob.core.windows.net/[mycontainer]/?restype=container&comp=list
I'm succesfully uploading files to my container using powershell and command azcopy, but when i try DELETE request i get error mentioned above.
My request URL looks like:
https://[myaccount].blob.core.windows.net/[mycontainer]/[myfile]?sv=2020-08-04&ss=bfqt&srt=sco&sp=rwdlacupitfx&se=2035-11-17T01:45:55Z&st=2021-11-16T17:45:55Z&spr=https&sig=[mysignature]