modern-quill-17695
07/20/2022, 10:38 PMpulumi state delete <urn>
command. This worked for one file, but not another because there were other resources reliant on it and I didn't want to run that delete command for resource that haven't been deleted. Since this was for a dev environment, I ran pulumi destroy
on the stack. But that's not something I'd be able to do if this ever happens to a production stack.azure-native:storage:Blob (WebClient_appsettings.json):
error: deleting blob "appsettings.json" (container "$web" / account "webclient237e8fad"): blobs.Client#Delete: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="BlobNotFound" Message="The specified blob does not exist.\nRequestId:41945ff9-401e-0097-0e6b-9c84a2000000\nTime:2022-07-20T19:00:52.4791020Z"
echoing-dinner-19531
07/21/2022, 12:13 PMpulumi refresh
to get the state fixed?modern-quill-17695
07/21/2022, 1:05 PMechoing-dinner-19531
07/21/2022, 1:06 PMmodern-quill-17695
07/21/2022, 1:07 PM