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
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.