Learning AI & Cloud in Public

Multi-perspective technical writing on enterprise AI, multi-agent systems, and cloud architecture. From implementation to strategy, one journey.

agent-orchestrator.ts
azure-config.ts
// Multi-agent orchestration with Azure AI Foundry
import { AgentFramework } from '@microsoft/agent-framework'
import { AzureOpenAI } from '@azure/openai'
const orchestrator = new AgentFramework({
agents: ['analyst', 'researcher', 'synthesizer'],
state: { shared: true },
observability: 'opentel',
mcp: { enabled: true },
})

Welcome to SteveITpro

Multi-perspective technical writing on enterprise AI, multi-agent systems, and cloud architecture. From implementation to strategy, one learning journey.

Microsoft Ignite 2025

Real-time learning from Microsoft Ignite covering multi-agent AI systems and Azure AI Foundry.

Multi-Agent Systems

Exploring enterprise multi-agent architectures, orchestration, and governance.

Azure AI Platform

Deep dives into Azure AI Foundry, Container Apps, and cloud infrastructure.

About

Learn about Steve Newall and the vision behind this blog.

Welcome to SteveITpro - a technical blog that bridges implementation, architecture, and strategy in the rapidly evolving world of enterprise AI and cloud platforms.


What You'll Find Here

This blog captures my learning journey through cutting-edge AI and cloud technologies, starting with Microsoft Ignite 2025. Unlike typical tech blogs that stay in one lane, SteveITpro intentionally shifts between:

Developer Perspective

Hands-on implementation details, code walkthroughs, and practical "how-to" content from labs and experiments.

Architect Perspective

System design patterns, technical architecture decisions, and infrastructure considerations for enterprise deployments.

Strategic Perspective

Business implications, transformation insights, and the "why" behind technology choices.


Current Focus: Microsoft Ignite 2025

I'm attending Microsoft Ignite 2025 (Nov 18-21) with sessions focused on:

  • Multi-agent AI systems - Building and orchestrating agent ecosystems with Azure AI Foundry
  • Enterprise AI governance - Security, compliance, and monitoring for production AI
  • Azure AI Platform - Latest capabilities in Azure AI, Container Apps, and tooling
  • Physical AI & Robotics - NVIDIA + Azure integration for industrial applications
  • Cloud Operations - AI-driven SRE, AKS automation, and modern DevOps

Follow along as I synthesize learnings in real-time.


Why This Blog Exists

For me: Writing is how I turn information into understanding. This blog is my extended memory and learning tool.

For you: If you're a developer, architect, or technical leader navigating the AI transformation, you might find value in seeing how someone else connects the dots between hands-on code and strategic implications.

For us: Learning in public creates accountability and community. Let's figure this out together.


Getting Started

Start with the Microsoft Ignite 2025 series to see real-time conference synthesis, or browse topics that interest you.

Have questions or want to connect? Find me on LinkedIn or GitHub.

Built: Dec 16, 2025, 05:16 AM PST
b8041d3