1 00:00:01,040 --> 00:00:04,080 Azure, in particular, extends upon what we can do. 2 00:00:04,080 --> 00:00:07,920 I think Microsoft attempts to make up for the fact that when 3 00:00:07,920 --> 00:00:10,740 you're doing software‑defined networking in Azure, 4 00:00:10,740 --> 00:00:13,490 you're not going to be able to touch the hardware or get the 5 00:00:13,490 --> 00:00:17,790 degree of depth that you are necessarily on‑premises when you 6 00:00:17,790 --> 00:00:21,940 can walk into your server closets, where you can walk into switch closets, 7 00:00:21,940 --> 00:00:24,450 you can actually feel the cables and the 8 00:00:24,450 --> 00:00:27,540 terminations and all of that kind of stuff. 9 00:00:27,540 --> 00:00:29,790 In the Azure portal for your Azure VMs, 10 00:00:29,790 --> 00:00:34,860 you can inspect at the network‑interface level the routing table for each VM. 11 00:00:34,860 --> 00:00:36,690 And this has an advantage. 12 00:00:36,690 --> 00:00:39,540 Again, we don't need to get too far into the weeds here, 13 00:00:39,540 --> 00:00:45,040 but we have an advantage of integration with all of Azure Resource Manager. 14 00:00:45,040 --> 00:00:48,540 This particular route table, you can see the next hop type, 15 00:00:48,540 --> 00:00:52,460 there are these friendly labels called service tags. 16 00:00:52,460 --> 00:00:56,200 So instead of having next hop being a single, 17 00:00:56,200 --> 00:00:59,290 discrete IP address, like a default gateway address, 18 00:00:59,290 --> 00:01:01,540 you can be much more expansive. 19 00:01:01,540 --> 00:01:03,520 So there's in this example, 20 00:01:03,520 --> 00:01:06,330 the bottom two options are saying if we're trying to 21 00:01:06,330 --> 00:01:12,440 get to any of those IP ranges, go through a VirtualNetworkServiceEndpoint. 22 00:01:12,440 --> 00:01:16,480 So these service tags provide a way to notate potentially a 23 00:01:16,480 --> 00:01:19,440 lot of addresses with a single label. 24 00:01:19,440 --> 00:01:28,000 We see these service tags manifested throughout the Azure networking stack. I'll show you more about this effective route stuff in the demo.