I'm about to create three different environments within my Azure Subscription. Dev
, Test
and Prod
.
However, I am unsure whether it is common practice to use one Key Vault that contain secrets from all three environments or should I create three separate Key Vaults, one for each RG? What is "Best Practice" when it comes to this?