Virtual Networks
List Virtual Networks
Response
Error Responses
Status Codes:401- Unauthorized500- Internal server error
Create Virtual Network
Request Body
Azure subscription ID
Virtual network name
Resource group name
Azure region (e.g., “westeurope”, “eastus”)
Response
Success message with VNet name and location
VNet Configuration
- Address Space:
10.0.0.0/16(default)
Error Responses
Status Codes:200- Virtual network created400- Missing required parameters401- Unauthorized500- Internal server error
Subnets
Create Subnet
Request Body
Azure subscription ID
Resource group name
Virtual network name
Subnet name
CIDR address prefix for the subnet
Response
Success message with subnet and VNet names
Created subnet name
Error Responses
Status Codes:200- Subnet created successfully400- Missing required parameters401- Unauthorized500- Internal server error
Network Security
Network Security Groups (NSGs) and other advanced networking features can be managed through the Azure portal or Azure CLI. The Multi-Cloud Manager focuses on core networking resources.