We have a azure pipeline which have multiple stages including updating web tenants.
In current scenario, pipeline for this stage uses runbook
1. runbook which is checking and updating tenants
2. this runbook read key vault secret for DB password (which is identical for all)
We want in future:
Need to be modified to provide different DB, users names, password, depending on the db server specified in the multitenancy file. Currently this is pulled from a Vault.
how can i go ahead for this