Where to check for logs in Azure
Boot Diagnostics
virtual machines > your vm > Boot diagnostics > Serial Log
tips use ctrl+f to search for keywords.
Cloud-init logs inside the VM
ssh in to the vm and follow up with this command: cat /var/log/cloud-init.log
Check customData configuration
sudo cat /var/log/cloud-init.log