Adding pipeline: EmailSender
This commit is contained in:
parent
18b10c5bab
commit
a5fe582f55
38
Code/DataFactory/pipeline/EmailSender.json
Normal file
38
Code/DataFactory/pipeline/EmailSender.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "EmailSender",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Send Email",
|
||||
"type": "AzureFunctionActivity",
|
||||
"dependsOn": [],
|
||||
"policy": {
|
||||
"timeout": "0.12:00:00",
|
||||
"retry": 0,
|
||||
"retryIntervalInSeconds": 30,
|
||||
"secureOutput": false,
|
||||
"secureInput": false
|
||||
},
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"functionName": "SendEmail",
|
||||
"method": "POST",
|
||||
"body": {
|
||||
"emailRecipients": "mrpaulandrew@ymail.com",
|
||||
"emailSubject": "ADFprocfwk Alert: Deployment Gateway Test",
|
||||
"emailBody": "Deployment Gateway Test Success",
|
||||
"emailImportance": "High"
|
||||
}
|
||||
},
|
||||
"linkedServiceName": {
|
||||
"referenceName": "EmailSenderFunction",
|
||||
"type": "LinkedServiceReference"
|
||||
}
|
||||
}
|
||||
],
|
||||
"folder": {
|
||||
"name": "Demo Pipelines/Misc"
|
||||
},
|
||||
"annotations": []
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user