-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
needs-triageNeeds to be triagedNeeds to be triaged
Description
Acknowledgements
- I have searched (https://github.com/utmstack/UTMStack/issues) for past instances of this issue
- I have verified that my UTMStack version is up-to-date
Describe the bug
The Azure add-on uses polling to check for configuration changes, which leads to inconsistency and potential errors by not detecting when a tenant/group is removed.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
When a tenant or group is deleted from the UI, the Azure plugin should immediately stop data collection and release resources.
Current Behavior
Plugin continues processing after deletion, wasting significant resources and causing prolonged inconsistent state.
Reproduction Steps
- Configure the Azure plugin with two active tenants/groups.
- Delete one tenant/group from the user interface.
- Note that the plugin continues to run as expected, but it doesn't detect the deletion, resulting in inconsistencies and errors.
Possible Solution
No response
Additional Information/Context
No response
UTMStack Version
v11
Operating System and version
Linux
Hypervisor and Version | Server Vendor and Model
N/A (Container-based deployment)
Browser and version
N/A (Backend issue)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageNeeds to be triagedNeeds to be triaged
Type
Projects
Status
🏗 In progress