locked
Regarding Blob Storage and Access RRS feed

  • Question

  • User-1961814522 posted

    Hi,

    I am storing images, and text files in BLOB storage.

    My requirement is, I would like to get URL for the documents (i.e Images and Text Files) and provide the URL to users with autorized access.

    Basically i would like to have the document URL with authorization along with the URL.

    Can someone help in achieving this.

    Thanks,

    Ashvin

    Thursday, October 1, 2020 2:56 PM

All replies

  • User-474980206 posted

    what is your authorization/security system? if azure ad, you can use the storage urls directly. if not, then you will create a website or azure function to proxy the requests.

    Thursday, October 1, 2020 3:31 PM
  • User-1961814522 posted

    Hi Bruce,

    The requirement is like this. Users will be getting Emails and SMS's with link of the BLOB URL. 

    The URL should have some kind of authorization headers. Basically users who have the link should access the BLOB and should not be available for the public for access.

    Thanks,

    Ashvin

    Friday, October 2, 2020 5:43 AM