I have an Azure VM which recently have been resized to D2 size form A2 Basic so it has a new SSD local disk (a temporal disk with no persistence guarantee).
Now it has the swap file, but I think it can be used for more temporary things. What can be moved safely to this disk? For example is safe to move the /tmp
folder?
It is an Ubuntu server, used as a web server (Apache, MySQL).