Hi @HERVOUET Christophe (External) ,
Thanks for posting query in Microsoft Q&A Platform. Please check response inline.
Is python able to exploit these linked services directly, on the code?
No, your Python code on Batch pool cannot make sure of linked service in Azure Data factory. ADF linked services are internal to it.
Python code should authenticate with external resources by its own, it cannot use ADF linked service. But yes, from ADF you can pass parameters as you are doing currently.
Hope this helps. Please let me know if any further queries.
-------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.