https://pulumi.com logo
#dotnet
Title
c

cold-caravan-83486

09/03/2020, 4:25 PM
After my deployment runs, I'd like to add a stored procedure and some data to the (Azure Document) database. Is there a way to: 1. tell that the deployment has been performed (rather than previewed or cancelled) 2. get the exported values to find the connection string
c

chilly-hairdresser-56259

09/03/2020, 6:08 PM
Could you use your CI/CD pipeline to string releases together?
c

cold-caravan-83486

09/03/2020, 10:35 PM
Ideally I want to do it from the Pulumi deployment app, because one of the great strengths of a Pulumi deployment is that I could spin up a complete but temporary instance of the whole infrastructure based on the code I've got in my working directory. I just want to move the priming of the database out of the deployed code.
s

some-flower-64874

09/04/2020, 9:17 AM
I think the embedded pulumi api that's coming would make this straightforward, but for where we are now... that's an intriguing question 🙂
👍 1
2 Views