Report of all pipelines and there mapping details

Copper Contributor

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 :
 
What I also need is the Mapping and SQL information. 

Does anyone know of a report that will provide all the information.
 
Thank you,
Kathleene Hunter
 
0 Replies