From 6e2db5e43f0141665b926fc2a2f352b57bc3a749 Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:28:29 -0600 Subject: [PATCH 1/4] data agents, mcp and other options with Copilot Studio --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 15a08c0..aa5a7ff 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,18 @@ Last updated: 2025-08-07
List of References (Click to expand) + +- [Power Apps pricing](https://www.microsoft.com/en-us/power-platform/products/power-apps/) +- [Create a Fabric data agent (preview)](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent) `enables users to interact with data stored in lakehouses, warehouses, Power BI semantic models, and KQL databases using natural language queries`. Key prerequisites include having a paid Fabric capacity, enabling specific tenant settings, and ensuring data sources are accessible. + - To create a data agent, users navigate to their workspace, select the data agent option, and configure it by adding `up to five data sources`. Users can ask questions in plain English, and the system translates these into structured queries (SQL, DAX, KQL) to retrieve data. The document outlines the process for creating, configuring, and sharing the data agent, including providing instructions and example queries to enhance performance. + - The data agent operates under the user’s Microsoft Entra ID permissions, ensuring secure access to data. `It does not support complex reasoning or advanced analytics, focusing instead on retrieving structured data based on user queries`. Users can publish their data agent for colleagues to use after testing its performance. We can extend this with [Extend your agent with Model Context Protocol](https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp) allows users to connect to existing knowledge servers and data sources, providing access to resources, tools, and predefined prompts for specific tasks. + + image + +- [Document Processor](https://learn.microsoft.com/en-us/microsoft-copilot-studio/template-managed-document-processor) managed agent in Microsoft Copilot Studio. `E2E solution for document processing, including extraction, validation, human monitoring, and exporting to downstream applications. Users can upload a sample document and configure extraction without needing to label data or train custom models. The agent informs users of the processing status and allows for manual verification of extracted data in the Validation Station`. Key prerequisites include licenses for Copilot Studio and Power Platform, enabling the Power Apps component framework, and specific security roles and permissions. Limitations on document processing include file size (less than 25 MB), file types (PNG, JPG, JPEG, PDF), and a maximum of 50 pages. Users can set up the agent by creating connections with required services, configuring data fields for extraction, and creating validation rules. The agent can notify reviewers when validation fails, and users can interact with the agent via Microsoft Teams. Here is more about `setting up the agent, including uploading sample documents, defining validation rules, and selecting document sources.` [Use an autonomous agent in Copilot Studio for document processing](https://learn.microsoft.com/en-us/power-platform/architecture/reference-architectures/document-processing-agent) + + image + - [Solution Accelerator for AI Document Processor (ADP)](https://github.com/azure/ai-document-processor) - AI Factory | **Category** | **Details** | From 916a7b7baaa33beed9b4923b88aa5c9ba3c31e47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Sep 2025 20:29:33 +0000 Subject: [PATCH 2/4] Update visitor count --- README.md | 4 ++-- terraform-infrastructure/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa5a7ff..08ca7cb 100644 --- a/README.md +++ b/README.md @@ -529,7 +529,7 @@ Last updated: 2025-08-07
- Total views -

Refresh Date: 2025-08-07

+ Total views +

Refresh Date: 2025-09-17

diff --git a/terraform-infrastructure/README.md b/terraform-infrastructure/README.md index be6865a..f1156f0 100644 --- a/terraform-infrastructure/README.md +++ b/terraform-infrastructure/README.md @@ -109,7 +109,7 @@ graph TD;
- Total views -

Refresh Date: 2025-08-07

+ Total views +

Refresh Date: 2025-09-17

From a68b0139175d8ee744cc76dcb402df63451acacb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Sep 2025 20:29:33 +0000 Subject: [PATCH 3/4] Update last modified date in Markdown files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5a7ff..05b971c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [brown9804](https://github.com/brown9804) -Last updated: 2025-08-07 +Last updated: 2025-09-17 ----------------------------- From 5483af68a58a39ae7d8f724e5a0715407d327af3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Sep 2025 20:29:36 +0000 Subject: [PATCH 4/4] Fix Markdown syntax issues --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa5a7ff..75f9dcd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Last updated: 2025-08-07
List of References (Click to expand) - - [Power Apps pricing](https://www.microsoft.com/en-us/power-platform/products/power-apps/) - [Create a Fabric data agent (preview)](https://learn.microsoft.com/en-us/fabric/data-science/how-to-create-data-agent) `enables users to interact with data stored in lakehouses, warehouses, Power BI semantic models, and KQL databases using natural language queries`. Key prerequisites include having a paid Fabric capacity, enabling specific tenant settings, and ensuring data sources are accessible. - To create a data agent, users navigate to their workspace, select the data agent option, and configure it by adding `up to five data sources`. Users can ask questions in plain English, and the system translates these into structured queries (SQL, DAX, KQL) to retrieve data. The document outlines the process for creating, configuring, and sharing the data agent, including providing instructions and example queries to enhance performance.