An Azure service that is used to provision Windows and Linux virtual machines.
Hello @Oliver.deprez ,
Welcome to Microsoft QnA.
Please share with us the contents of the fstab file (as is) without any modification.
fstab file will reside in /etc/fstab path. Also, share with me the result of lsblk command.
Whenever you mount a disk to Azure, you need to make the mount persistent by adding the UUID record to the fstab file. If you do not add the UUID record entry to fstab file, then once the VM reboots, the mount will not be persistent.
I think your fstab file is throwing error because of either some syntax issue in the file or misconfiguration.
You can share with me the above requested details if you're unable to fix it on your own and I can help further.
Do let me know if this helps and feel free to reach back to me by dropping a reply. Thank you.
-------------------
Please accept as answer and upvote if the above information is helpful.