File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,9 +321,7 @@ BlobStorageLocation fallbackInputLocation
321321
322322 var blobName = $ "analysis-runs/{ analysisRunId } /{ stepNumber } -{ workflowType } { extension } ";
323323
324- var blobContainer = ! string . IsNullOrEmpty ( workflowConfig . OutputBlobContainer )
325- ? workflowConfig . OutputBlobContainer
326- : fallbackInputLocation . BlobContainer ;
324+ var blobContainer = fallbackInputLocation . BlobContainer ;
327325
328326 return new BlobStorageLocation
329327 {
Original file line number Diff line number Diff line change 4848 "Workflows" : {
4949 "anonymizer" : {
5050 "TriggerUrl" : " http://trigger-anonymizer-source:8080/trigger-anonymizer" ,
51- "OutputStorageAccount" : " <name-of-storage-account> " ,
51+ "OutputStorageAccount" : " saradevstoreanon " ,
5252 "OutputBlobContainer" : " " ,
5353 "OutputFileExtension" : " .jpg"
5454 },
5555 "fencilla" : {
5656 "TriggerUrl" : " http://trigger-fencilla-source:8080/trigger-fencilla" ,
57- "OutputStorageAccount" : " <name-of-storage-account> " ,
57+ "OutputStorageAccount" : " saradevstorevis " ,
5858 "OutputBlobContainer" : " "
5959 },
6060 "cloe" : {
6161 "TriggerUrl" : " http://trigger-cloe-source:8080/trigger-constant-level-oiler-estimator" ,
62- "OutputStorageAccount" : " <name-of-storage-account> " ,
62+ "OutputStorageAccount" : " saradevstorevis " ,
6363 "OutputBlobContainer" : " "
6464 },
6565 "thermal-reading" : {
6666 "TriggerUrl" : " http://trigger-thermal-reading-source:8080/trigger-thermal-reading" ,
67- "OutputStorageAccount" : " <name-of-storage-account> " ,
67+ "OutputStorageAccount" : " saradevstorevis " ,
6868 "OutputBlobContainer" : " "
6969 }
7070 },
You can’t perform that action at this time.
0 commit comments