An Azure service that offers file shares in the cloud.
Hi @ Konstantinos Ilousis
Welcome to Microsoft Q&A Platform.
Based on your requirements, Azure File Sync with cloud tiering is the most suitable and supported solution. It allows you to keep a single local network path for your application while automatically tiering infrequently accessed data to Azure after a defined period, such as six months. From the application’s perspective, the files remain visible on the local server, and when a file is accessed, it is transparently recalled from Azure without requiring any application changes.
Azure File Sync works by synchronizing data to Azure Files and leaving lightweight placeholders on the local server for tiered files. This approach satisfies your requirement to retain a local “stub” while storing the actual data in Azure. Solutions like Azure Blob Storage alone are not suitable in this case because they do not support transparent SMB access or automatic recall from an archive tier.
Regarding long-term growth, Azure File Sync can support very large datasets, including environments exceeding 500 TB, provided the data is distributed across multiple Azure file shares as designed. Azure Files itself scales to petabytes, and this architecture is commonly used for large archival and data-lifecycle scenarios.
In summary, Azure File Sync meets both requirements: maintaining a single local access path for your application and efficiently tiering large volumes of cold data to Azure while allowing transparent access when needed
References:
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.