Does anyone have a good azure service for config management?
I'd like to export all my config (endpoints, secrets, connection strings, hostnames etc...) to have 1 consolidated place, currently, it's spread over 10 odd pulumi stacks
In AWS, I'd use SSM Parameter store, but Azure App Configuraton is 1) not supported by Terraform or Pulumi and 2) expensive
c
colossal-room-15708
07/29/2020, 5:19 AM
The best service for this would be Azure Key Vault.
k
kind-mechanic-53546
07/29/2020, 6:49 AM
I was afraid that would be the answer 🙂
I'm doing that with secrets now, but it's a terrible interface compared to SSM Parameters
This is the presentation on the console
its 3 clicks to get to the tags which I put the description of the resource in 🙂