-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Describe the bug
We have an issue where some vNets are suddenly getting unassociated to the block. When we try to associate the vNet again, we get the following error: {"error":"Block already contains network(s) and/or reservation(s) within the CIDR range of target network."}.
When we look in CosmosDB we can see that the vNet actually still is in block, but it is ("active": false).
We can fix the issue by manually removing the vNet entry from CosmosDB and then associate the vNet again.
But then a day after, we suddenly have another vNet that's changed to ("active": false) and becomes unassociated.
To Reproduce
Steps to reproduce the behavior:
- vNet is suddenly unassociated.
- vNet can't be added again, because of error {"error":"Block already contains network(s) and/or reservation(s) within the CIDR range of target network."}.
- Checking CosmosDB, we can see the vNet is actually still there, but with ("active": false).
Expected behavior
We expect vNet to not change from ("active": true) to ("active": false).
Version
{
"status": "OK",
"version": "3.4.0",
"stack": "LegacyCompose",
"environment": "AZURE_PUBLIC",
"container": {
"image_id": "debian",
"image_version": "12",
"image_codename": "bookworm",
"image_pretty_name": "Debian GNU/Linux 12 (bookworm)"
}
}