nerdexam
Microsoft

70-475 · Question #82

70-475 Question #82: Real Exam Question with Answer & Explanation

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

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

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"

Community Discussion

No community discussion yet for this question.

Full 70-475 Practice