I have an Azure resource that was manually deleted...
# getting-started
s
I have an Azure resource that was manually deleted and now I get an error when running
pulumi up
with no suggestions on how to fix it. It looks like I should use
pulumi state delete
, but I'm not sure how to find the urn of the resource, or if that's even the right command. It would be nice if I could delete it by its
name
.