Copy Company Files to Azure Blob Storage | Azure Blob Storage Solutions | AZ-305 Exam Question | Microsoft

Copy Company Files to Azure Blob Storage

Question

You have an Azure subscription that contains an Azure Blob Storage account named store1.

You have an on-premises file server named Server1 that runs Windows Server 2016. Server1 stores 500 GB of company files.

You need to store a copy of the company files from Server1 in store1.

Which two possible Azure services achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

BC

https://docs.microsoft.com/en-us/azure/data-factory/introduction

To store a copy of company files from an on-premises file server named Server1 in an Azure Blob Storage account named store1, you can use either Azure Import/Export or Azure Data Factory.

Azure Import/Export: Azure Import/Export is a service that enables you to transfer large amounts of data to and from Azure Blob Storage using physical media, such as hard drives or tapes. You can use this service to transfer data from an on-premises file server to Azure Blob Storage.

To use Azure Import/Export, you first need to create an import/export job in the Azure portal. You will then need to prepare your data, encrypt it, and copy it to a hard drive or other physical media. You can then ship the media to an Azure data center, where the data will be uploaded to your Azure Blob Storage account. Once the data transfer is complete, you can access your data in Azure Blob Storage.

Azure Data Factory: Azure Data Factory is a cloud-based data integration service that enables you to create, schedule, and manage data integration pipelines. You can use this service to transfer data from an on-premises file server to Azure Blob Storage.

To use Azure Data Factory, you will first need to create a data factory in the Azure portal. You will then need to create a pipeline that defines the data source (i.e., the on-premises file server) and the destination (i.e., Azure Blob Storage). You can then schedule the pipeline to run at regular intervals or run it manually.

In summary, to store a copy of company files from an on-premises file server in an Azure Blob Storage account, you can use either Azure Import/Export or Azure Data Factory. Azure Import/Export enables you to transfer large amounts of data using physical media, while Azure Data Factory enables you to create, schedule, and manage data integration pipelines.