I am using Batch Services for Data Factory Custom Activity but I want to use separate my Virtual Machine instead of Batch Services.
{
"name": "AzureBatchLinkedService",
"properties": {
"type": "AzureBatch",
"typeProperties": {
"accountName": "myazurebatchaccount",
"batchUri": "https://westus.batch.azure.com",
"accessKey": "<yourbatchaccountkey>",
"poolName": "myazurebatchpool",
"linkedServiceName": "AzureStorageLinkedService"
}
}
}