Forum Discussion
Sergei Kamnev
Apr 28, 2017Copper Contributor
Files in future after Cloud Service deployment
Hello, We have a problem in Azure, and we expect that Microsoft guys can answer or advise it soon. We found recently that after deploying our Cloud Service to Production, many files have date an...
Apr 28, 2017
Hi Sergei Kamnev,
In general these things happen when processes running at the wrong time create files. So it is unlikely that any of the processes on the same box as where the files are stored would be creating these files.
You would probably need to look at where these files came from?
e.g. If you create a file on a remote file system while the file system and your system don't run t the same time then you might get some unexpected results. Same of course if you create a Virtual Machine set the time to somewhere in the future and then create a template from that VM you will see files in the future.
So finding the source of the files will probably give you the answer.