I need to execute a Python script as part of my CICD process that will do some executions on existing files in a data lake gen 2/blob storage.
I don't know how to authenticate the script so that it can perform the actions needed.
Python script task
task: PythonScript@0
inputs:
scriptSource: 'filePath'
scriptPath: ./script.py
#arguments: # Optional
#pythonInterpreter: # Optional
#workingDirectory: # Optional
#failOnStderr: false # Optional
An Azure Powershell task has an input option to put in a azureSubscription. Maybe I can pass in an argument?