We have a powershell script running our ADF pipelines. To check the status of the pipeline run we use Get-AzDataFactoryV2PipelineRun. Unfortunately occasionally this command just hangs and never returns a response. We're trying to get to the bottom of why this would be the case.
Is there a way of seeing the events that powershell calls make to ADF in the analytics logs of ADF so we can see if there is any further useful information?
Regards
You can use the PowerShell script below to get the status of a pipeline in ADF:
This will give the status of the pipeline as below: