@Bharathi G, Rajkumar I can't access the filesystem through 'Kudu -> Debug Console' because I'm running a Web App on Linux. When I try to access the file system through the "Browse Directory -> wwwroot" it shows the same files as when I FTP in, which "output.tar.gz", "oryx-manifest.toml", "hostingstart.html" and ".ostype". When I download and extract 'output.tar.gz' it gives me the SQLite file from my Github repo, not updated with the current server database.
When I use SSH in Kudu, and I type 'ls', it outputs me my Django file system including the SQLite file. However, I'm unsure how to download the file from SSH? It is just a console and does not have any Kudu file management system in it. Also, I'm not sure if this is the updated SQLite file or if it is the same one as from FTP.