orange-fish-38644
04/26/2022, 3:27 PMazure-native:web:WebApp (MyApp):
error: autorest/azure: Service returned an error. Status=<nil> <ni>
If I activate verbose logging I see following error message, regarding a blob not found:
I0426 17:05:56.202820 29574 state.go:268] error copying .pulumi/stacks/dev2.json to .pulumi/stacks/dev2.json.bak: blob (key ".pulumi/stacks/dev2.json.bak -> .pulumi/stacks/dev2.json") (code=NotFound): -> <http://github.com/Azure/azure-storage-blob-go/azblob.newStorageError|github.com/Azure/azure-storage-blob-go/azblob.newStorageError>, /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.13.0/azblob/zc_storage_error.go:42
(I'm using my own pulumi state backend in azure blob store)
I'm a bit lost how to to solve this issue and would be happy for any support or hint. Thanks in advance :thank-you:echoing-dinner-19531
04/26/2022, 3:57 PMorange-fish-38644
04/27/2022, 7:13 AMechoing-dinner-19531
04/27/2022, 7:17 AM-v9 --logflow --logtostderr
to your pulumi commandorange-fish-38644
04/27/2022, 2:21 PM