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.
A company backs up data to on-premises servers at their main facility. The company currently has 30 TB of archived data that infrequently used. The facility has download speeds of 100 Mbps and upload speeds of 20 Mbps.
You need to securely transfer all backups to Azure Blob Storage for long-term archival. All backup data must be sent within seven days.
Solution: Create a file share in Azure Files. Mount the file share to the server and upload the files to the file share. Transfer the files to Azure Blob Storage.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.The proposed solution of creating a file share in Azure Files, mounting the file share to the on-premises server, uploading the files to the file share, and then transferring the files to Azure Blob Storage appears to be a viable solution to meet the stated goal of securely transferring all backups to Azure Blob Storage within seven days.
Here is a breakdown of how this solution would work:
Create a file share in Azure Files: This step involves creating a file share in Azure Files, which is a managed file storage service in Azure that allows you to share files across multiple VMs.
Mount the file share to the server: After creating the file share in Azure Files, you need to mount it to the on-premises server where the backups are currently stored. This will allow you to access the file share from the server.
Upload the files to the file share: Once the file share is mounted, you can start uploading the backup files to the file share. Since the data is infrequently used, you can use the facility's upload speeds of 20 Mbps to upload the data.
Transfer the files to Azure Blob Storage: Once all the backup data is uploaded to the file share, you can then transfer the files to Azure Blob Storage for long-term archival. Since the facility's download speeds are 100 Mbps, you can use them to transfer the files to Azure Blob Storage within seven days.
Overall, this solution appears to be a viable option to meet the stated goal of securely transferring all backups to Azure Blob Storage within seven days.