Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure subscription.
You have an on-premises file server named Server1 that runs Windows Server 2019.
You manage Server1 by using Windows Admin Center.
You need to ensure that if Server1 fails, you can recover the data from Azure.
Solution: From the Azure portal, you create a Recovery Services vault. On VM1, you install the Azure Backup agent and you schedule a backup.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
Instead use Azure Storage Sync service and configure Azure File.
Use Azure File Sync to centralize your organization's file shares in Azure Files, while keeping the flexibility, performance, and compatibility of an on-premises file server. Azure File Sync transforms Windows Server into a quick cache of your Azure file share.
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introductionThe solution provided will not meet the stated goal. The reason is that the solution is backing up data from a virtual machine (VM1), but the scenario states that the data resides on an on-premises file server (Server1). The correct solution should include backing up the data from the file server, not a virtual machine.
A suitable solution to meet the goal would be:
This solution ensures that the data from Server1 is regularly backed up to Azure, enabling you to recover the data in case of a failure.
Therefore, the correct answer is B. No.