bland-lunch-5883
04/28/2021, 1:01 PMError: Invalid archive encountered when unmarshaling resource property
at deserializeProperty (C:\...\node_modules\@pulumi\azure-native\node_modules\@pulumi\pulumi\runtime\rpc.js:482:31)
I think it has something to do with Pulumi not being able to read a blob in a storage account correct. It might be caused by me first executing pulumi refresh
, after that any `pulumi up`seems to fail consistent - can it be that the refresh is not able to validate blobs and corrupts the pulumi state after that? Which is weird due to it being made in an earlier iteration by the same Pulumi-script. Has anyone encountered this error before?cool-fireman-90027
04/28/2021, 1:26 PMbland-lunch-5883
04/28/2021, 1:32 PMpulumi up
... make changes to the target folder
pulumi refresh
pulumi up
cool-fireman-90027
04/28/2021, 2:43 PMbland-lunch-5883
04/28/2021, 2:47 PM