Calling a PowerShell script from Azure batch custom activity using PowerShell and application environment variable
问题 I've been slowly working out how to call a PowerShell script to transform IIS logs using LogParser 2.2. I've settled on using Azure Data Factory Batch Service Custom Activity to run the PowerShell script. I've been able to figure out how to address many of the file path issues that arise in running PowerShell from within Azure Custom Batch Activity, but I can't figure this one out. Currently I'm just trying to print via Write-Host the environment variable AZ_BATCH_APP_PACKAGE