nerdexam
Microsoft

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": {…

Implement Big Data batch processing solutions

Question

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. Which policy setting should you use in JSON?

Options

  • A"policy":
  • B"policy":
  • C"policy":
  • D"policy":

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    75% (24)
  • C
    13% (4)
  • D
    9% (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

#Azure Data Factory#pipeline policy#Azure Table Storage#conditional copy

Community Discussion

No community discussion yet for this question.

Full 70-475 Practice