MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203

Benjamin Perkins, Azure Data Engineer, C#

I am proud to announce the publication of my newest book titled, “Microsoft Certified Associate Data Engineer Study Guide” for the DP-203 exam. The example data used in this book consists of my brainwaves. You can download the data and the source code for all the examples in the book on GitHub here . ADLS, […]

Read More →

Microsoft Azure Architect Technologies and Design Complete Study Guide: Exams AZ-303 and AZ-304

I would like to proudly announce the release and availability of my new Azure Solution Architect Complete Study Guide. The book contains over 700 pages of material relating to the skills and knowledge required to become a great Azure Solution Architect. The book is designed around the requirements for passing both the AZ-303 and AZ-304 […]

Read More →

IIS Debugging Labs – Information and setup instructions

These labs provide a group of debugging scenarios focused on helping you get some hands on experience in debugging the most common type of IIS issues. For example, hang/performance, crash and memory issues. Installation These labs are focused IIS 8.5, but can be run on the following versions of IIS IIS Version Operating System IIS […]

Read More →

Integrate MCP Tools with AI Agents – Local MCP server

I recently wrote this article Integrate custom tools into an AI Agent which illustrates how to configure tools and an AI Agent to call those tools.  In that article there was no Model Context Protocol (MCP) capability utilized.  MCP provides the following benefits when compared to integrating custom tools directly from code. Dynamic tool discovery […]

Read More →

Integrate MCP Tools with AI Agents – Remote MCP server

I recently wrote this article Integrate custom tools into an AI Agent which illustrates how to configure tools and an AI Agent to call those tools.  In that article there was no Model Context Protocol (MCP) capability utilized.  MCP provides the following benefits when compared to integrating custom tools directly from code. Dynamic tool discovery […]

Read More →

Integrate custom tools into an AI Agent

Before learning what I discovered while integrating tools into an AI Agent, I was a bit perplexed regarding how the LLM was able to determine which tool to use and even which tools are available for use.  Well, how it works is not a mystery, it is clearly described in the code.  In this post […]

Read More →

Using Azure AI Language studio to improve RAG grounding document discovery

Azure AI Language Studio

A very critical part of implementing a Generative AI solution that utilizes Retrieval Augmented Generation (RAG) like Microsoft Copilot is the discovery of the most relevant grounding documents.  These most relevant grounding documents are then passed to the LLM for use in generating the NLP response.  For example, if you want to find out how […]

Read More →

Free PDF download MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203

Benjamin Perkins, Azure Data Engineer, C#

If you want to get a free copy of the Index, Table of Contents and of Chapter 1, have a look here.  Click on the READ AN EXCERPT dropdown and then select the one you would like to review.  Figure 1 illustrates how that looks like. Figure 1, how to get a free PDF copy […]

Read More →