Skip to main content

Subnet



Resource Icon

Resource Overview

In Microsoft Azure, a subnet is an IP address range within a VNet (virtual network). It represents a logical division of the IP network that allows for network traffic segmentation and management of network resources. A subnet is a smaller network within a larger network and is used to isolate traffic between different parts of a virtual network. Each subnet in Azure can have its own NSG (Network Security Group), which helps to create security boundaries for the resources within that subnet.

Associated Resources

Parent Resource

Resource Setting Values

  • included_vnet_name : The name of the Virtual Network to which to attach the Subnet
  • address_prefixes : A unique address range specified in CIDR format, within the address space of the Virtual Network
  • private_link_endpoint_enabled : Set whether to connect the private endpoint to the subnet - true, false
  • delegation
    • service_name : The name of service which should be delegated
    • actions : A list of Actions which should be delegated

Reference Materials