Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Alert Processing Rules (Preview feature) #16272

Closed
1 task done
ZPascal opened this issue Apr 6, 2022 · 1 comment · Fixed by #17006
Closed
1 task done

Support for Alert Processing Rules (Preview feature) #16272

ZPascal opened this issue Apr 6, 2022 · 1 comment · Fixed by #17006

Comments

@ZPascal
Copy link

ZPascal commented Apr 6, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Hi community,

currently the preview feature of the Alert Processing Rules is not implemented inside the Azure Terraform provider.

I've also checked the API and the Golang SDK. It seams so that the feature is already implemented inside the API, but not in the SDK.

I think the feature is a really helpful feature to check for example if the Azure PostgreSQL backup works as expected or not.

Regards,

Pascal

New or Affected Resource(s)/Data Source(s)

azurerm_monitor

Potential Terraform Configuration

resource "azurerm_monitor_processing_rules" "backup_alert" {
  name = "postgres_processing_rules"  
  action_group = "test_notification"
}

References

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants