I've recently started diving into n8n and I'm curious if anyone here has integrated it with Azure services in actual environments. I'm particularly interested in practical workflows or automation use cases you might have implemented, like using Key Vault, DevOps, Functions, alerts, and so on. I'm trying to get a sense of how n8n compares with Logic Apps or Azure Automation for these purposes.
2 Answers
I actually pull daily log summaries from my Azure Logic Apps and feed that data into a language model for analysis. It generates summaries of issues along with potential root causes and sends messages to Teams for each environment, which has been really helpful.
From what I've seen, n8n isn't very likely to be integrated with Azure for serious applications. Larger enterprises are using more sophisticated task orchestrators that incorporate AI and automation, so they tend to want to consolidate tools rather than add more.

That sounds cool! Though, I think a lot of what you're doing can also be replicated using GitHub or even Claude/Codex integrations.