0

I'm aware you can share individual files via HTTPs URL link + SAS token to access.

Is it possible to share a link to a folder of files this way, or is there a better way to do this?

Thanks

JamieH
  • 3
  • 2

1 Answers1

1

Is it possible to share a link to a folder of files this way, or is there a better way to do this?

With Azure File Service, it is not possible to share a folder using a SAS URL. You can only share a file share or a file using SAS URL.

You may want to look into Azure Data Lake Service. There I believe you can create a SAS URL for a directory.

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