Hi everyone! What do you think is the best way to ...
# azure
g
Hi everyone! What do you think is the best way to seed data into a cosmos container after its creation? Would it make sense to use myContainer.Apply(c => /*use the azure SDK here to insert data*/)?
b
You could use a dynamic provider for this I think
g
@billowy-army-68599 Thanks for the hint, unfortunately it's not available on the lang I'm using (c#)
b
ah sorry, yeah. Cosmos is mongo under the hood right?
g
Yeah pretty much
Anyone got any idea on how I can put the seeding of a cosmos container as part of the pulumi run using C#?