I am using Azure Cloud Shell to ssh into my VMs.
I have created SSH keys, created my VMs and was able to ssh into my VMs. My Bash cloud shell session was suddenly disconnected (not the main issue) and after opening a new session to Cloud shell again I was not able to ssh into my VM anymore. I checked my .ssh dir and non of my keys were there anymore (empty).
I know the dir clouddrive is persisted but I want to confirm if .ssh is.
If not what is the way to achieve this so I do not run into this issue again.