Reputation: 57
I want to deploy my key vault template in different environments through CI/CD and wanted to know if there is a way to keep only the key/secret name same in the key vault template for different environments.
Upvotes: 0
Views: 277
Reputation: 4448
Not sure which of these you mean, but key vault names must be globally unique as they have a DNS record associated with them. Keys or secrets inside them do not, and can be populated via ARM/Bicep
Upvotes: 1