Azure – How to read secrets from Key Vault without using Service Principle in Python Scripts
We are running Python scripts in Azure Data Factory using Batch Service of Azure Data Factory. We are reading secrets from key vault using Service Principle for which we need to hardcode the Client Id, Client Secret which has the…