Hello, How can I generate a signed URI for a blob, e.g., using BlobRequestSigner and then BlobBuilder, in order to put it in the other storage classes such as STANDARD_IA or REDUCED_LATENCY? I can use other options such as PutOptions in putBlob() method but I want to generate the URI instead.
Thank you, Ashkan