70-475 · Question #82
You have a Microsoft Azure Data Factory pipeline that contains an input dataset. You need to ensure that the data from Azure Table Storage is copied only if the table contains 1,000 records or more…
The correct answer is B. "policy". The following JSON defines a Linux-based on-demand HDInsight linked service. The Data Factory service automatically creates a Linux-based HDInsight cluster to process the required "name": "HDInsightOnDemandLinkedService", "type": "HDInsightOnDemand", "typeProperties": {…
Question
Options
- A"policy":
- B"policy":
- C"policy":
- D"policy":
How the community answered
(32 responses)- A3% (1)
- B75% (24)
- C13% (4)
- D9% (3)
Explanation
The following JSON defines a Linux-based on-demand HDInsight linked service. The Data Factory service automatically creates a Linux-based HDInsight cluster to process the required "name": "HDInsightOnDemandLinkedService", "type": "HDInsightOnDemand", "typeProperties": { "clusterType": "hadoop", "clusterSize": 1, "timeToLive": "00:15:00", "hostSubscriptionId": "<subscription ID>", "servicePrincipalId": "<service principal ID>", "servicePrincipalKey": { "value": "<service principal key>", "type": "SecureString" "tenant": "<tenent id>", "clusterResourceGroup": "<resource group name>", "version": "3.6", "osType": "Linux", "linkedServiceName": { "referenceName": "AzureStorageLinkedService", "type": "LinkedServiceReference" "referenceName": "<name of Integration Runtime>", "type": "IntegrationRuntimeReference"
Topics
Community Discussion
No community discussion yet for this question.