This message was deleted.
# azure
s
This message was deleted.
b
if it makes anyone feel any better - when I select both the public ip + the appgw in the azure portal to manually delete the damned things, azure itself spews an error saying it can't delete the IP address because it's connected to the appgw (which it eventually deleted by the way).
t
So what would be the ideal behavior here from the Pulumi side?
h
FWIW, i recall solving delete order issues by specifying
opts.parent
and
opts.depends_on
explicitly