This is an automated archive made by the Lemmit Bot.
The original was posted on /r/azure by /u/sander1095 on 2023-09-19 12:33:01.
Hey everyone!
I’m currently working implementing a better observability strategy in a company. This includes logging, alerting and dashboards.
I find it difficult to come up with a good “alerting strategy”. I’ve read about it on the Azure Architecture Center, CAF and WAF, but they don’t have any concrete suggestions.
We’d like to send alerts to Slack/Teams. As far as I know, Logic Apps is an OK solution for this. I say OK because I find it weird that these ‘basic’ alerting options need a thing like Logic Apps_instead of having native Azure integrations.
However, what’s a good strategy for an entire company for these kind of criteria:
- There are multiple teams, each are responsible for several products.
- Each team has their own Microsoft Teams team or channel where alerts need to be posted.
- We’d like to have a “central” solution for this. I don’t want each team to have to create their own alerting solution because this will end up being a mess.
What are your thoughts for this? Any resources to help me implement this are also very welcome!