exam questions

Exam AZ-305 All Questions

View all questions & answers for the AZ-305 exam

Exam AZ-305 topic 4 question 27 discussion

Actual exam question from Microsoft's AZ-305
Question #: 27
Topic #: 4
[All AZ-305 Questions]

HOTSPOT -
Your on-premises network contains a file server named Server1 that stores 500 GB of data.
You need to use Azure Data Factory to copy the data from Server1 to Azure Storage.
You add a new data factory.
What should you do next? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Install a self-hosted integration runtime.
If your data store is located inside an on-premises network, an Azure virtual network, or Amazon Virtual Private Cloud, you need to configure a self-hosted integration runtime to connect to it.
The Integration Runtime to be used to connect to the data store. You can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is located in private network). If not specified, it uses the default Azure Integration Runtime.
Box 2: Create a pipeline.
You perform the Copy activity with a pipeline.
Reference:
https://docs.microsoft.com/en-us/azure/data-factory/connector-file-system

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jellybiscuit
Highly Voted 2 years, 2 months ago
Correct https://learn.microsoft.com/en-us/azure/data-factory/connector-file-system?tabs=data-factory
upvoted 19 times
...
NotMeAnyWay
Highly Voted 1 year, 7 months ago
Correct. o copy the data from Server1 to Azure Storage using Azure Data Factory, you should do the following next: 1. From Server1: b. Install a self-hosted integration runtime A self-hosted integration runtime needs to be installed on Server1 to enable secure communication between the on-premises network and Azure Data Factory. This runtime allows Data Factory to access and copy data from the on-premises file server to Azure Storage. 2. From the data factory: a. Create a pipeline In the Azure Data Factory, create a pipeline that specifies the source (on-premises file server) and destination (Azure Storage). The pipeline will use the self-hosted integration runtime to establish a connection to the on-premises file server and transfer the data to Azure Storage.
upvoted 10 times
...
SeMo0o0o0o
Most Recent 3 weeks, 1 day ago
CORRECT
upvoted 1 times
...
Lazylinux
7 months, 2 weeks ago
Given answer is correct as per https://learn.microsoft.com/en-us/azure/data-factory/connector-file-system?tabs=data-factory
upvoted 1 times
...
OPT_001122
1 year, 10 months ago
Box 1: Install a self-hosted integration runtime. Box 2: Create a pipeline.
upvoted 4 times
...
FabrityDev
1 year, 10 months ago
As described in link below, you have to install self hosted integration runtime on the Server and create a Pipeline in Data Factory. https://www.sqlshack.com/copy-data-from-on-premises-data-store-to-an-azure-data-store-using-azure-data-factory/
upvoted 1 times
...
GarryK
2 years, 2 months ago
https://docs.microsoft.com/en-us/azure/data-factory/data-migration-guidance-hdfs-azure-storage ou must install the Data Factory self-hosted integration runtime on a Windows VM in your Azure virtual network. https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory A Data Factory or Synapse Workspace can have one or more pipelines. A pipeline is a logical grouping of activities that together perform a task. For example, a pipeline could contain a set of activities that ingest and clean log data, and then kick off a mapping data flow to analyze the log data.
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...