vNets in Block becoming unassociated and cant be associated again
- Dominant language
- JavaScript
- Stars
- 327
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
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:
1. vNet is suddenly unassociated.
2. 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."}.
3. 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)"
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.