This C++ call fails with the following message (seen in Fiddler)
ret = Service->DeleteBlob(ctnr,bname,false,L"",CloudResponseInfo);
AuthenticationFailed
RequestId:b7427700-501e-0025-786f-df52d0000000
Time:2018-04-29T04:07:44.3475782Z
Service is a TAzureBlobService*
It used to work, then it worked for some storage accounts but not others, now I can't get it to work anywhere.
any ideas?