I have set up a workflow with a sequence of jobs. Each job run fine in an interactive mode, that is, run the notebook directly. However, when I tried to run the workflow, it got error on a step which uses a function from a Repo.
the error says "Failure to initialize configuration for storage account prod50a423bf8b426360bae3.dfs.core.windows.net: Invalid configuration value detected for fs.azure.account.keyInvalid configuration value detected for fs.azure.account.key"
I am certain that I have access to the Repo, the notebooks, the workflow.
What did I miss in the workflow?