Author: Onder

VNet Peering

Peering is essentially a very fancy way of saying that you want to join two VNets together. By peering two VNets together, you leverage Microsoft’s backbone network (it doesn’t egress onto a public network), and you can still achieve the very low latencies you’d expect on non-peered VNets. You can even peer across regions, so […]

Virtual Networks

Networking is the fundamental building block of pretty much all IT solutions, but is often hard to appreciate due its transparent nature. If done right, networks offer easy integration and seamless flow of data, but it typically requires a lot of thought and design work up front. In traditional physical networks, it also requires the […]

Azure Storage

Azure has a number of different storage services. The service is made up of different ‘layers’ shown below: The most important takeaways from the diagram above are the stream layer and the namespace. The stream layer handles the writing of data to the physical disks within the Azure datacentre, subject to the different type of […]