Azure storage

Christopher Akpojotor Itobor 1 Reputation point
2022-12-28T18:54:19.013+00:00

while using on-premise server you can configure folder redirection. This redirects all files of users to a particular folder or directory irrespective of where the file was saved. I want to implement this with azure storage because the company wants a files to be stored on cloud and not on premises

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.
2,670 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,176 Reputation points
    2022-12-28T21:48:35.04+00:00

    @Christopher Akpojotor Itobor Here is an option available for Azure Fileshares that can help you with indirection between the UNC path of your file shares and the actual file shares themselves.

    "Distributed File Systems Namespaces, commonly referred to as DFS Namespaces or DFS-N, is a Windows Server server role that is widely used to simplify the deployment and maintenance of SMB file shares in production. DFS Namespaces is a storage namespace virtualization technology, which means that it enables you to provide a layer of indirection between the UNC path of your file shares and the actual file shares themselves. DFS Namespaces works with SMB file shares, agnostic of those file shares are hosted: it can be used with SMB shares hosted on an on-premises Windows File Server with or without Azure File Sync, Azure file shares directly, SMB file shares hosted in Azure NetApp Files or other third-party offerings, and even with file shares hosted in other clouds."

    You can find more details here- https://learn.microsoft.com/en-us/azure/storage/files/files-manage-namespaces?tabs=azure-portal

    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