You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Recovery Services Vault (without specific alerting configuration / strategy)
Run the ARG query
False positive!
Expected behaviour
This recommendation should only return Recovery Services Vault with classic alert configured. If classic alerts aren't configured, don't return the vault in the recommendation.
Additional context
The condition logic around monitoringSettings property (IF monitoringSettings isnull THEN classic alert is enabled) doesn't seem to be the best approach. Because when I configure Azure Alert and not Classic Alert for my vault, monitoringSettings still doesn't exist (so still a false positive).
The text was updated successfully, but these errors were encountered:
Describe the bug
Migrate from classic alerts to built-in Azure Monitor alerts for Azure Recovery Services Vaults ARG query produce false positives.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
This recommendation should only return Recovery Services Vault with classic alert configured. If classic alerts aren't configured, don't return the vault in the recommendation.
Additional context
The condition logic around
monitoringSettings
property (IF monitoringSettings isnull THEN classic alert is enabled) doesn't seem to be the best approach. Because when I configure Azure Alert and not Classic Alert for my vault,monitoringSettings
still doesn't exist (so still a false positive).The text was updated successfully, but these errors were encountered: