In Part 1 we made the case for an operations copilot that runs inside your own tenant. In Part 2, the Azure Support Agent’s war room of specialist agents root-caused a live 5xx in about ninety seconds. But every one of those specialists had to be pointed at something first — and defining that “something” is the problem this post solves. Welcome to the second pillar: Map.
Author: Zeeshan
Stop paying for idle VMs — safely: ringed start/stop waves for your Azure estate
Turning non-production VMs off at night is the easiest Azure saving there is. Doing it without causing an outage is the part nobody writes about. This is an open-source scheduler that takes that saving as an application, in ordered rings, with two independent safety gates between you and a real power action — and it runs entirely in your own subscription.
Building an AI Azure Ops Workbench — Part 2: The War Room — watch AI root-cause a 5xx in 90 seconds
This post opens the first pillar — Converse — and goes inside the two features that make it real: a chat that actually queries your estate and shows its work, and the marquee act, a War Room of specialist agents…
Azure Support Agent
Put an AI in the driver’s seat of your Azure subscription Azure Support Agent is an AI-driven operations workbench that runs in your tenant. It discovers your workloads, reverse-engineers live architecture diagrams, runs Well-Architected assessments, and dispatches a War Room…
BuddyAI Desktop – Bringing AI Directly Into Your Workflow
The Problem: AI Is Powerful… But Disruptive AI tools like ChatGPT, Copilot, and Claude have fundamentally changed how we work. But ironically, using them often breaks your workflow: Copy text Switch apps or browser tabs Paste Ask Copy results Go…
Integrate Azure Logic Apps with External APIs for Workflow Automation: A Practical Azure Implementation Guide
Integrate Azure Logic Apps with External APIs for Workflow Automation: A Practical Azure Implementation Guide is not just an implementation task; it is an architecture decision that influences reliability, security posture, operating cost, and team velocity for years. At principal…
Getting Diagnostic Settings for all resources
One needs to enable Diagnostic Settings to gain detailed insight into the Azure infrastructure. For example you want to see who has accessed Azure Key Vault, or what kind of traffic is allowed/denied in Azure Firewall, or what clients using…
Bulk execute bash on Linux VMs in Azure
Suppose you have hundreds of Linux VMs in Azure across dozens of Azure subscriptions and you would like to run some commands programmatically on them. Each VM in Azure gets what they call guest agent, that helps the underlying Virtual…
Get all Access Policies of All Azure Key Vaults
There are several ways to secure Azure Key Vault’s Data Plane. If you have configured it to be secured via Access Policies, often time it is advisable to audit the assignment at regular interval to ensure that no unwanted user…
Search Azure resources by tag
There are many ways to organize resources in Azure and one best practice is to set tags and be able to query resources based on tags. Most commonly, tags are used for cost management where filters and dashboards can be…