The term sd stands for SCSI disk. In most cases the OS disk is /dev/sda and in some odd cases it can be /dev/sdb also. This is not controlled by any Azure specific thing. This is a default Linux behavior. The ordering in which Linux enumerates SCSI devices is nondeterministic. It scans SCSI devices in the order they appear on the PCI Bus. Therefore, whichever disk is enumerated first is /dev/sda
In a nut shell, The designation /dev/sda and /dev/sdb can be arbitrary as you can see in this documentation: Persistent_block_device_naming
If the Answer is helpful, please click "Accept Answer" and upvote it