Encrypted files access on Azure Storage

Rizwan Ghauri 1 Reputation point
2022-10-02T14:09:27.293+00:00

Hi,
We are saving our encrypted files on Azure(Microsoft.Azure.Storage.Blob). Our platform is SaaS-based, we don't want to access clients’ files but we can open them from our Azure account. Please advise how we can revoke or disable this option.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,285 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,145 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,231 Reputation points
    2022-10-04T18:31:33.377+00:00

    @Rizwan Ghauri Thank you for reaching out to Microsoft Q&A. I understand that you want to revoke/disable access to files stored in Azure Files storage, is that right? Please correct me otherwise.

    By default, storage accounts accept connections from clients on any network. You can limit access to selected networks or prevent traffic from all networks and permit access only through a private endpoint. Here is how to do the same- https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#change-the-default-network-access-rule

    Here is how to provide access from a virtual network- https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#managing-virtual-network-rules

    You can also enable access from an internet IP range- https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#grant-access-from-an-internet-ip-range

    Attaching more details on how to do this on the Portal here-

    247438-storage-firewall.gif

    Hope this helps. Please let us know if you have any more questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    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.