I have an azure storage account and two web roles. The storage account is used for the web roles.
The other day I put a file in the storage account but the server couldn't see it. After lots of refresh attempts the server saw the file, only to go away again on the next refresh.
To fix that problem I re-deployed my config file from my computer. After that the files started showing up.
I just put a javascript file in my /js/ folder on my storage account. Normally, this file would show up right away. It's been about 10 minutes and I still can't see the file.
Is this expected behavior? I thought that once a file is deployed it is immediately available to all servers connected to that storage account. Anyone know how to fix this?
p.s. I'm using cloud berry to deploy