vnet_subnet_create
Creates a subnet in an Azure virtual network by specifying the VNet name, subnet name, resource group, and address prefix.
Instructions
Create a subnet in a virtual network.
Args: vnet_name: Virtual network name subnet_name: Name for the new subnet resource_group: Resource group containing the VNet address_prefix: Subnet CIDR (e.g. 10.0.1.0/24)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vnet_name | Yes | ||
| subnet_name | Yes | ||
| resource_group | Yes | ||
| address_prefix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |