Building an Enterprise Knowledge Graph for the SDLC is the Foundation of Agentic-First Development and a Move from Vibe to Scale

How do we provide context for a team of AI digital workers in an enterprise in a way that accelerates the operations and software development process?  This is at the heart of why SDLC-centric Enterprise Knowledge Graphs are critical tools to advancing the AI development paradigm, beyond just more advanced models.  The Software Development Lifecycle […]

Read more "Building an Enterprise Knowledge Graph for the SDLC is the Foundation of Agentic-First Development and a Move from Vibe to Scale"

Understanding “Tools” in Copilot Studio and Azure AI Foundry

The Power of Tools in Azure AI Foundry and Copilot Studio Introduction In the evolving landscape of enterprise AI, one concept is quietly transforming how we build intelligent systems: tools. Whether you’re working with Azure AI Foundry or Copilot Studio, understanding tools—and how agents use them—is foundational to unlocking real business value. What is a […]

Read more "Understanding “Tools” in Copilot Studio and Azure AI Foundry"

Azure Function Published with Azure DevOps is missing .python_packages

I was publishing an Azure Function with Azure DevOps vs. deploying with VS Code and was finding the function was failing because the .python_packages folder was missing. Reviewing the build code the standard python package was populated with “pip install -r requirements.txt”, which was working on my local client to ensure the published environment included the necessary packages. […]

Read more "Azure Function Published with Azure DevOps is missing .python_packages"

Deploying a Python Azure Function in Azure DevOps Error: Directory ‘D:\a\1\a’ is empty. Nothing will be added to build artifact ‘drop’.

I was having challenge with deploying an Azure Function through Azure DevOps where the default channel was failing to capture the output of the build and deploy it to the target. I wanted to post a template for this, as there were a lot of people trying to solve the same problem, but no clear […]

Read more "Deploying a Python Azure Function in Azure DevOps Error: Directory ‘D:\a\1\a’ is empty. Nothing will be added to build artifact ‘drop’."