https://pulumi.com logo
Title
m

miniature-grass-95081

01/07/2020, 4:22 AM
I'm curious if the output from a deployment can be pushed to something like Azure App Configuration, to automatically push app settings and/or secrets? We're working on solving this today in Azure DevOps using Terraform -> Azure App Config, but was wondering if this would be easier with Pulumi?
t

tall-librarian-49374

01/07/2020, 2:03 PM
So, there's no dedicated resource for App Configuration values yet, but you could use the Azure SDK directly inside your Pulumi program to add those values, as a workaround.
Btw, I don't see an issue in the Terraform provider for this. Consider adding one.
m

miniature-grass-95081

01/10/2020, 9:41 PM
Great thanks. I'll look into that