19
How does Microsoft Azure work?

Behind the scenes Azure uses a technology called Virtualization!
Virtualization! separates the tight coupling between the computers hardware and it's operating system using an abstraction layer called Hypervisor!
Hypervisor emulates all the functions of a real computer, such as CPU and a Virtual machine.

Interesting isn't it?



When a user creates a request to create a Virtual machine -> Orchestrator packages everything required for a service. -> chooses the best server block -> Sends the package and request to Fabric controller!
Once the Fabric controller has created a virtual machine -> User can connect to this virtual machine!
You're now familiar about how Azure works in realtime!
It's that simple and easy to understand!!

Thanks a lot for reading!

19