{
"name": "AzureDataLakeStoreLinkedService",
"properties": {
"type": "AzureDataLakeStore",
"typeProperties": {
"dataLakeStoreUri": "https://<accountname>.azuredatalakestore.net/webhdfs/v1",
"servicePrincipalId": <<ClientId>>,
"servicePrincipalKey": <<ClientSecret>>,
"tenant": <<ActiveDirectoryTenantId>>,
"subscriptionId": <<SubscriptionId>>,
"resourceGroupName": <<ResourceGroupName>>
}
}
}
in the above code type properties cant work properly. if i missed something? please help me on this.