Forum Discussion
Ed Hansberry
Nov 22, 2019Iron Contributor
Get a permanent URL for Azure Storage Blob?
I have images in Azure Storage Blob. I am trying to get a permanent URL for the images from Azure Storage Explorer. I can right-click on the actual blob container, select "Get Shared Access Signa...
hspinto
Microsoft
Nov 24, 2019Ed Hansberry what access type did you grant at the container level? If the container allows anonymous read access, you don't need the SAS token part. Using https://storageaccpimtname.blob.core.windows.net/filesareheresomewhere/imagename.jpg is enough. You can also configure a custom domain for your storage account to make the URL match your app domain name.
- Ed HansberryNov 25, 2019Iron Contributor
hspinto Thanks. I see that now in Storage Explorer to set that for public access. I'll also review the URL you gave on domain names. Very helpful!