Microsoft.DataFactory factories/linkedservices
مقالة
05/07/2022
قراءة خلال 101 دقائق
مساهم واحد
في هذه المقالة
The factories/linkedservices resource type can be deployed to: Resource groups .
To learn about resource group deployments, see Bicep or ARM template .
To create a Microsoft.DataFactory/factories/linkedservices resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.DataFactory/factories/linkedservices@2018-06-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
annotations: [
any
]
connectVia: {
parameters: {}
referenceName: 'string'
type: 'IntegrationRuntimeReference'
}
description: 'string'
parameters: {}
type: 'string'
// For remaining properties, see LinkedService objects
}
}
{
"type": "Microsoft.DataFactory/factories/linkedservices",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"annotations": [ object ],
"connectVia": {
"parameters": {},
"referenceName": "string",
"type": "IntegrationRuntimeReference"
},
"description": "string",
"parameters": {},
"type": "string"
// For remaining properties, see LinkedService objects
}
}
LinkedService objects
Set the type property to specify the type of object.
For AmazonMWS , use:
type: 'AmazonMWS'
typeProperties: {
accessKeyId: any()
encryptedCredential: any()
endpoint: any()
marketplaceID: any()
mwsAuthToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
secretKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sellerID: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "AmazonMWS",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"endpoint": {},
"marketplaceID": {},
"mwsAuthToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"secretKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sellerID": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For AmazonRdsForOracle , use:
type: 'AmazonRdsForOracle'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
"type": "AmazonRdsForOracle",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
For AmazonRdsForSqlServer , use:
type: 'AmazonRdsForSqlServer'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
connectionString: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "AmazonRdsForSqlServer",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For AmazonRedshift , use:
type: 'AmazonRedshift'
typeProperties: {
database: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
server: any()
username: any()
}
"type": "AmazonRedshift",
"typeProperties": {
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
For AmazonS3 , use:
type: 'AmazonS3'
typeProperties: {
accessKeyId: any()
authenticationType: any()
encryptedCredential: any()
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any()
sessionToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
"type": "AmazonS3",
"typeProperties": {
"accessKeyId": {},
"authenticationType": {},
"encryptedCredential": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {},
"sessionToken": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
For AmazonS3Compatible , use:
type: 'AmazonS3Compatible'
typeProperties: {
accessKeyId: any()
encryptedCredential: any()
forcePathStyle: any()
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any()
}
"type": "AmazonS3Compatible",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"forcePathStyle": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {}
}
For AppFigures , use:
type: 'AppFigures'
typeProperties: {
clientKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "AppFigures",
"typeProperties": {
"clientKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For Asana , use:
type: 'Asana'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
}
"type": "Asana",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
For AzureBatch , use:
type: 'AzureBatch'
typeProperties: {
accessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accountName: any()
batchUri: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: any()
linkedServiceName: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
poolName: any()
}
"type": "AzureBatch",
"typeProperties": {
"accessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accountName": {},
"batchUri": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": {},
"linkedServiceName": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"poolName": {}
}
For AzureBlobFS , use:
type: 'AzureBlobFS'
typeProperties: {
accountKey: any()
azureCloudType: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: any()
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
url: any()
}
"type": "AzureBlobFS",
"typeProperties": {
"accountKey": {},
"azureCloudType": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {}
}
For AzureBlobStorage , use:
type: 'AzureBlobStorage'
typeProperties: {
accountKey: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
accountKind: 'string'
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: 'string'
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: any()
serviceEndpoint: 'string'
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
"type": "AzureBlobStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"accountKind": "string",
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {},
"serviceEndpoint": "string",
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
For AzureDatabricks , use:
type: 'AzureDatabricks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authentication: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
domain: any()
encryptedCredential: any()
existingClusterId: any()
instancePoolId: any()
newClusterCustomTags: {}
newClusterDriverNodeType: any()
newClusterEnableElasticDisk: any()
newClusterInitScripts: any()
newClusterLogDestination: any()
newClusterNodeType: any()
newClusterNumOfWorker: any()
newClusterSparkConf: {}
newClusterSparkEnvVars: {}
newClusterVersion: any()
policyId: any()
workspaceResourceId: any()
}
"type": "AzureDatabricks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authentication": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"domain": {},
"encryptedCredential": {},
"existingClusterId": {},
"instancePoolId": {},
"newClusterCustomTags": {},
"newClusterDriverNodeType": {},
"newClusterEnableElasticDisk": {},
"newClusterInitScripts": {},
"newClusterLogDestination": {},
"newClusterNodeType": {},
"newClusterNumOfWorker": {},
"newClusterSparkConf": {},
"newClusterSparkEnvVars": {},
"newClusterVersion": {},
"policyId": {},
"workspaceResourceId": {}
}
For AzureDatabricksDeltaLake , use:
type: 'AzureDatabricksDeltaLake'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterId: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
domain: any()
encryptedCredential: any()
workspaceResourceId: any()
}
"type": "AzureDatabricksDeltaLake",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterId": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"domain": {},
"encryptedCredential": {},
"workspaceResourceId": {}
}
For AzureDataExplorer , use:
type: 'AzureDataExplorer'
typeProperties: {
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
database: any()
endpoint: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
"type": "AzureDataExplorer",
"typeProperties": {
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"database": {},
"endpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
For AzureDataLakeAnalytics , use:
type: 'AzureDataLakeAnalytics'
typeProperties: {
accountName: any()
dataLakeAnalyticsUri: any()
encryptedCredential: any()
resourceGroupName: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any()
tenant: any()
}
"type": "AzureDataLakeAnalytics",
"typeProperties": {
"accountName": {},
"dataLakeAnalyticsUri": {},
"encryptedCredential": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
For AzureDataLakeStore , use:
type: 'AzureDataLakeStore'
typeProperties: {
accountName: any()
azureCloudType: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
dataLakeStoreUri: any()
encryptedCredential: any()
resourceGroupName: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any()
tenant: any()
}
"type": "AzureDataLakeStore",
"typeProperties": {
"accountName": {},
"azureCloudType": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"dataLakeStoreUri": {},
"encryptedCredential": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
For AzureFileStorage , use:
type: 'AzureFileStorage'
typeProperties: {
accountKey: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
connectionString: any()
encryptedCredential: any()
fileShare: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: any()
snapshot: any()
userId: any()
}
"type": "AzureFileStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": {},
"fileShare": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {},
"snapshot": {},
"userId": {}
}
For AzureFunction , use:
type: 'AzureFunction'
typeProperties: {
authentication: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: any()
functionAppUrl: any()
functionKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
resourceId: any()
}
"type": "AzureFunction",
"typeProperties": {
"authentication": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": {},
"functionAppUrl": {},
"functionKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"resourceId": {}
}
For AzureKeyVault , use:
type: 'AzureKeyVault'
typeProperties: {
baseUrl: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
}
"type": "AzureKeyVault",
"typeProperties": {
"baseUrl": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
}
}
For AzureMariaDB , use:
type: 'AzureMariaDB'
typeProperties: {
connectionString: any()
encryptedCredential: any()
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "AzureMariaDB",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For AzureML , use:
type: 'AzureML'
typeProperties: {
apiKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authentication: any()
encryptedCredential: any()
mlEndpoint: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
updateResourceEndpoint: any()
}
"type": "AzureML",
"typeProperties": {
"apiKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authentication": {},
"encryptedCredential": {},
"mlEndpoint": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"updateResourceEndpoint": {}
}
For AzureMLService , use:
type: 'AzureMLService'
typeProperties: {
encryptedCredential: any()
mlWorkspaceName: any()
resourceGroupName: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
subscriptionId: any()
tenant: any()
}
"type": "AzureMLService",
"typeProperties": {
"encryptedCredential": {},
"mlWorkspaceName": {},
"resourceGroupName": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"subscriptionId": {},
"tenant": {}
}
For AzureMySql , use:
type: 'AzureMySql'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "AzureMySql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For AzurePostgreSql , use:
type: 'AzurePostgreSql'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "AzurePostgreSql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For AzureSearch , use:
type: 'AzureSearch'
typeProperties: {
encryptedCredential: any()
key: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
}
"type": "AzureSearch",
"typeProperties": {
"encryptedCredential": {},
"key": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {}
}
For AzureSqlDatabase , use:
type: 'AzureSqlDatabase'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
"type": "AzureSqlDatabase",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
For AzureSqlDW , use:
type: 'AzureSqlDW'
typeProperties: {
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
"type": "AzureSqlDW",
"typeProperties": {
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
For AzureSqlMI , use:
type: 'AzureSqlMI'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
azureCloudType: any()
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
}
"type": "AzureSqlMI",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"azureCloudType": {},
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {}
}
For AzureStorage , use:
type: 'AzureStorage'
typeProperties: {
accountKey: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
connectionString: any()
encryptedCredential: 'string'
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: any()
}
"type": "AzureStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {}
}
For AzureTableStorage , use:
type: 'AzureTableStorage'
typeProperties: {
accountKey: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
connectionString: any()
encryptedCredential: 'string'
sasToken: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
sasUri: any()
}
"type": "AzureTableStorage",
"typeProperties": {
"accountKey": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"connectionString": {},
"encryptedCredential": "string",
"sasToken": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"sasUri": {}
}
For Cassandra , use:
type: 'Cassandra'
typeProperties: {
authenticationType: any()
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
username: any()
}
"type": "Cassandra",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"username": {}
}
For CommonDataServiceForApps , use:
type: 'CommonDataServiceForApps'
typeProperties: {
authenticationType: any()
deploymentType: any()
encryptedCredential: any()
hostName: any()
organizationName: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any()
servicePrincipalId: any()
serviceUri: any()
username: any()
}
"type": "CommonDataServiceForApps",
"typeProperties": {
"authenticationType": {},
"deploymentType": {},
"encryptedCredential": {},
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"serviceUri": {},
"username": {}
}
For Concur , use:
type: 'Concur'
typeProperties: {
clientId: any()
connectionProperties: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
username: any()
}
"type": "Concur",
"typeProperties": {
"clientId": {},
"connectionProperties": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
For CosmosDb , use:
type: 'CosmosDb'
typeProperties: {
accountEndpoint: any()
accountKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
azureCloudType: any()
connectionMode: 'string'
connectionString: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
database: any()
encryptedCredential: any()
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: 'string'
servicePrincipalId: any()
tenant: any()
}
"type": "CosmosDb",
"typeProperties": {
"accountEndpoint": {},
"accountKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"azureCloudType": {},
"connectionMode": "string",
"connectionString": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"database": {},
"encryptedCredential": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": "string",
"servicePrincipalId": {},
"tenant": {}
}
For CosmosDbMongoDbApi , use:
type: 'CosmosDbMongoDbApi'
typeProperties: {
connectionString: any()
database: any()
isServerVersionAbove32: any()
}
"type": "CosmosDbMongoDbApi",
"typeProperties": {
"connectionString": {},
"database": {},
"isServerVersionAbove32": {}
}
For Couchbase , use:
type: 'Couchbase'
typeProperties: {
connectionString: any()
credString: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
encryptedCredential: any()
}
"type": "Couchbase",
"typeProperties": {
"connectionString": {},
"credString": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
},
"encryptedCredential": {}
}
For CustomDataSource , use:
type: 'CustomDataSource'
typeProperties: any()
"type": "CustomDataSource",
"typeProperties": {}
For Dataworld , use:
type: 'Dataworld'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
}
"type": "Dataworld",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
For Db2 , use:
type: 'Db2'
typeProperties: {
authenticationType: 'Basic'
certificateCommonName: any()
connectionString: any()
database: any()
encryptedCredential: any()
packageCollection: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
username: any()
}
"type": "Db2",
"typeProperties": {
"authenticationType": "Basic",
"certificateCommonName": {},
"connectionString": {},
"database": {},
"encryptedCredential": {},
"packageCollection": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
For Drill , use:
type: 'Drill'
typeProperties: {
connectionString: any()
encryptedCredential: any()
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "Drill",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For Dynamics , use:
type: 'Dynamics'
typeProperties: {
authenticationType: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
deploymentType: any()
encryptedCredential: any()
hostName: any()
organizationName: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any()
servicePrincipalId: any()
serviceUri: any()
username: any()
}
"type": "Dynamics",
"typeProperties": {
"authenticationType": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"deploymentType": {},
"encryptedCredential": {},
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"serviceUri": {},
"username": {}
}
For DynamicsAX , use:
type: 'DynamicsAX'
typeProperties: {
aadResourceId: any()
encryptedCredential: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
url: any()
}
"type": "DynamicsAX",
"typeProperties": {
"aadResourceId": {},
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {}
}
For DynamicsCrm , use:
type: 'DynamicsCrm'
typeProperties: {
authenticationType: any()
deploymentType: any()
encryptedCredential: any()
hostName: any()
organizationName: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
servicePrincipalCredential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalCredentialType: any()
servicePrincipalId: any()
serviceUri: any()
username: any()
}
"type": "DynamicsCrm",
"typeProperties": {
"authenticationType": {},
"deploymentType": {},
"encryptedCredential": {},
"hostName": {},
"organizationName": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"servicePrincipalCredential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalCredentialType": {},
"servicePrincipalId": {},
"serviceUri": {},
"username": {}
}
For Eloqua , use:
type: 'Eloqua'
typeProperties: {
encryptedCredential: any()
endpoint: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
username: any()
}
"type": "Eloqua",
"typeProperties": {
"encryptedCredential": {},
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
For FileServer , use:
type: 'FileServer'
typeProperties: {
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userId: any()
}
"type": "FileServer",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userId": {}
}
For FtpServer , use:
type: 'FtpServer'
typeProperties: {
authenticationType: 'string'
enableServerCertificateValidation: any()
enableSsl: any()
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
userName: any()
}
"type": "FtpServer",
"typeProperties": {
"authenticationType": "string",
"enableServerCertificateValidation": {},
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"userName": {}
}
For GoogleAdWords , use:
type: 'GoogleAdWords'
typeProperties: {
authenticationType: 'string'
clientCustomerID: any()
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any()
developerToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any()
encryptedCredential: any()
keyFilePath: any()
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
trustedCertPath: any()
useSystemTrustStore: any()
}
"type": "GoogleAdWords",
"typeProperties": {
"authenticationType": "string",
"clientCustomerID": {},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"developerToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"email": {},
"encryptedCredential": {},
"keyFilePath": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"trustedCertPath": {},
"useSystemTrustStore": {}
}
For GoogleBigQuery , use:
type: 'GoogleBigQuery'
typeProperties: {
additionalProjects: any()
authenticationType: 'string'
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
email: any()
encryptedCredential: any()
keyFilePath: any()
project: any()
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
requestGoogleDriveScope: any()
trustedCertPath: any()
useSystemTrustStore: any()
}
"type": "GoogleBigQuery",
"typeProperties": {
"additionalProjects": {},
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"email": {},
"encryptedCredential": {},
"keyFilePath": {},
"project": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"requestGoogleDriveScope": {},
"trustedCertPath": {},
"useSystemTrustStore": {}
}
For GoogleCloudStorage , use:
type: 'GoogleCloudStorage'
typeProperties: {
accessKeyId: any()
encryptedCredential: any()
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any()
}
"type": "GoogleCloudStorage",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {}
}
For Greenplum , use:
type: 'Greenplum'
typeProperties: {
connectionString: any()
encryptedCredential: any()
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "Greenplum",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For HBase , use:
type: 'HBase'
typeProperties: {
allowHostNameCNMismatch: any()
allowSelfSignedServerCert: any()
authenticationType: 'string'
enableSsl: any()
encryptedCredential: any()
host: any()
httpPath: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
trustedCertPath: any()
username: any()
}
"type": "HBase",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {}
}
For Hdfs , use:
type: 'Hdfs'
typeProperties: {
authenticationType: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
userName: any()
}
"type": "Hdfs",
"typeProperties": {
"authenticationType": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
For HDInsight , use:
type: 'HDInsight'
typeProperties: {
clusterUri: any()
encryptedCredential: any()
fileSystem: any()
hcatalogLinkedServiceName: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
isEspEnabled: any()
linkedServiceName: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "HDInsight",
"typeProperties": {
"clusterUri": {},
"encryptedCredential": {},
"fileSystem": {},
"hcatalogLinkedServiceName": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"isEspEnabled": {},
"linkedServiceName": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For HDInsightOnDemand , use:
type: 'HDInsightOnDemand'
typeProperties: {
additionalLinkedServiceNames: [
{
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
]
clusterNamePrefix: any()
clusterPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterResourceGroup: any()
clusterSize: any()
clusterSshPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clusterSshUserName: any()
clusterType: any()
clusterUserName: any()
coreConfiguration: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
dataNodeSize: any()
encryptedCredential: any()
hBaseConfiguration: any()
hcatalogLinkedServiceName: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
hdfsConfiguration: any()
headNodeSize: any()
hiveConfiguration: any()
hostSubscriptionId: any()
linkedServiceName: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
mapReduceConfiguration: any()
oozieConfiguration: any()
scriptActions: [
{
name: 'string'
parameters: 'string'
roles: any()
uri: 'string'
}
]
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
sparkVersion: any()
stormConfiguration: any()
subnetName: any()
tenant: any()
timeToLive: any()
version: any()
virtualNetworkId: any()
yarnConfiguration: any()
zookeeperNodeSize: any()
}
"type": "HDInsightOnDemand",
"typeProperties": {
"additionalLinkedServiceNames": [
{
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
}
],
"clusterNamePrefix": {},
"clusterPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterResourceGroup": {},
"clusterSize": {},
"clusterSshPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clusterSshUserName": {},
"clusterType": {},
"clusterUserName": {},
"coreConfiguration": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"dataNodeSize": {},
"encryptedCredential": {},
"hBaseConfiguration": {},
"hcatalogLinkedServiceName": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"hdfsConfiguration": {},
"headNodeSize": {},
"hiveConfiguration": {},
"hostSubscriptionId": {},
"linkedServiceName": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"mapReduceConfiguration": {},
"oozieConfiguration": {},
"scriptActions": [
{
"name": "string",
"parameters": "string",
"roles": {},
"uri": "string"
}
],
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"sparkVersion": {},
"stormConfiguration": {},
"subnetName": {},
"tenant": {},
"timeToLive": {},
"version": {},
"virtualNetworkId": {},
"yarnConfiguration": {},
"zookeeperNodeSize": {}
}
For Hive , use:
type: 'Hive'
typeProperties: {
allowHostNameCNMismatch: any()
allowSelfSignedServerCert: any()
authenticationType: 'string'
enableSsl: any()
encryptedCredential: any()
host: any()
httpPath: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
serverType: 'string'
serviceDiscoveryMode: any()
thriftTransportProtocol: 'string'
trustedCertPath: any()
useNativeQuery: any()
username: any()
useSystemTrustStore: any()
zooKeeperNameSpace: any()
}
"type": "Hive",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"serviceDiscoveryMode": {},
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"useNativeQuery": {},
"username": {},
"useSystemTrustStore": {},
"zooKeeperNameSpace": {}
}
For HttpServer , use:
type: 'HttpServer'
typeProperties: {
authenticationType: 'string'
authHeaders: any()
certThumbprint: any()
embeddedCertData: any()
enableServerCertificateValidation: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
userName: any()
}
"type": "HttpServer",
"typeProperties": {
"authenticationType": "string",
"authHeaders": {},
"certThumbprint": {},
"embeddedCertData": {},
"enableServerCertificateValidation": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
For Hubspot , use:
type: 'Hubspot'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
refreshToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Hubspot",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"refreshToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For Impala , use:
type: 'Impala'
typeProperties: {
allowHostNameCNMismatch: any()
allowSelfSignedServerCert: any()
authenticationType: 'string'
enableSsl: any()
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
trustedCertPath: any()
username: any()
useSystemTrustStore: any()
}
"type": "Impala",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
For Informix , use:
type: 'Informix'
typeProperties: {
authenticationType: any()
connectionString: any()
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "Informix",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For Jira , use:
type: 'Jira'
typeProperties: {
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
username: any()
}
"type": "Jira",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
For Magento , use:
type: 'Magento'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
host: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Magento",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For MariaDB , use:
type: 'MariaDB'
typeProperties: {
connectionString: any()
encryptedCredential: any()
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "MariaDB",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For Marketo , use:
type: 'Marketo'
typeProperties: {
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
endpoint: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Marketo",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For MicrosoftAccess , use:
type: 'MicrosoftAccess'
typeProperties: {
authenticationType: any()
connectionString: any()
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "MicrosoftAccess",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For MongoDb , use:
type: 'MongoDb'
typeProperties: {
allowSelfSignedServerCert: any()
authenticationType: 'string'
authSource: any()
databaseName: any()
enableSsl: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
server: any()
username: any()
}
"type": "MongoDb",
"typeProperties": {
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"authSource": {},
"databaseName": {},
"enableSsl": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"server": {},
"username": {}
}
For MongoDbAtlas , use:
type: 'MongoDbAtlas'
typeProperties: {
connectionString: any()
database: any()
}
"type": "MongoDbAtlas",
"typeProperties": {
"connectionString": {},
"database": {}
}
For MongoDbV2 , use:
type: 'MongoDbV2'
typeProperties: {
connectionString: any()
database: any()
}
"type": "MongoDbV2",
"typeProperties": {
"connectionString": {},
"database": {}
}
For MySql , use:
type: 'MySql'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "MySql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For Netezza , use:
type: 'Netezza'
typeProperties: {
connectionString: any()
encryptedCredential: any()
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "Netezza",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For OData , use:
type: 'OData'
typeProperties: {
aadResourceId: any()
aadServicePrincipalCredentialType: 'string'
authenticationType: 'string'
authHeaders: any()
azureCloudType: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCert: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalEmbeddedCertPassword: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
url: any()
userName: any()
}
"type": "OData",
"typeProperties": {
"aadResourceId": {},
"aadServicePrincipalCredentialType": "string",
"authenticationType": "string",
"authHeaders": {},
"azureCloudType": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCert": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalEmbeddedCertPassword": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {},
"userName": {}
}
For Odbc , use:
type: 'Odbc'
typeProperties: {
authenticationType: any()
connectionString: any()
credential: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "Odbc",
"typeProperties": {
"authenticationType": {},
"connectionString": {},
"credential": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For Office365 , use:
type: 'Office365'
typeProperties: {
encryptedCredential: any()
office365TenantId: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalTenantId: any()
}
"type": "Office365",
"typeProperties": {
"encryptedCredential": {},
"office365TenantId": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalTenantId": {}
}
For Oracle , use:
type: 'Oracle'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "Oracle",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For OracleCloudStorage , use:
type: 'OracleCloudStorage'
typeProperties: {
accessKeyId: any()
encryptedCredential: any()
secretAccessKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
serviceUrl: any()
}
"type": "OracleCloudStorage",
"typeProperties": {
"accessKeyId": {},
"encryptedCredential": {},
"secretAccessKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"serviceUrl": {}
}
For OracleServiceCloud , use:
type: 'OracleServiceCloud'
typeProperties: {
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
username: any()
}
"type": "OracleServiceCloud",
"typeProperties": {
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
For Paypal , use:
type: 'Paypal'
typeProperties: {
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
host: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Paypal",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For Phoenix , use:
type: 'Phoenix'
typeProperties: {
allowHostNameCNMismatch: any()
allowSelfSignedServerCert: any()
authenticationType: 'string'
enableSsl: any()
encryptedCredential: any()
host: any()
httpPath: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
trustedCertPath: any()
username: any()
useSystemTrustStore: any()
}
"type": "Phoenix",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
For PostgreSql , use:
type: 'PostgreSql'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "PostgreSql",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For Presto , use:
type: 'Presto'
typeProperties: {
allowHostNameCNMismatch: any()
allowSelfSignedServerCert: any()
authenticationType: 'string'
catalog: any()
enableSsl: any()
encryptedCredential: any()
host: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
serverVersion: any()
timeZoneID: any()
trustedCertPath: any()
username: any()
useSystemTrustStore: any()
}
"type": "Presto",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"catalog": {},
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverVersion": {},
"timeZoneID": {},
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
For Quickbase , use:
type: 'Quickbase'
typeProperties: {
encryptedCredential: any()
url: any()
userToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
"type": "Quickbase",
"typeProperties": {
"encryptedCredential": {},
"url": {},
"userToken": {
"type": "string"
// For remaining properties, see SecretBase objects
}
}
For QuickBooks , use:
type: 'QuickBooks'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
accessTokenSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
companyId: any()
connectionProperties: any()
consumerKey: any()
consumerSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
endpoint: any()
useEncryptedEndpoints: any()
}
"type": "QuickBooks",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"accessTokenSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"companyId": {},
"connectionProperties": {},
"consumerKey": {},
"consumerSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {}
}
For Responsys , use:
type: 'Responsys'
typeProperties: {
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
endpoint: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Responsys",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For RestService , use:
type: 'RestService'
typeProperties: {
aadResourceId: any()
authenticationType: 'string'
authHeaders: any()
azureCloudType: any()
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
enableServerCertificateValidation: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
tenant: any()
url: any()
userName: any()
}
"type": "RestService",
"typeProperties": {
"aadResourceId": {},
"authenticationType": "string",
"authHeaders": {},
"azureCloudType": {},
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"enableServerCertificateValidation": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"tenant": {},
"url": {},
"userName": {}
}
For Salesforce , use:
type: 'Salesforce'
typeProperties: {
apiVersion: any()
encryptedCredential: any()
environmentUrl: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
securityToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any()
}
"type": "Salesforce",
"typeProperties": {
"apiVersion": {},
"encryptedCredential": {},
"environmentUrl": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"securityToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
For SalesforceMarketingCloud , use:
type: 'SalesforceMarketingCloud'
typeProperties: {
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any()
encryptedCredential: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "SalesforceMarketingCloud",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"encryptedCredential": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For SalesforceServiceCloud , use:
type: 'SalesforceServiceCloud'
typeProperties: {
apiVersion: any()
encryptedCredential: any()
environmentUrl: any()
extendedProperties: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
securityToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any()
}
"type": "SalesforceServiceCloud",
"typeProperties": {
"apiVersion": {},
"encryptedCredential": {},
"environmentUrl": {},
"extendedProperties": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"securityToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
}
For SapBW , use:
type: 'SapBW'
typeProperties: {
clientId: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
systemNumber: any()
userName: any()
}
"type": "SapBW",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"systemNumber": {},
"userName": {}
}
For SapCloudForCustomer , use:
type: 'SapCloudForCustomer'
typeProperties: {
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
username: any()
}
"type": "SapCloudForCustomer",
"typeProperties": {
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"username": {}
}
For SapEcc , use:
type: 'SapEcc'
typeProperties: {
encryptedCredential: 'string'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: 'string'
username: 'string'
}
"type": "SapEcc",
"typeProperties": {
"encryptedCredential": "string",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": "string",
"username": "string"
}
For SapHana , use:
type: 'SapHana'
typeProperties: {
authenticationType: 'string'
connectionString: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
userName: any()
}
"type": "SapHana",
"typeProperties": {
"authenticationType": "string",
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"userName": {}
}
For SapOpenHub , use:
type: 'SapOpenHub'
typeProperties: {
clientId: any()
encryptedCredential: any()
language: any()
logonGroup: any()
messageServer: any()
messageServerService: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
systemId: any()
systemNumber: any()
userName: any()
}
"type": "SapOpenHub",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"language": {},
"logonGroup": {},
"messageServer": {},
"messageServerService": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"systemId": {},
"systemNumber": {},
"userName": {}
}
For SapTable , use:
type: 'SapTable'
typeProperties: {
clientId: any()
encryptedCredential: any()
language: any()
logonGroup: any()
messageServer: any()
messageServerService: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
sncLibraryPath: any()
sncMode: any()
sncMyName: any()
sncPartnerName: any()
sncQop: any()
systemId: any()
systemNumber: any()
userName: any()
}
"type": "SapTable",
"typeProperties": {
"clientId": {},
"encryptedCredential": {},
"language": {},
"logonGroup": {},
"messageServer": {},
"messageServerService": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"sncLibraryPath": {},
"sncMode": {},
"sncMyName": {},
"sncPartnerName": {},
"sncQop": {},
"systemId": {},
"systemNumber": {},
"userName": {}
}
For ServiceNow , use:
type: 'ServiceNow'
typeProperties: {
authenticationType: 'string'
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
endpoint: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
username: any()
}
"type": "ServiceNow",
"typeProperties": {
"authenticationType": "string",
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"endpoint": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {},
"username": {}
}
For Sftp , use:
type: 'Sftp'
typeProperties: {
authenticationType: 'string'
encryptedCredential: any()
host: any()
hostKeyFingerprint: any()
passPhrase: {
type: 'string'
// For remaining properties, see SecretBase objects
}
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
privateKeyContent: {
type: 'string'
// For remaining properties, see SecretBase objects
}
privateKeyPath: any()
skipHostKeyValidation: any()
userName: any()
}
"type": "Sftp",
"typeProperties": {
"authenticationType": "string",
"encryptedCredential": {},
"host": {},
"hostKeyFingerprint": {},
"passPhrase": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"privateKeyContent": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"privateKeyPath": {},
"skipHostKeyValidation": {},
"userName": {}
}
For SharePointOnlineList , use:
type: 'SharePointOnlineList'
typeProperties: {
encryptedCredential: any()
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
siteUrl: any()
tenantId: any()
}
"type": "SharePointOnlineList",
"typeProperties": {
"encryptedCredential": {},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"siteUrl": {},
"tenantId": {}
}
For Shopify , use:
type: 'Shopify'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
host: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Shopify",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For Smartsheet , use:
type: 'Smartsheet'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
}
"type": "Smartsheet",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {}
}
For Snowflake , use:
type: 'Snowflake'
typeProperties: {
connectionString: any()
encryptedCredential: any()
password: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "Snowflake",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"password": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For Spark , use:
type: 'Spark'
typeProperties: {
allowHostNameCNMismatch: any()
allowSelfSignedServerCert: any()
authenticationType: 'string'
enableSsl: any()
encryptedCredential: any()
host: any()
httpPath: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
port: any()
serverType: 'string'
thriftTransportProtocol: 'string'
trustedCertPath: any()
username: any()
useSystemTrustStore: any()
}
"type": "Spark",
"typeProperties": {
"allowHostNameCNMismatch": {},
"allowSelfSignedServerCert": {},
"authenticationType": "string",
"enableSsl": {},
"encryptedCredential": {},
"host": {},
"httpPath": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"port": {},
"serverType": "string",
"thriftTransportProtocol": "string",
"trustedCertPath": {},
"username": {},
"useSystemTrustStore": {}
}
For SqlServer , use:
type: 'SqlServer'
typeProperties: {
alwaysEncryptedSettings: {
alwaysEncryptedAkvAuthType: 'string'
credential: {
referenceName: 'string'
type: 'CredentialReference'
}
servicePrincipalId: any()
servicePrincipalKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
}
connectionString: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "SqlServer",
"typeProperties": {
"alwaysEncryptedSettings": {
"alwaysEncryptedAkvAuthType": "string",
"credential": {
"referenceName": "string",
"type": "CredentialReference"
},
"servicePrincipalId": {},
"servicePrincipalKey": {
"type": "string"
// For remaining properties, see SecretBase objects
}
},
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For Square , use:
type: 'Square'
typeProperties: {
clientId: any()
clientSecret: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any()
encryptedCredential: any()
host: any()
redirectUri: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Square",
"typeProperties": {
"clientId": {},
"clientSecret": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"encryptedCredential": {},
"host": {},
"redirectUri": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For Sybase , use:
type: 'Sybase'
typeProperties: {
authenticationType: 'string'
database: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
schema: any()
server: any()
username: any()
}
"type": "Sybase",
"typeProperties": {
"authenticationType": "string",
"database": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"schema": {},
"server": {},
"username": {}
}
For TeamDesk , use:
type: 'TeamDesk'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authenticationType: 'string'
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
userName: any()
}
"type": "TeamDesk",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
For Teradata , use:
type: 'Teradata'
typeProperties: {
authenticationType: 'string'
connectionString: any()
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
server: any()
username: any()
}
"type": "Teradata",
"typeProperties": {
"authenticationType": "string",
"connectionString": {},
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"server": {},
"username": {}
}
For Twilio , use:
type: 'Twilio'
typeProperties: {
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
userName: any()
}
"type": "Twilio",
"typeProperties": {
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"userName": {}
}
For Vertica , use:
type: 'Vertica'
typeProperties: {
connectionString: any()
encryptedCredential: any()
pwd: {
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
type: 'string'
}
}
"type": "Vertica",
"typeProperties": {
"connectionString": {},
"encryptedCredential": {},
"pwd": {
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"type": "string"
}
}
For Web , use:
type: 'Web'
typeProperties: {
url: any()
authenticationType: 'string'
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
"type": "Web",
"typeProperties": {
"url": {},
"authenticationType": "string"
// For remaining properties, see WebLinkedServiceTypeProperties objects
}
For Xero , use:
type: 'Xero'
typeProperties: {
connectionProperties: any()
consumerKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
encryptedCredential: any()
host: any()
privateKey: {
type: 'string'
// For remaining properties, see SecretBase objects
}
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Xero",
"typeProperties": {
"connectionProperties": {},
"consumerKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"encryptedCredential": {},
"host": {},
"privateKey": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
For Zendesk , use:
type: 'Zendesk'
typeProperties: {
apiToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
authenticationType: 'string'
encryptedCredential: any()
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
url: any()
userName: any()
}
"type": "Zendesk",
"typeProperties": {
"apiToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"authenticationType": "string",
"encryptedCredential": {},
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"url": {},
"userName": {}
}
For Zoho , use:
type: 'Zoho'
typeProperties: {
accessToken: {
type: 'string'
// For remaining properties, see SecretBase objects
}
connectionProperties: any()
encryptedCredential: any()
endpoint: any()
useEncryptedEndpoints: any()
useHostVerification: any()
usePeerVerification: any()
}
"type": "Zoho",
"typeProperties": {
"accessToken": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"connectionProperties": {},
"encryptedCredential": {},
"endpoint": {},
"useEncryptedEndpoints": {},
"useHostVerification": {},
"usePeerVerification": {}
}
SecretBase objects
Set the type property to specify the type of object.
For AzureKeyVaultSecret , use:
type: 'AzureKeyVaultSecret'
secretName: any()
secretVersion: any()
store: {
parameters: {}
referenceName: 'string'
type: 'LinkedServiceReference'
}
"type": "AzureKeyVaultSecret",
"secretName": {},
"secretVersion": {},
"store": {
"parameters": {},
"referenceName": "string",
"type": "LinkedServiceReference"
}
For SecureString , use:
type: 'SecureString'
value: 'string'
"type": "SecureString",
"value": "string"
WebLinkedServiceTypeProperties objects
Set the authenticationType property to specify the type of object.
For Anonymous , use:
authenticationType: 'Anonymous'
"authenticationType": "Anonymous"
For Basic , use:
authenticationType: 'Basic'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
username: any()
"authenticationType": "Basic",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"username": {}
For ClientCertificate , use:
authenticationType: 'ClientCertificate'
password: {
type: 'string'
// For remaining properties, see SecretBase objects
}
pfx: {
type: 'string'
// For remaining properties, see SecretBase objects
}
"authenticationType": "ClientCertificate",
"password": {
"type": "string"
// For remaining properties, see SecretBase objects
},
"pfx": {
"type": "string"
// For remaining properties, see SecretBase objects
}
Property values
factories/linkedservices
Name
Description
Value
type
The resource type For Bicep, set this value in the resource declaration .
'Microsoft.DataFactory/factories/linkedservices'
apiVersion
The resource api version For Bicep, set this value in the resource declaration .
'2018-06-01'
name
The resource name See how to set names and types for child resources in Bicep or JSON ARM templates .
string (required) Character limit: 1-260 Valid characters: Can't use:<>*#.%&:\\+?/ or control characters Start with alphanumeric.
parent
In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource .
Symbolic name for resource of type: factories
properties
The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.
LinkedService (required)
LinkedService
IntegrationRuntimeReference
Name
Description
Value
parameters
An object mapping parameter names to argument values.
object
referenceName
Reference integration runtime name.
string (required)
type
Type of integration runtime.
'IntegrationRuntimeReference'
AmazonMWSLinkedService
Name
Description
Value
type
Type of linked service.
'AmazonMWS'
typeProperties
Amazon Marketplace Web Service linked service properties.
AmazonMWSLinkedServiceTypeProperties (required)
AmazonMWSLinkedServiceTypeProperties
Name
Description
Value
accessKeyId
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.(required)
marketplaceID
Any object
For Bicep, you can use the any() function.(required)
mwsAuthToken
The base definition of a secret type.
SecretBase
secretKey
The base definition of a secret type.
SecretBase
sellerID
Any object
For Bicep, you can use the any() function.(required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
SecretBase
AzureKeyVaultSecretReference
Name
Description
Value
secretName
Any object
For Bicep, you can use the any() function.(required)
secretVersion
Any object
For Bicep, you can use the any() function.
store
Linked service reference type.
LinkedServiceReference (required)
type
Type of the secret.
string (required)
LinkedServiceReference
Name
Description
Value
parameters
An object mapping parameter names to argument values.
object
referenceName
Reference LinkedService name.
string (required)
type
Linked service reference type.
'LinkedServiceReference'
SecureString
Name
Description
Value
type
Type of the secret.
string (required)
value
Value of secure string.
string (required)
AmazonRdsForOracleLinkedService
AmazonRdsForLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
AmazonRdsForSqlServerLinkedService
AmazonRdsForSqlServerLinkedServiceTypeProperties
Name
Description
Value
alwaysEncryptedSettings
Sql always encrypted properties.
SqlAlwaysEncryptedProperties
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
userName
Any object
For Bicep, you can use the any() function.
SqlAlwaysEncryptedProperties
Name
Description
Value
alwaysEncryptedAkvAuthType
Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string).
'ManagedIdentity' 'ServicePrincipal' 'UserAssignedManagedIdentity'
credential
Credential reference type.
CredentialReference
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
CredentialReference
Name
Description
Value
referenceName
Reference credential name.
string (required)
type
Credential reference type.
'CredentialReference'
AmazonRedshiftLinkedService
AmazonRedshiftLinkedServiceTypeProperties
Name
Description
Value
database
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
server
Any object
For Bicep, you can use the any() function.(required)
username
Any object
For Bicep, you can use the any() function.
AmazonS3LinkedService
AmazonS3LinkedServiceTypeProperties
Name
Description
Value
accessKeyId
Any object
For Bicep, you can use the any() function.
authenticationType
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
secretAccessKey
The base definition of a secret type.
SecretBase
serviceUrl
Any object
For Bicep, you can use the any() function.
sessionToken
The base definition of a secret type.
SecretBase
AmazonS3CompatibleLinkedService
AmazonS3CompatibleLinkedServiceTypeProperties
Name
Description
Value
accessKeyId
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
forcePathStyle
Any object
For Bicep, you can use the any() function.
secretAccessKey
The base definition of a secret type.
SecretBase
serviceUrl
Any object
For Bicep, you can use the any() function.
Name
Description
Value
clientKey
The base definition of a secret type.
SecretBase (required)
password
The base definition of a secret type.
SecretBase (required)
userName
Any object
For Bicep, you can use the any() function.(required)
AsanaLinkedService
AsanaLinkedServiceTypeProperties
Name
Description
Value
apiToken
The base definition of a secret type.
SecretBase (required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
AzureBatchLinkedService
AzureBatchLinkedServiceTypeProperties
Name
Description
Value
accessKey
The base definition of a secret type.
SecretBase
accountName
Any object
For Bicep, you can use the any() function.(required)
batchUri
Any object
For Bicep, you can use the any() function.(required)
credential
Credential reference type.
CredentialReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
linkedServiceName
Linked service reference type.
LinkedServiceReference (required)
poolName
Any object
For Bicep, you can use the any() function.(required)
AzureBlobFSLinkedService
AzureBlobFSLinkedServiceTypeProperties
Name
Description
Value
accountKey
Any object
For Bicep, you can use the any() function.
azureCloudType
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
servicePrincipalCredential
The base definition of a secret type.
SecretBase
servicePrincipalCredentialType
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
url
Any object
For Bicep, you can use the any() function.(required)
AzureBlobStorageLinkedService
AzureBlobStorageLinkedServiceTypeProperties
Name
Description
Value
accountKey
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
accountKind
Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).
string
azureCloudType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
string
sasToken
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
sasUri
Any object
For Bicep, you can use the any() function.
serviceEndpoint
Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.
string
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
AzureDatabricksLinkedService
AzureDatabricksLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
authentication
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
domain
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
existingClusterId
Any object
For Bicep, you can use the any() function.
instancePoolId
Any object
For Bicep, you can use the any() function.
newClusterCustomTags
Additional tags for cluster resources. This property is ignored in instance pool configurations.
object
newClusterDriverNodeType
Any object
For Bicep, you can use the any() function.
newClusterEnableElasticDisk
Any object
For Bicep, you can use the any() function.
newClusterInitScripts
Any object
For Bicep, you can use the any() function.
newClusterLogDestination
Any object
For Bicep, you can use the any() function.
newClusterNodeType
Any object
For Bicep, you can use the any() function.
newClusterNumOfWorker
Any object
For Bicep, you can use the any() function.
newClusterSparkConf
A set of optional, user-specified Spark configuration key-value pairs.
object
newClusterSparkEnvVars
A set of optional, user-specified Spark environment variables key-value pairs.
object
newClusterVersion
Any object
For Bicep, you can use the any() function.
policyId
Any object
For Bicep, you can use the any() function.
workspaceResourceId
Any object
For Bicep, you can use the any() function.
AzureDatabricksDeltaLakeLinkedService
AzureDatabricksDetltaLakeLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
clusterId
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
domain
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
workspaceResourceId
Any object
For Bicep, you can use the any() function.
AzureDataExplorerLinkedService
AzureDataExplorerLinkedServiceTypeProperties
Name
Description
Value
credential
Credential reference type.
CredentialReference
database
Any object
For Bicep, you can use the any() function.(required)
endpoint
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
AzureDataLakeAnalyticsLinkedService
AzureDataLakeAnalyticsLinkedServiceTypeProperties
Name
Description
Value
accountName
Any object
For Bicep, you can use the any() function.(required)
dataLakeAnalyticsUri
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
resourceGroupName
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
subscriptionId
Any object
For Bicep, you can use the any() function.
tenant
Any object
For Bicep, you can use the any() function.(required)
AzureDataLakeStoreLinkedService
AzureDataLakeStoreLinkedServiceTypeProperties
Name
Description
Value
accountName
Any object
For Bicep, you can use the any() function.
azureCloudType
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
dataLakeStoreUri
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
resourceGroupName
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
subscriptionId
Any object
For Bicep, you can use the any() function.
tenant
Any object
For Bicep, you can use the any() function.
AzureFileStorageLinkedService
AzureFileStorageLinkedServiceTypeProperties
Name
Description
Value
accountKey
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
fileShare
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
sasToken
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
sasUri
Any object
For Bicep, you can use the any() function.
snapshot
Any object
For Bicep, you can use the any() function.
userId
Any object
For Bicep, you can use the any() function.
AzureFunctionLinkedService
AzureFunctionLinkedServiceTypeProperties
Name
Description
Value
authentication
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
functionAppUrl
Any object
For Bicep, you can use the any() function.(required)
functionKey
The base definition of a secret type.
SecretBase
resourceId
Any object
For Bicep, you can use the any() function.
AzureKeyVaultLinkedService
AzureKeyVaultLinkedServiceTypeProperties
Name
Description
Value
baseUrl
Any object
For Bicep, you can use the any() function.(required)
credential
Credential reference type.
CredentialReference
AzureMariaDBLinkedService
AzureMariaDBLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
pwd
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
AzureMLLinkedService
Name
Description
Value
type
Type of linked service.
'AzureML'
typeProperties
Azure ML Studio Web Service linked service properties.
AzureMLLinkedServiceTypeProperties (required)
AzureMLLinkedServiceTypeProperties
Name
Description
Value
apiKey
The base definition of a secret type.
SecretBase (required)
authentication
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
mlEndpoint
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
updateResourceEndpoint
Any object
For Bicep, you can use the any() function.
AzureMLServiceLinkedService
AzureMLServiceLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
mlWorkspaceName
Any object
For Bicep, you can use the any() function.(required)
resourceGroupName
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
subscriptionId
Any object
For Bicep, you can use the any() function.(required)
tenant
Any object
For Bicep, you can use the any() function.
AzureMySqlLinkedService
AzureMySqlLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
AzurePostgreSqlLinkedService
AzurePostgreSqlLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
AzureSearchLinkedService
AzureSearchLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
key
The base definition of a secret type.
SecretBase
url
Any object
For Bicep, you can use the any() function.(required)
AzureSqlDatabaseLinkedService
AzureSqlDatabaseLinkedServiceTypeProperties
Name
Description
Value
alwaysEncryptedSettings
Sql always encrypted properties.
SqlAlwaysEncryptedProperties
azureCloudType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.(required)
credential
Credential reference type.
CredentialReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
AzureSqlDWLinkedService
AzureSqlDWLinkedServiceTypeProperties
Name
Description
Value
azureCloudType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.(required)
credential
Credential reference type.
CredentialReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
AzureSqlMILinkedService
AzureSqlMILinkedServiceTypeProperties
Name
Description
Value
alwaysEncryptedSettings
Sql always encrypted properties.
SqlAlwaysEncryptedProperties
azureCloudType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.(required)
credential
Credential reference type.
CredentialReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
AzureStorageLinkedService
AzureStorageLinkedServiceTypeProperties
Name
Description
Value
accountKey
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
string
sasToken
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
sasUri
Any object
For Bicep, you can use the any() function.
AzureTableStorageLinkedService
CassandraLinkedService
CassandraLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
CommonDataServiceForAppsLinkedService
CommonDataServiceForAppsLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.(required)
deploymentType
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
hostName
Any object
For Bicep, you can use the any() function.
organizationName
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
servicePrincipalCredential
The base definition of a secret type.
SecretBase
servicePrincipalCredentialType
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.
serviceUri
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
ConcurLinkedService
ConcurLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.(required)
connectionProperties
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.(required)
CosmosDbLinkedService
CosmosDbLinkedServiceTypeProperties
Name
Description
Value
accountEndpoint
Any object
For Bicep, you can use the any() function.
accountKey
The base definition of a secret type.
SecretBase
azureCloudType
Any object
For Bicep, you can use the any() function.
connectionMode
The connection mode used to access CosmosDB account. Type: string (or Expression with resultType string).
'Direct' 'Gateway'
connectionString
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
database
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
servicePrincipalCredential
The base definition of a secret type.
SecretBase
servicePrincipalCredentialType
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
'ServicePrincipalCert' 'ServicePrincipalKey'
servicePrincipalId
Any object
For Bicep, you can use the any() function.
tenant
Any object
For Bicep, you can use the any() function.
CosmosDbMongoDbApiLinkedService
CosmosDbMongoDbApiLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
database
Any object
For Bicep, you can use the any() function.(required)
isServerVersionAbove32
Any object
For Bicep, you can use the any() function.
CouchbaseLinkedService
CouchbaseLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
credString
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
encryptedCredential
Any object
For Bicep, you can use the any() function.
CustomDataSourceLinkedService
Name
Description
Value
type
Type of linked service.
'CustomDataSource'
typeProperties
Any object
For Bicep, you can use the any() function.(required)
DataworldLinkedService
DataworldLinkedServiceTypeProperties
Name
Description
Value
apiToken
The base definition of a secret type.
SecretBase (required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
Db2LinkedService
Db2LinkedServiceTypeProperties
Name
Description
Value
authenticationType
AuthenticationType to be used for connection. It is mutually exclusive with connectionString property.
'Basic'
certificateCommonName
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.
database
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
packageCollection
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
server
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
DrillLinkedService
DrillLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
pwd
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
DynamicsLinkedService
DynamicsLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.(required)
credential
Credential reference type.
CredentialReference
deploymentType
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
hostName
Any object
For Bicep, you can use the any() function.
organizationName
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
servicePrincipalCredential
The base definition of a secret type.
SecretBase
servicePrincipalCredentialType
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.
serviceUri
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
DynamicsAXLinkedService
DynamicsAXLinkedServiceTypeProperties
Name
Description
Value
aadResourceId
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalKey
The base definition of a secret type.
SecretBase (required)
tenant
Any object
For Bicep, you can use the any() function.(required)
url
Any object
For Bicep, you can use the any() function.(required)
DynamicsCrmLinkedService
DynamicsCrmLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.(required)
deploymentType
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
hostName
Any object
For Bicep, you can use the any() function.
organizationName
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
servicePrincipalCredential
The base definition of a secret type.
SecretBase
servicePrincipalCredentialType
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.
serviceUri
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
EloquaLinkedService
EloquaLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.(required)
FileServerLinkedService
FileServerLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
userId
Any object
For Bicep, you can use the any() function.
FtpServerLinkedService
FtpServerLinkedServiceTypeProperties
Name
Description
Value
authenticationType
The authentication type to be used to connect to the FTP server.
'Anonymous' 'Basic'
enableServerCertificateValidation
Any object
For Bicep, you can use the any() function.
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
userName
Any object
For Bicep, you can use the any() function.
GoogleAdWordsLinkedService
GoogleAdWordsLinkedServiceTypeProperties
Name
Description
Value
authenticationType
The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.
'ServiceAuthentication' 'UserAuthentication'
clientCustomerID
Any object
For Bicep, you can use the any() function.
clientId
Any object
For Bicep, you can use the any() function.
clientSecret
The base definition of a secret type.
SecretBase
connectionProperties
Any object
For Bicep, you can use the any() function.
developerToken
The base definition of a secret type.
SecretBase
email
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
keyFilePath
Any object
For Bicep, you can use the any() function.
refreshToken
The base definition of a secret type.
SecretBase
trustedCertPath
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
GoogleBigQueryLinkedService
GoogleBigQueryLinkedServiceTypeProperties
Name
Description
Value
additionalProjects
Any object
For Bicep, you can use the any() function.
authenticationType
The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.
'ServiceAuthentication' 'UserAuthentication'
clientId
Any object
For Bicep, you can use the any() function.
clientSecret
The base definition of a secret type.
SecretBase
email
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
keyFilePath
Any object
For Bicep, you can use the any() function.
project
Any object
For Bicep, you can use the any() function.(required)
refreshToken
The base definition of a secret type.
SecretBase
requestGoogleDriveScope
Any object
For Bicep, you can use the any() function.
trustedCertPath
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
GoogleCloudStorageLinkedService
GoogleCloudStorageLinkedServiceTypeProperties
Name
Description
Value
accessKeyId
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
secretAccessKey
The base definition of a secret type.
SecretBase
serviceUrl
Any object
For Bicep, you can use the any() function.
GreenplumLinkedService
GreenplumLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
pwd
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
HBaseLinkedService
HBaseLinkedServiceTypeProperties
Name
Description
Value
allowHostNameCNMismatch
Any object
For Bicep, you can use the any() function.
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication mechanism to use to connect to the HBase server.
'Anonymous' 'Basic'
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
httpPath
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
trustedCertPath
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
HdfsLinkedService
HdfsLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
url
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
HDInsightLinkedService
HDInsightLinkedServiceTypeProperties
Name
Description
Value
clusterUri
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
fileSystem
Any object
For Bicep, you can use the any() function.
hcatalogLinkedServiceName
Linked service reference type.
LinkedServiceReference
isEspEnabled
Any object
For Bicep, you can use the any() function.
linkedServiceName
Linked service reference type.
LinkedServiceReference
password
The base definition of a secret type.
SecretBase
userName
Any object
For Bicep, you can use the any() function.
HDInsightOnDemandLinkedService
HDInsightOnDemandLinkedServiceTypeProperties
Name
Description
Value
additionalLinkedServiceNames
Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can register them on your behalf.
LinkedServiceReference []
clusterNamePrefix
Any object
For Bicep, you can use the any() function.
clusterPassword
The base definition of a secret type.
SecretBase
clusterResourceGroup
Any object
For Bicep, you can use the any() function.(required)
clusterSize
Any object
For Bicep, you can use the any() function.(required)
clusterSshPassword
The base definition of a secret type.
SecretBase
clusterSshUserName
Any object
For Bicep, you can use the any() function.
clusterType
Any object
For Bicep, you can use the any() function.
clusterUserName
Any object
For Bicep, you can use the any() function.
coreConfiguration
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
dataNodeSize
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
hBaseConfiguration
Any object
For Bicep, you can use the any() function.
hcatalogLinkedServiceName
Linked service reference type.
LinkedServiceReference
hdfsConfiguration
Any object
For Bicep, you can use the any() function.
headNodeSize
Any object
For Bicep, you can use the any() function.
hiveConfiguration
Any object
For Bicep, you can use the any() function.
hostSubscriptionId
Any object
For Bicep, you can use the any() function.(required)
linkedServiceName
Linked service reference type.
LinkedServiceReference (required)
mapReduceConfiguration
Any object
For Bicep, you can use the any() function.
oozieConfiguration
Any object
For Bicep, you can use the any() function.
scriptActions
Custom script actions to run on HDI ondemand cluster once it's up. Please refer to /azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.
ScriptAction []
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
sparkVersion
Any object
For Bicep, you can use the any() function.
stormConfiguration
Any object
For Bicep, you can use the any() function.
subnetName
Any object
For Bicep, you can use the any() function.
tenant
Any object
For Bicep, you can use the any() function.(required)
timeToLive
Any object
For Bicep, you can use the any() function.(required)
version
Any object
For Bicep, you can use the any() function.(required)
virtualNetworkId
Any object
For Bicep, you can use the any() function.
yarnConfiguration
Any object
For Bicep, you can use the any() function.
zookeeperNodeSize
Any object
For Bicep, you can use the any() function.
ScriptAction
Name
Description
Value
name
The user provided name of the script action.
string (required)
parameters
The parameters for the script action.
string
roles
Any object
For Bicep, you can use the any() function.(required)
uri
The URI for the script action.
string (required)
HiveLinkedService
Name
Description
Value
type
Type of linked service.
'Hive'
typeProperties
Hive Server linked service properties.
HiveLinkedServiceTypeProperties (required)
HiveLinkedServiceTypeProperties
Name
Description
Value
allowHostNameCNMismatch
Any object
For Bicep, you can use the any() function.
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication method used to access the Hive server.
'Anonymous' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
httpPath
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
serverType
The type of Hive server.
'HiveServer1' 'HiveServer2' 'HiveThriftServer'
serviceDiscoveryMode
Any object
For Bicep, you can use the any() function.
thriftTransportProtocol
The transport protocol to use in the Thrift layer.
'Binary' 'HTTP ' 'SASL'
trustedCertPath
Any object
For Bicep, you can use the any() function.
useNativeQuery
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
zooKeeperNameSpace
Any object
For Bicep, you can use the any() function.
HttpLinkedService
Name
Description
Value
type
Type of linked service.
'HttpServer'
typeProperties
Properties specific to this linked service type.
HttpLinkedServiceTypeProperties (required)
HttpLinkedServiceTypeProperties
Name
Description
Value
authenticationType
The authentication type to be used to connect to the HTTP server.
'Anonymous' 'Basic' 'ClientCertificate' 'Digest' 'Windows'
authHeaders
Any object
For Bicep, you can use the any() function.
certThumbprint
Any object
For Bicep, you can use the any() function.
embeddedCertData
Any object
For Bicep, you can use the any() function.
enableServerCertificateValidation
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
url
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
HubspotLinkedService
HubspotLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
clientId
Any object
For Bicep, you can use the any() function.(required)
clientSecret
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
refreshToken
The base definition of a secret type.
SecretBase
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
ImpalaLinkedService
ImpalaLinkedServiceTypeProperties
Name
Description
Value
allowHostNameCNMismatch
Any object
For Bicep, you can use the any() function.
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication type to use.
'Anonymous' 'SASLUsername' 'UsernameAndPassword'
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
trustedCertPath
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.(required)
credential
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
userName
Any object
For Bicep, you can use the any() function.
JiraLinkedService
Name
Description
Value
type
Type of linked service.
'Jira'
typeProperties
Jira Service linked service properties.
JiraLinkedServiceTypeProperties (required)
JiraLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.(required)
MagentoLinkedService
MagentoLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
MariaDBLinkedService
MariaDBLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
pwd
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
MarketoLinkedService
MarketoLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.(required)
clientSecret
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.(required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
MicrosoftAccessLinkedService
MicrosoftAccessLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.(required)
credential
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
userName
Any object
For Bicep, you can use the any() function.
MongoDbLinkedService
MongoDbLinkedServiceTypeProperties
Name
Description
Value
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication type to be used to connect to the MongoDB database.
'Anonymous' 'Basic'
authSource
Any object
For Bicep, you can use the any() function.
databaseName
Any object
For Bicep, you can use the any() function.(required)
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
server
Any object
For Bicep, you can use the any() function.(required)
username
Any object
For Bicep, you can use the any() function.
MongoDbAtlasLinkedService
MongoDbAtlasLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
database
Any object
For Bicep, you can use the any() function.(required)
MongoDbV2LinkedService
MongoDbV2LinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
database
Any object
For Bicep, you can use the any() function.(required)
MySqlLinkedService
MySqlLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
NetezzaLinkedService
NetezzaLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
pwd
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
ODataLinkedService
ODataLinkedServiceTypeProperties
Name
Description
Value
aadResourceId
Any object
For Bicep, you can use the any() function.
aadServicePrincipalCredentialType
Specify the credential type (key or cert) is used for service principal.
'ServicePrincipalCert' 'ServicePrincipalKey'
authenticationType
Type of authentication used to connect to the OData service.
'AadServicePrincipal' 'Anonymous' 'Basic' 'ManagedServiceIdentity' 'Windows'
authHeaders
Any object
For Bicep, you can use the any() function.
azureCloudType
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
servicePrincipalEmbeddedCert
The base definition of a secret type.
SecretBase
servicePrincipalEmbeddedCertPassword
The base definition of a secret type.
SecretBase
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
url
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
OdbcLinkedService
OdbcLinkedServiceTypeProperties
Name
Description
Value
authenticationType
Any object
For Bicep, you can use the any() function.
connectionString
Any object
For Bicep, you can use the any() function.(required)
credential
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
userName
Any object
For Bicep, you can use the any() function.
Office365LinkedService
Office365LinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
office365TenantId
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalId
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalKey
The base definition of a secret type.
SecretBase (required)
servicePrincipalTenantId
Any object
For Bicep, you can use the any() function.(required)
OracleLinkedService
OracleLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
OracleCloudStorageLinkedService
OracleCloudStorageLinkedServiceTypeProperties
Name
Description
Value
accessKeyId
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
secretAccessKey
The base definition of a secret type.
SecretBase
serviceUrl
Any object
For Bicep, you can use the any() function.
OracleServiceCloudLinkedService
OracleServiceCloudLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase (required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.(required)
PaypalLinkedService
PaypalLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.(required)
clientSecret
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
PhoenixLinkedService
PhoenixLinkedServiceTypeProperties
Name
Description
Value
allowHostNameCNMismatch
Any object
For Bicep, you can use the any() function.
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication mechanism used to connect to the Phoenix server.
'Anonymous' 'UsernameAndPassword' 'WindowsAzureHDInsightService'
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
httpPath
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
trustedCertPath
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
PostgreSqlLinkedService
PostgreSqlLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
PrestoLinkedService
PrestoLinkedServiceTypeProperties
Name
Description
Value
allowHostNameCNMismatch
Any object
For Bicep, you can use the any() function.
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication mechanism used to connect to the Presto server.
'Anonymous' 'LDAP'
catalog
Any object
For Bicep, you can use the any() function.(required)
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
serverVersion
Any object
For Bicep, you can use the any() function.(required)
timeZoneID
Any object
For Bicep, you can use the any() function.
trustedCertPath
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
QuickbaseLinkedService
QuickbaseLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
url
Any object
For Bicep, you can use the any() function.(required)
userToken
The base definition of a secret type.
SecretBase (required)
QuickBooksLinkedService
QuickBooksLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
accessTokenSecret
The base definition of a secret type.
SecretBase
companyId
Any object
For Bicep, you can use the any() function.
connectionProperties
Any object
For Bicep, you can use the any() function.
consumerKey
Any object
For Bicep, you can use the any() function.
consumerSecret
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
ResponsysLinkedService
ResponsysLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.(required)
clientSecret
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.(required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
RestServiceLinkedService
RestServiceLinkedServiceTypeProperties
Name
Description
Value
aadResourceId
Any object
For Bicep, you can use the any() function.
authenticationType
Type of authentication used to connect to the REST service.
'AadServicePrincipal' 'Anonymous' 'Basic' 'ManagedServiceIdentity'
authHeaders
Any object
For Bicep, you can use the any() function.
azureCloudType
Any object
For Bicep, you can use the any() function.
credential
Credential reference type.
CredentialReference
enableServerCertificateValidation
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
servicePrincipalId
Any object
For Bicep, you can use the any() function.
servicePrincipalKey
The base definition of a secret type.
SecretBase
tenant
Any object
For Bicep, you can use the any() function.
url
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
SalesforceLinkedService
SalesforceLinkedServiceTypeProperties
Name
Description
Value
apiVersion
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
environmentUrl
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
securityToken
The base definition of a secret type.
SecretBase
username
Any object
For Bicep, you can use the any() function.
SalesforceMarketingCloudLinkedService
SalesforceMarketingCloudLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.
clientSecret
The base definition of a secret type.
SecretBase
connectionProperties
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
SalesforceServiceCloudLinkedService
SalesforceServiceCloudLinkedServiceTypeProperties
Name
Description
Value
apiVersion
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
environmentUrl
Any object
For Bicep, you can use the any() function.
extendedProperties
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
securityToken
The base definition of a secret type.
SecretBase
username
Any object
For Bicep, you can use the any() function.
SapBWLinkedService
Name
Description
Value
type
Type of linked service.
'SapBW'
typeProperties
Properties specific to this linked service type.
SapBWLinkedServiceTypeProperties (required)
SapBWLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
server
Any object
For Bicep, you can use the any() function.(required)
systemNumber
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
SapCloudForCustomerLinkedService
SapCloudForCustomerLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
url
Any object
For Bicep, you can use the any() function.(required)
username
Any object
For Bicep, you can use the any() function.
SapEccLinkedService
SapEccLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string).
string
password
The base definition of a secret type.
SecretBase
url
The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).
string (required)
username
The username for Basic authentication. Type: string (or Expression with resultType string).
string
SapHanaLinkedService
Name
Description
Value
type
Type of linked service.
'SapHana'
typeProperties
Properties specific to this linked service type.
SapHanaLinkedServiceProperties (required)
SapHanaLinkedServiceProperties
Name
Description
Value
authenticationType
The authentication type to be used to connect to the SAP HANA server.
'Basic' 'Windows'
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
server
Any object
For Bicep, you can use the any() function.
userName
Any object
For Bicep, you can use the any() function.
SapOpenHubLinkedService
Name
Description
Value
type
Type of linked service.
'SapOpenHub'
typeProperties
Properties specific to SAP Business Warehouse Open Hub Destination linked service type.
SapOpenHubLinkedServiceTypeProperties (required)
SapOpenHubLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
language
Any object
For Bicep, you can use the any() function.
logonGroup
Any object
For Bicep, you can use the any() function.
messageServer
Any object
For Bicep, you can use the any() function.
messageServerService
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
server
Any object
For Bicep, you can use the any() function.
systemId
Any object
For Bicep, you can use the any() function.
systemNumber
Any object
For Bicep, you can use the any() function.
userName
Any object
For Bicep, you can use the any() function.
SapTableLinkedService
SapTableLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
language
Any object
For Bicep, you can use the any() function.
logonGroup
Any object
For Bicep, you can use the any() function.
messageServer
Any object
For Bicep, you can use the any() function.
messageServerService
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
server
Any object
For Bicep, you can use the any() function.
sncLibraryPath
Any object
For Bicep, you can use the any() function.
sncMode
Any object
For Bicep, you can use the any() function.
sncMyName
Any object
For Bicep, you can use the any() function.
sncPartnerName
Any object
For Bicep, you can use the any() function.
sncQop
Any object
For Bicep, you can use the any() function.
systemId
Any object
For Bicep, you can use the any() function.
systemNumber
Any object
For Bicep, you can use the any() function.
userName
Any object
For Bicep, you can use the any() function.
ServiceNowLinkedService
ServiceNowLinkedServiceTypeProperties
Name
Description
Value
authenticationType
The authentication type to use.
'Basic' 'OAuth2'
clientId
Any object
For Bicep, you can use the any() function.
clientSecret
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.(required)
password
The base definition of a secret type.
SecretBase
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
SftpServerLinkedService
SftpServerLinkedServiceTypeProperties
Name
Description
Value
authenticationType
The authentication type to be used to connect to the FTP server.
'Basic' 'MultiFactor' 'SshPublicKey'
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
hostKeyFingerprint
Any object
For Bicep, you can use the any() function.
passPhrase
The base definition of a secret type.
SecretBase
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.
privateKeyContent
The base definition of a secret type.
SecretBase
privateKeyPath
Any object
For Bicep, you can use the any() function.
skipHostKeyValidation
Any object
For Bicep, you can use the any() function.
userName
Any object
For Bicep, you can use the any() function.
SharePointOnlineListLinkedService
SharePointOnlineListLinkedServiceTypeProperties
Name
Description
Value
encryptedCredential
Any object
For Bicep, you can use the any() function.
servicePrincipalId
Any object
For Bicep, you can use the any() function.(required)
servicePrincipalKey
The base definition of a secret type.
SecretBase (required)
siteUrl
Any object
For Bicep, you can use the any() function.(required)
tenantId
Any object
For Bicep, you can use the any() function.(required)
ShopifyLinkedService
ShopifyLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
SmartsheetLinkedService
SmartsheetLinkedServiceTypeProperties
Name
Description
Value
apiToken
The base definition of a secret type.
SecretBase (required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
SnowflakeLinkedService
SnowflakeLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
SparkLinkedService
SparkLinkedServiceTypeProperties
Name
Description
Value
allowHostNameCNMismatch
Any object
For Bicep, you can use the any() function.
allowSelfSignedServerCert
Any object
For Bicep, you can use the any() function.
authenticationType
The authentication method used to access the Spark server.
'Anonymous' 'Username' 'UsernameAndPassword' 'WindowsAzureHDInsightService'
enableSsl
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.(required)
httpPath
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
port
Any object
For Bicep, you can use the any() function.(required)
serverType
The type of Spark server.
'SharkServer' 'SharkServer2' 'SparkThriftServer'
thriftTransportProtocol
The transport protocol to use in the Thrift layer.
'Binary' 'HTTP ' 'SASL'
trustedCertPath
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
useSystemTrustStore
Any object
For Bicep, you can use the any() function.
SqlServerLinkedService
SqlServerLinkedServiceTypeProperties
Name
Description
Value
alwaysEncryptedSettings
Sql always encrypted properties.
SqlAlwaysEncryptedProperties
connectionString
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
userName
Any object
For Bicep, you can use the any() function.
SquareLinkedService
SquareLinkedServiceTypeProperties
Name
Description
Value
clientId
Any object
For Bicep, you can use the any() function.
clientSecret
The base definition of a secret type.
SecretBase
connectionProperties
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.
redirectUri
Any object
For Bicep, you can use the any() function.
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
SybaseLinkedService
SybaseLinkedServiceTypeProperties
Name
Description
Value
authenticationType
AuthenticationType to be used for connection.
'Basic' 'Windows'
database
Any object
For Bicep, you can use the any() function.(required)
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
schema
Any object
For Bicep, you can use the any() function.
server
Any object
For Bicep, you can use the any() function.(required)
username
Any object
For Bicep, you can use the any() function.
TeamDeskLinkedService
TeamDeskLinkedServiceTypeProperties
Name
Description
Value
apiToken
The base definition of a secret type.
SecretBase
authenticationType
The authentication type to use.
'Basic' 'Token'
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
url
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
TeradataLinkedService
TeradataLinkedServiceTypeProperties
Name
Description
Value
authenticationType
AuthenticationType to be used for connection.
'Basic' 'Windows'
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
server
Any object
For Bicep, you can use the any() function.
username
Any object
For Bicep, you can use the any() function.
TwilioLinkedService
TwilioLinkedServiceTypeProperties
Name
Description
Value
password
The base definition of a secret type.
SecretBase (required)
userName
Any object
For Bicep, you can use the any() function.(required)
VerticaLinkedService
VerticaLinkedServiceTypeProperties
Name
Description
Value
connectionString
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
pwd
Azure Key Vault secret reference.
AzureKeyVaultSecretReference
WebLinkedService
Name
Description
Value
type
Type of linked service.
'Web'
typeProperties
Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models.
WebLinkedServiceTypeProperties (required)
WebLinkedServiceTypeProperties
WebAnonymousAuthentication
Name
Description
Value
authenticationType
Type of authentication used to connect to the web table source.
'Anonymous'
WebBasicAuthentication
Name
Description
Value
authenticationType
Type of authentication used to connect to the web table source.
'Basic'
password
The base definition of a secret type.
SecretBase (required)
username
Any object
For Bicep, you can use the any() function.(required)
WebClientCertificateAuthentication
Name
Description
Value
authenticationType
Type of authentication used to connect to the web table source.
'ClientCertificate'
password
The base definition of a secret type.
SecretBase (required)
pfx
The base definition of a secret type.
SecretBase (required)
XeroLinkedService
Name
Description
Value
type
Type of linked service.
'Xero'
typeProperties
Xero Service linked service properties.
XeroLinkedServiceTypeProperties (required)
XeroLinkedServiceTypeProperties
Name
Description
Value
connectionProperties
Any object
For Bicep, you can use the any() function.
consumerKey
The base definition of a secret type.
SecretBase
encryptedCredential
Any object
For Bicep, you can use the any() function.
host
Any object
For Bicep, you can use the any() function.
privateKey
The base definition of a secret type.
SecretBase
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
ZendeskLinkedService
ZendeskLinkedServiceTypeProperties
Name
Description
Value
apiToken
The base definition of a secret type.
SecretBase
authenticationType
The authentication type to use.
'Basic' 'Token'
encryptedCredential
Any object
For Bicep, you can use the any() function.
password
The base definition of a secret type.
SecretBase
url
Any object
For Bicep, you can use the any() function.(required)
userName
Any object
For Bicep, you can use the any() function.
ZohoLinkedService
Name
Description
Value
type
Type of linked service.
'Zoho'
typeProperties
Zoho server linked service properties.
ZohoLinkedServiceTypeProperties (required)
ZohoLinkedServiceTypeProperties
Name
Description
Value
accessToken
The base definition of a secret type.
SecretBase
connectionProperties
Any object
For Bicep, you can use the any() function.
encryptedCredential
Any object
For Bicep, you can use the any() function.
endpoint
Any object
For Bicep, you can use the any() function.
useEncryptedEndpoints
Any object
For Bicep, you can use the any() function.
useHostVerification
Any object
For Bicep, you can use the any() function.
usePeerVerification
Any object
For Bicep, you can use the any() function.
Quickstart templates
The following quickstart templates deploy this resource type.
Template
Description
Create a Data Factory, copy from Salesforce to Blob
This template uses Azure Data Factory to perform data movement from Salesforce to Azure Blobs
Bulk copy using Azure Data Factory
This template creates a V2 data factory that copies data in bulk an Azure SQL database to an Azure SQL data warehouse.
Create a V2 data factory
This template creates a V2 data factory that copies data from a folder in an Azure Blob Storage to another folder in the storage.
Create a V2 data factory
This template creates a V2 data factory that copies data from a folder in an Azure Blob Storage to a table in an Azure Database for MySQL.
Create a V2 data factory
This template creates a V2 data factory that copies data from a folder in an Azure Blob Storage to a table in an Azure Database for PostgreSQL.
Create a V2 data factory
This template creates a V2 data factory that copies data from a folder in an Azure Blob Storage to a table in an Azure SQL database.
Create a V2 data factory
This template creates a V2 data factory that copies data from an on-premises SQL Server to an Azure blob storage
Create a V2 data factory
This template creates a V2 data factory that copies data from a folder in an Azure Blob Storage to another folder in the storage.