Is it possible to recover lost source code from Azure App Service?
I Had my source code in a external SDD, but when it was doing a build to deploy the code, the SDD stopped the connection to the computer and the entire SDD was compromised. Despite it asks to format to read the SDD, I tried to recover all data without formating and ended up seeing every files in the SDD... the problem is that the source code isnt anywhere to be found.
So at this moment I lost some months of development (i know i should do backups more often :(... ). I deployed my projects with Visual Studio...
Does anyone know how to find the source code (if any), or if it is possible to get it from the .ddl .pdb files. I didnt have blob configured, so I dont know if Visual Studio does a back up anywhere else.
Can somebody help me if possible? thanks