Attempting an update on a stack that was previousl...
# azure
a
Attempting an update on a stack that was previously deployed with
pulumi-azure-native
v2. After updating to v3 it wants to delete+create the same ContainerApp resource. Have tried passing in aliases, both in the form of name and urn, without success – it will still try to create+delete. Any thoughts on why this is happening?
h
It seems like the type has changed. I would try to tweek state manually by delete the old resource and importing the resource with new type.
a
Ah, I guess that might be a sensible option