0
votes

I want to get the deployment method using Powershell for Self-Hosted Integration Runtime. The requirement is to track whether the SHIR is installed using "Powershell" commands Or its done through the Azure Portal by a human user by manual steps. Is there any Flag in Azure which indicates the method of the resource deployment? i.e. if its a PowerShell/ARM template/Portal deployment?

1

1 Answers

0
votes

Self-Hosted Integration runtime is a service installed on a windows operating machine (the only OS supported now) either on cloud(VM) or on-prem. Closest you can get to its details is under Applications and Services Logs on system Event Viewer, here you can Filter Logs for timestamp between Start and End of your ADF Pipeline.

Additionally, if you feel this is not helpful, you can share your Feedback so the product team can look into this idea. ✌