alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
10 stars 4 forks source link

Fix Pulumi failing to deploy the database #242

Closed mhauru closed 4 months ago

mhauru commented 4 months ago

We have an outstanding issue with Pulumi failing to create the database. See here for the Pulumi Azure Native issue for this.

One solution would be #118. Another that could help would be doing what RCTab did, namely use a preview version of Pulumi Azure Native. They also made the firewall depend on the database though I'm unsure if that's relevant for our case. Thanks to @Iain-S for pointing these out.