From 2a8aa7103efae949202e69da94af7130438ff9be Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 3 Oct 2025 09:52:47 -0700 Subject: [PATCH 1/2] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11b4272..46ab410 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Then, create an Agent in the Azure AI Foundry portal, under the project part. Co If you're looking for a sample on how to create your Foundry agent, check the tutorial at the end to create the Stock Agent to query an API to get a specific stock value on a specific timeslot. -If you're not familiar yet with Azure AI Foundry Projet & Agent Service: +If you're not familiar yet with Azure AI Foundry Project & Agent Service: - [Announcing Developer Essentials for Agents and Apps in Azure AI Foundry](https://devblogs.microsoft.com/foundry/announcing-developer-essentials-for-agents-and-apps-in-azure-ai-foundry/) - [Announcing General Availability of Azure AI Foundry Agent Service](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/announcing-general-availability-of-azure-ai-foundry-agent-service/4414352) From f33be76c5d3f2b195f4321f9a130b56168b4d7bc Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 3 Oct 2025 09:55:53 -0700 Subject: [PATCH 2/2] Fix another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ab410..6b2f617 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Next step is to make it available via a public URL with a Dev Tunnel, create a A To deploy it in Teams or M365 Copilot, you'll need to also update the '**manifest.json**' file, zip the folder and upload it to Teams / M365 Copilot via the App maangement UX. -Otherwise, use hte Microsoft 365 Agents Toolkit to simplify those steps. +Otherwise, use the Microsoft 365 Agents Toolkit to simplify those steps. # With M365 Agents Toolkit