0

I'm trying to write java code to implement the same functionality that is provided by New-AzStorageBlobSASToken. Is there any example that I can refer?

Bomin
  • 1,619
  • 5
  • 24
  • 39

1 Answers1

0

New-AzStorageBlobSASToken generates a SAS token for an Azure storage blob. If you're using version 12 of Storage SDK for Java, you can accomplish this by using BlobServiceSasSignatureValues class.

Gaurav Mantri
  • 128,066
  • 12
  • 206
  • 241