I find the documentation on Azure Availability Zones a bit lacking on details about high availability, so I hope someone here knows these details about some undocumented behaviour.
What happens when a Virtual Machine (or any other zonal resource, like disks) is provisioned on Azure, but no availability option is selected, Availability Zone in this case. In which Zone does it reside, if there are three zones. On AWS all VMs go in some zone, random if nothing else. But what's on Azure? Also random, a fourth one? None? A separate datacenter not included in a zone? Are there Azure datacenters within a region which do not belong to any zone?
How come we can have (data) disks in different availability zones than the VM that we're attaching them to? Shouldn't that introduce performance degradation, with the disks being potentially further away? AFAIK, that's not even possible on AWS, an EBS must be in the same Zone as the EC2 instance, and subnets do not span different Zones, for example.