Skip to content

omiossec/azureSubnetsPeering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Azure Bicep Subnets peering

Azure CLI code

az feature register --namespace Microsoft.Network --name AllowMultiplePeeringLinksBetweenVnets 


az feature show --name AllowMultiplePeeringLinksBetweenVnets --namespace Microsoft.Network --query 'properties.state' -o tsv Registering




 az network vnet peering create -n "vnet1-vnet2" -g 001testolivier -o none --vnet-name vnet1 --remote-vnet vnet2 --allow-forwarded-traffic --allow-vnet-access --peer-complete-vnet false --local-subnet-names subnet1 --remote-subnet-names subnet1

         az network vnet peering create -n "vnet2-vnet1" -g 001testolivier -o none --vnet-name vnet2 --remote-vnet vnet1 --allow-forwarded-traffic --allow-vnet-access --peer-complete-vnet false --local-subnet-names subnet1 --remote-subnet-names subnet1

About

Azure Bicep Subnets peering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages