On-Prem Storage To Azure Storage - Part-3
Technical Setup and Configuration Blueprint
3. Provision File Server
The next step involves provisioning a dedicated file server that hosts the Azure Storage Sync Agent to synchronize with Azure File Shares. To enhance functionality and manageability, I expanded the file server’s capabilities by configuring DFS Namespace, enabling Shadow Copies, and setting up Data Deduplication on each volume.
As a best practice, deduplication was enabled only after the final cutover, ensuring that all data was fully synchronized before optimization. This approach helps prevent potential sync inconsistencies during the migration phase.
4. Provision Azure File Sync Services
Azure Files can be used in two distinct ways, depending on organizational needs and infrastructure strategy.
Option 1: Direct SMB Mount
You can mount Azure file shares directly by using the Server Message Block (SMB) protocol.
Option 2: Azure File Sync (Hybrid Cache) - Opted for Fisher Funds
In contrast, Azure File Sync allows you to synchronize an Azure file share with on-premises Windows Servers. This model centralizes file storage in Azure while retaining on-premises access and performance.
Key Benefits:
-
Centralized storage in Azure with local caching on-premises.
-
Retains NTFS permissions, ACLs, and SMB features like DFS-N, Shadow Copies, and File Server Resource Manager.
-
Reduce on-premises storage footprint with cloud tiering, which keeps only recently accessed files locally.
-
Supports multi-site sync—multiple branch offices can share the same dataset.
UAT Plan (will provide template)
Pilot testing with key departments (e.g., Finance, Investments)
Validation of permissions, performance, macros, and sync behavior
Deployment Plan (will provide template)
Cutover sequencing and user communication
Sync monitoring and rollback procedure
The UAT plan was designed to validate both functionality and performance from an end-user perspective. Each department was assigned to test specific scenarios aligned with their day-to-day operations, ensuring comprehensive coverage and real-world validation of the new setup.
Below are the Intune configuration screenshots and the detailed UAT plan. Focus on the yellow-highlighted drives; other drives eventually faded out as part of another data cleanup project.
5. Backup, Restore, and Business Continuity
Azure Backup Configuration
Azure Shares Backup
Azure VM Backup
4. Data Integrity and Performance Optimization
Deduplication
Reviewing legacy dedup chunk store and rehydration before sync
Verifying post-sync data integrity and space optimization
Shadow Copy (VSS)
Reviewing retention configuration and restoring capability within Azure File Share
Aligning snapshot policies with backup schedules
M365 Integration
Whitelisting Azure File Shares within Office settings (for macros and linked workbooks)
Ensuring Excel and other Office apps handle UNC paths properly
FAQ
Post migration user issues and unknown findings.