diff --git a/TrainingFactoryDev/ARMTemplateForFactory.json b/TrainingFactoryDev/ARMTemplateForFactory.json index 66ec476..ab4a065 100644 --- a/TrainingFactoryDev/ARMTemplateForFactory.json +++ b/TrainingFactoryDev/ARMTemplateForFactory.json @@ -2079,6 +2079,33 @@ "[concat(variables('factoryId'), '/linkedServices/trainingdb01')]" ] }, + { + "name": "[concat(parameters('factoryName'), '/Wait 10')]", + "type": "Microsoft.DataFactory/factories/pipelines", + "apiVersion": "2018-06-01", + "properties": { + "activities": [ + { + "name": "Wait 10", + "type": "Wait", + "dependsOn": [], + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": 10 + } + } + ], + "policy": { + "elapsedTimeMetric": {}, + "cancelAfter": {} + }, + "folder": { + "name": "Demo Pipelines/Misc" + }, + "annotations": [] + }, + "dependsOn": [] + }, { "name": "[concat(parameters('factoryName'), '/AnyDatabaseTable')]", "type": "Microsoft.DataFactory/factories/datasets", @@ -3232,33 +3259,6 @@ "dependsOn": [ "[concat(variables('factoryId'), '/managedVirtualNetworks/default')]" ] - }, - { - "name": "[concat(parameters('factoryName'), '/Wait 15')]", - "type": "Microsoft.DataFactory/factories/pipelines", - "apiVersion": "2018-06-01", - "properties": { - "activities": [ - { - "name": "Wait 15", - "type": "Wait", - "dependsOn": [], - "userProperties": [], - "typeProperties": { - "waitTimeInSeconds": 15 - } - } - ], - "policy": { - "elapsedTimeMetric": {}, - "cancelAfter": {} - }, - "folder": { - "name": "Demo Pipelines/Misc" - }, - "annotations": [] - }, - "dependsOn": [] } ] } \ No newline at end of file diff --git a/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json b/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json index 86f5154..f76a045 100644 --- a/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json +++ b/TrainingFactoryDev/linkedTemplates/ArmTemplate_0.json @@ -469,6 +469,33 @@ }, "dependsOn": [] }, + { + "name": "[concat(parameters('factoryName'), '/Wait 10')]", + "type": "Microsoft.DataFactory/factories/pipelines", + "apiVersion": "2018-06-01", + "properties": { + "activities": [ + { + "name": "Wait 10", + "type": "Wait", + "dependsOn": [], + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": 10 + } + } + ], + "policy": { + "elapsedTimeMetric": {}, + "cancelAfter": {} + }, + "folder": { + "name": "Demo Pipelines/Misc" + }, + "annotations": [] + }, + "dependsOn": [] + }, { "name": "[concat(parameters('factoryName'), '/GenericKeys')]", "type": "Microsoft.DataFactory/factories/linkedServices", @@ -601,33 +628,6 @@ "properties": {}, "dependsOn": [] }, - { - "name": "[concat(parameters('factoryName'), '/Wait 15')]", - "type": "Microsoft.DataFactory/factories/pipelines", - "apiVersion": "2018-06-01", - "properties": { - "activities": [ - { - "name": "Wait 15", - "type": "Wait", - "dependsOn": [], - "userProperties": [], - "typeProperties": { - "waitTimeInSeconds": 15 - } - } - ], - "policy": { - "elapsedTimeMetric": {}, - "cancelAfter": {} - }, - "folder": { - "name": "Demo Pipelines/Misc" - }, - "annotations": [] - }, - "dependsOn": [] - }, { "name": "[concat(parameters('factoryName'), '/LakeFileOrderDetailLinesParquet')]", "type": "Microsoft.DataFactory/factories/datasets",