mammoth-agency-10350
08/22/2024, 4:21 PMerror copying .pulumi/stacks/<stackname>.json.gz to .pulumi/stacks/<stackname>.json.gz.bak: blob (key ".pulumi/stacks/<stackname>.json.gz -> .pulumi/stacks/<stackname>.json.gz.bak") (code=NotFound): PUT https://<storageaccount>.blob.core.windows.net/<containername>/.pulumi/stacks/<containername>/<stackname>.json.gz.bak
The actual names of these blobs do not have the .gz
extension in the storage account. The names are:
.pulumi/stacks/<stackname>.json
and
.pulumi/stacks/<stackname>.json.bak
That said, the correctly named blobs are being updated upon conclusion of the updates. At the end:
Saved stack <stackname> checkpoint to: .pulumi/stacks/<stackname>.json (backup=.pulumi/stacks/<stackname>.json.bak)
It just appears that pulumi is doing a lot of incremental 404s against azure w/ the wrong blob names.mammoth-agency-10350
08/22/2024, 9:35 PMRESPONSE 404: 404 The specified blob does not exist
a total of 852 times!
What gives?
Including @echoing-dinner-19531 as a commentor on the issue.