diff --git a/research-spoke/spoke-modules/airlock/content/logicAppWorkflow.json b/research-spoke/spoke-modules/airlock/content/logicAppWorkflow.json index 1da5994..16bfb94 100644 --- a/research-spoke/spoke-modules/airlock/content/logicAppWorkflow.json +++ b/research-spoke/spoke-modules/airlock/content/logicAppWorkflow.json @@ -345,6 +345,10 @@ "defaultValue": "", "type": "String" }, + "pipelineNameFileShareToFileShare": { + "defaultValue": "", + "type": "String" + }, "$connections": { "type": "Object", "defaultValue": {} diff --git a/research-spoke/spoke-modules/airlock/logicApp.bicep b/research-spoke/spoke-modules/airlock/logicApp.bicep index 626f9f7..d00e1c7 100644 --- a/research-spoke/spoke-modules/airlock/logicApp.bicep +++ b/research-spoke/spoke-modules/airlock/logicApp.bicep @@ -202,6 +202,9 @@ resource logicApp 'Microsoft.Logic/workflows@2019-05-01' = { pipelineNameFileShareToBlob: { value: pipelineNames.fileShareToBlob } + pipelineNameFileShareToFileShare: { + value: pipelineNames.fileShareToFileShare + } } } tags: tags