Relative Content

Tag Archive for azurepowershellgithub

How to retrieve the output of CustomScriptExtension in Github

I’m trying to retrieve the output logs from a CustomScriptExtension in GitHub. The CustomScriptExtension executes a PowerShell script, and I want to make the output of this script visible directly in GitHub. Currently, we write the output to a file to view the logs. Is it possible to directly pipe the output of the CustomScriptExtension PowerShell script to GitHub, so the logs are available there without needing to write to an intermediate file? If so, how can this be achieved?