Azure Administrator Associate (AZ-104)
1 Manage Azure identities and governance
1-1 Manage Azure AD objects
1-2 Manage role-based access control (RBAC)
1-3 Manage subscriptions and governance
2 Implement and manage storage
2-1 Manage storage accounts
2-2 Manage blob storage
2-3 Manage disk storage
2-4 Manage file shares
2-5 Implement Azure Backup
3 Deploy and manage Azure compute resources
3-1 Manage virtual machines (VMs)
3-2 Manage VM extensions
3-3 Manage virtual machine scale sets (VMSS)
3-4 Manage Azure App Services
3-5 Manage Azure Container Instances (ACI)
3-6 Manage Azure Kubernetes Service (AKS)
4 Configure and manage virtual networking
4-1 Manage Azure virtual networks
4-2 Manage network security groups (NSGs)
4-3 Manage Azure DNS
4-4 Manage Azure load balancers
4-5 Manage Azure Application Gateway
4-6 Manage Azure VPN Gateway
4-7 Manage Azure ExpressRoute
4-8 Manage Azure Traffic Manager
4-9 Manage Azure Content Delivery Network (CDN)
5 Monitor and back up Azure resources
5-1 Monitor resources using Azure Monitor
5-2 Implement and manage Azure Backup
5-3 Implement and manage Azure Site Recovery
5-4 Implement and manage Azure Security Center
5-5 Implement and manage Azure Update Management
Manage Azure Virtual Networks

Manage Azure Virtual Networks

Key Concepts

Virtual Networks (VNets)

Azure Virtual Networks (VNets) are the fundamental building blocks for your private network in Azure. VNets enable Azure resources, such as VMs, web apps, and databases, to securely communicate with each other, the internet, and on-premises networks. Each VNet is isolated from other VNets, ensuring network traffic is private and secure.

Example: Think of a VNet as a private island where all your Azure resources live. This island has its own rules and boundaries, ensuring that resources on the island can communicate securely without interference from other islands.

Subnets

Subnets are segments of a VNet that allow you to partition the network into smaller, more manageable sections. Each subnet can contain different types of Azure resources, and you can apply different network configurations to each subnet. Subnets help in organizing and securing your network by isolating traffic between different parts of the VNet.

Analogy: Consider a VNet as a large office building. Subnets are like different departments within the building, such as HR, IT, and Marketing. Each department has its own space and rules, but they all share the same building infrastructure.

Network Security Groups (NSGs)

Network Security Groups (NSGs) act as virtual firewalls for your VNet, controlling inbound and outbound traffic to and from Azure resources. NSGs contain security rules that allow or deny traffic based on factors like source IP address, destination IP address, protocol, and port number. NSGs can be associated with subnets or individual network interfaces (NICs).

Example: Imagine NSGs as security guards at the entrance of each department in the office building. They check incoming and outgoing traffic, allowing only authorized personnel and data to pass through, ensuring the security and integrity of the department.

Virtual Network Peering

Virtual Network Peering allows you to connect two or more VNets in the same Azure region or across different regions. Peering enables resources in different VNets to communicate with each other as if they were on the same network, with low latency and high bandwidth. Peering is useful for scenarios like connecting different environments (e.g., development and production) or connecting VNets in different regions for disaster recovery.

Analogy: Think of VNet peering as building bridges between different islands. These bridges allow resources on separate islands to communicate seamlessly, enabling collaboration and data sharing across islands.

Conclusion

Managing Azure Virtual Networks involves understanding and effectively using VNets, subnets, NSGs, and VNet peering. By leveraging these features, you can create a secure, organized, and efficient network environment that meets the needs of your organization.