Forum Discussion
KMHUNTER
Jul 08, 2021Copper Contributor
Report of all pipelines and there mapping details
from power shell executed
Get-AzDataFactoryV2Pipeline -ResourceGroupName "MyGroup" -DataFactoryName "MyFactory"
This process and outputaz.txt report with the following information for each pipeline
PipelineName : Pipeline Name
ResourceGroupName : MyGroup
DataFactoryName : MyFactory
Activities : {Pipes}
Parameters :
ResourceGroupName : MyGroup
DataFactoryName : MyFactory
Activities : {Pipes}
Parameters :
What I also need is the Mapping and SQL information.
Does anyone know of a report that will provide all the information.
Does anyone know of a report that will provide all the information.
Thank you,
Kathleene Hunter
No RepliesBe the first to reply