Yes, it worked for me. To disable the visualizations by deleting specific rules in the rule group, you won't find these options directly in the Azure portal to delete it. Please use the following PowerShell commands to remove these rule groups
- Yes, it worked for me. To disable the visualizations by deleting specific rules in the rule group, you won't find these options directly in the Azure portal to delete it. Please use the following PowerShell commands to remove these rule groups
We need to delete the below two rules from the rule group UXRecordingRulesRuleGroup UXRecordingRulesRuleGroup-Win
$resourceGroup = "ashok-1"
$aksClusterName = "test"
Remove-AzPrometheusRuleGroup -ResourceGroupName $resourceGroup -RuleGroupName "UXRecordingRulesRuleGroup-Win"
Remove-AzPrometheusRuleGroup -ResourceGroupName $resourceGroup -RuleGroupName "UXRecordingRulesRuleGroup"
**After Deleting the Rule group Back to normal the Visualization board
**
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” wherever the information provided helps you, this can be beneficial to other community members.