Replies: 1 comment 1 reply
-
Hey there @tpetersvw, this is certainly not the expected behavior. Are you able to share some more details around the CIDR of your Block and the CIDR of the vWAN Hub that wouldn't appear on the Networking Associations page? You should see a list of Virtual Networks and Virtual Hubs that meet these criteria:
Additionally, in your setup are you using multiple Spaces, or a single Space? Thanks you for the information and for reaching out. If there is an issue, lets make sure it gets fixed for everyone! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see my VHUB with its adress space, but it isnt assigned with my ip block (htttps://ipam/discover/vhub : Block: , causing overlap issues. Whats the recommended way to assign / exclude it ?
Edit:
Solution:
POST
/api/spaces/{space}/blocks/{block}/networks
body:
{
"id": "string", << azure resource id of vhub
"active": true
}
Beta Was this translation helpful? Give feedback.
All reactions