AZ-800 Administering Windows Server Hybrid Core Infrastructure Exam
Eager to master hybrid server management? Discover how to administer Windows Server Hybrid Core Infrastructure on Azure, setting your path towards the Microsoft Certified: Azure Hybrid Infrastructure Administrator Associate certification!
Practice Test

Practice Test

Configure and manage Azure File Sync
Deploy and Administer Azure File Sync Infrastructure
Azure File Sync is a service that centralizes your file shares in Azure while retaining the performance and compatibility of on-premises file servers. By syncing files between the cloud and local servers, you can provide fast access to data and minimize management overhead. This hybrid approach ensures that your team has the right files when they need them, regardless of location. It also supports seamless integration with existing Windows file servers and preserves NTFS features like permissions and ACLs.
Before you can sync files, you must prepare your environment. Start by creating a storage account and setting up an Azure file share. Then, install the Azure File Sync agent on each Windows server you want to register. To register a server with a Storage Sync Service, follow these steps:
- Install the Azure File Sync agent software.
- Connect the agent to your Storage Sync Service in Azure.
- Verify the server registration in the Azure portal.
After registering servers, you create a sync group to link your cloud and server endpoints. A sync group ensures that changes in one endpoint propagate to all others. Each sync group contains:
- A cloud endpoint, which points to your Azure file share.
- One or more server endpoints, which refer to folders on registered Windows servers.
This configuration allows consistent data across all endpoints while minimizing duplication.
To optimize storage usage, implement cloud tiering. Cloud tiering keeps frequently accessed files (hot files) on your server for fast access and moves less-used files (cool files) to Azure. You can configure recall policies such as Initial Download Mode, which decides whether new files are fully downloaded or tiered immediately. Additionally, set space savings thresholds to maintain free disk space on your server.
Use Azure Monitor to track and troubleshoot your sync infrastructure. Azure Monitor helps you:
- View sync session status to ensure data consistency.
- Identify and resolve sync conflicts that occur from simultaneous file changes.
- Manage bandwidth by scheduling sync operations and setting throttling policies.
By monitoring these metrics, you can optimize performance and proactively address issues.
Conclusion
In this section, you learned how to deploy and manage Azure File Sync by preparing storage accounts, registering Windows servers, and creating sync groups. These steps ensure that your on-premises servers and Azure file shares stay synchronized and accessible. You also discovered how cloud tiering keeps critical files local while archiving less-used files in the cloud, using recall policies to retrieve data as needed.
Finally, you saw the value of Azure Monitor in overseeing your sync infrastructure. Monitoring sync sessions, resolving conflicts, and optimizing bandwidth are key to maintaining a healthy and efficient hybrid file system. By mastering these concepts, you can provide reliable, high-performance file services across both cloud and on-premises environments.
Together, these practices give you a scalable and robust file service solution. Leveraging the cloud for backup, tiering, and monitoring ensures both safety and accessibility. Implementing Azure File Sync means your organization can focus on growth without worrying about file management constraints.