Issues with access blob using SAS token generated url is used in browser

Rajesh Kasani 0 Reputation points
2023-03-14T16:02:16.98+00:00

Hi,

I have private storage account in azure which allows access via VPN to app services.

In my app service I am giving user access to view/download blob using SAS token attached url via browser window.

the system that is accessing app service in browser is connected to VPN. but user is not able view/download blob in browser using SAS url.

I found that the issue is related to IP restrictions. how can I allow SAS url to download in case the setting in allow selected networks only.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Carlos Solís Salazar 18,191 Reputation points MVP Volunteer Moderator
    2023-03-20T11:33:19.9933333+00:00

    Thank you for asking this question on the Microsoft Q&A Platform.

    When you configure a private link, there are some requirements at the DNS level.

    You must have a DNS server in Azure and do a DNS Forwarding to 168.63.129.16

    On-premises using Azure DNS

    For more details https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns#on-premises-workloads-using-a-dns-forwarder

    Hope this helps!


    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.

    NOTE: To answer you as quickly as possible, please mention me in your reply.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.