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. (Which is weird due to it being made in an earlier iteration by the same Pulumi-script.) But I have no idea on how to fix this. Has anyone encountered this error before?