This message was deleted.
# typescript
s
This message was deleted.
g
If you run
pulumi stack
, do you see the
myfrontdoor
resource in the resource list in the output?
p
Yes it's showing up there:
Copy code
TYPE                                    NAME
pulumi:pulumi:Stack                     my-lab
azure:frontdoor/frontdoor:Frontdoor     myfrontdoor
g
Can you provide the full output of
pulumi preview --diff
? It seems like Pulumi might be trying to replace the resource and by default Pulumi will try to create the new resource first before deleting the old and this is causing the conflict (maybe).