how we upload a file to BLOB using SAS connecation string when BLOB have on Private VNET

manish verma 516 Reputation points
2020-06-05T05:47:23.217+00:00

I Have created a .net file upload application, i am connect with SAS connection string to blob it is working fine.

now blob is move to private VNET, now my application is not working.

i try to add laptop public IP-IP4 in storage firewall , but not working.

please give me some suggestion so i can change my application to connect with blob.

please note- member who run this application, he don't have access of Azure Portal.

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Sumarigo-MSFT 47,506 Reputation points Microsoft Employee Moderator
    2020-06-05T16:32:44.55+00:00

    @manish verma If you have SAS URL, it doesn't matter if you have container level access as private, it should work .
    If you add firewall rule, then you need to whitelist the source IP. So from the SAS URL, we can validate what level of permission that is offered to the SAS

    Note: If client and storage account are in same region then IP will not work. They should create a VNet rule

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -----------------------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.


0 additional answers

Sort by: Most helpful

Your answer

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