I have my database connection string stored in Azure Key Vault as a secret. My SSIS package which is on-premises needs to read connection string from Azure Key Vault.
Usually, when I configure my SSIS package, I configure my connection string at development time and wondering how I can connect Azure Key Vault and consume a secret.