<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ram</title>
    <description>The latest articles on DEV Community by Ram (@grk1986).</description>
    <link>https://dev.to/grk1986</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3290527%2F8fef46bb-d5ee-46bf-a663-827fbb7fd5d0.jpg</url>
      <title>DEV Community: Ram</title>
      <link>https://dev.to/grk1986</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/grk1986"/>
    <language>en</language>
    <item>
      <title>How I Built a Chat-Triggered ChatOps Pipeline Using Teams, Logic Apps &amp; AWX</title>
      <dc:creator>Ram</dc:creator>
      <pubDate>Tue, 24 Jun 2025 10:37:45 +0000</pubDate>
      <link>https://dev.to/grk1986/how-i-built-a-chat-triggered-gitops-pipeline-using-teams-logic-apps-awx-1pk9</link>
      <guid>https://dev.to/grk1986/how-i-built-a-chat-triggered-gitops-pipeline-using-teams-logic-apps-awx-1pk9</guid>
      <description>&lt;p&gt;When I set out to build a chat-triggered automation pipeline, I had one goal: make infrastructure operations as easy as sending a Teams message. I explored licensed tools like Power Automate and Copilot Studio — but due to organizational constraints, I needed to pivot.&lt;/p&gt;

&lt;p&gt;What came out of that constraint is now one of the most scalable, cost-efficient patterns I’ve implemented: a GitOps-powered, Teams-triggered automation fabric backed by Logic Apps and AWX. Here’s how I made it happen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I wanted a solution that would let my team:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Trigger infrastructure jobs (like power cycling a VM)&lt;br&gt;
Use Microsoft Teams as the front door&lt;br&gt;
Avoid manual YAML edits or AWX logins&lt;br&gt;
Maintain a strong audit trail with Git&lt;/p&gt;

&lt;p&gt;But...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Power Automate&lt;/strong&gt; - Required additional licensing &lt;br&gt;
*&lt;em&gt;Copilot Studio *&lt;/em&gt;- Locked behind paid tiers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Architecture I Built&lt;/strong&gt;&lt;br&gt;
I leaned on services already approved within my organization — Teams, Azure Logic Apps, Azure DevOps, and AWX.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here’s the flow I designed:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Teams Message → Logic App (API Push) → Git Repo (YAML Update) → Azure DevOps Pipeline → AWX Job Execution&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Gained&lt;/strong&gt;&lt;br&gt;
Zero-touch cloud automation triggered by chat&lt;br&gt;
Auditability and traceability using Git commits&lt;br&gt;
Secure, collaborative workflows with no direct infra access needed&lt;br&gt;
&lt;strong&gt;No extra cost&lt;/strong&gt; — all tools approved and within license&lt;br&gt;
Easy extensibility — add new jobs by updating config paths&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;br&gt;
I didn’t build this because I couldn’t get a license — I built it because I wanted more control, traceability, and simplicity. The result? A resilient, Git-native automation framework that feels as modern as it is practical.&lt;/p&gt;

&lt;p&gt;If you’re facing tooling constraints or want to avoid adding overhead to your ops stack, know this: Sometimes, building your own solution is the most powerful path forward.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>azure</category>
    </item>
  </channel>
</rss>
