Azure – Cannot fetch an output variable from another deployment job
I am trying to use an output variable in a second deployment job, by referencing it with 'dependencies', but it is not able to fetch the value. It seems that: $[dependencies.FetchAppRegistration.outputs['Fetch_Azure_AD.AppClientId']] does not return anything in the code below. I…