hi :slightly_smiling_face: I'm having trouble usin...
# azure
b
hi 🙂 I'm having trouble using the file archive in pulumi, and keep getting this error:
Copy code
Error: 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?
c
We have an example azure-ts-function-many that has storage account, blob storage, and FileArchive that can help.
b
yes, I follow a similar pattern as that 🙂 sadly that crashes after these steps:
Copy code
pulumi up
... make changes to the target folder
pulumi refresh
pulumi up
it crashes with the error mentioned above 😞
c
Can you open an issue with what you are seeing here.
b
Will do! 🙂