acfaf
acfaf
@ibrandes, this error still pops up in the 12.32.0-beta.1 version of the sdk. Each call to `listBlob` (I did not yet try other calls) results in the error. I was...
@ibrandes I did not use the exact same sample. Below is what caused the error on my side: ```kotlin BlobServiceClientBuilder() .endpoint(endpoint) .let { accountKey?.let { key -> it.credential(StorageSharedKeyCredential(accountName, key)) }...
@ibrandes thank you for the additional context. I am currently running my code on a public Azure VM running Ubuntu 20.04.6 LTS inside a docker container. No proxies, vpns or...