Project: Networking

Learn how to connect Azure resources.

We'll cover the following...

Azure resources need connectivity to each other, so let’s set up the networking components to hook them all together.

vNet

All of the resources need to have network connectivity to each other. For this project, all resources will be in the same vNet and subnet.

Since you’re building a demo project, assigning everything in the same network is fine. But if you are building a multi-tiered application with a web frontend ...