Skip to content

Commit 0639d74

Browse files
authored
Update README with MSFT Foundry references
Updated references from 'Azure AI Foundry' to 'MSFT Foundry' and corrected minor typos.
1 parent 766dc4e commit 0639d74

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Last updated: 2025-12-03
1010
----------
1111

1212
> [!IMPORTANT]
13-
> Disclaimer: This repository contains a demo of `Zava AI Shopping Assistant`, a multi-agent system designed for e-commerce. It features a fully automated `"Zero-Touch" deployment` pipeline orchestrated by Terraform, which `provisions infrastructure, ingests data, creates real AI agents in Azure AI Foundry, and deploys the application container.` Please refer [TechWorkshop L300: AI Apps and Agents](https://microsoft.github.io/TechWorkshop-L300-AI-Apps-and-agents/), and if needed contact Microsoft directly: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME) more guindace. There are tons of free resources out there, all eager to support!
13+
> Disclaimer: This repository contains a demo of `Zava AI Shopping Assistant`, a multi-agent system designed for e-commerce. It features a fully automated `"Zero-Touch" deployment` pipeline orchestrated by Terraform, which `provisions infrastructure, ingests data, creates real AI agents in MSFT Foundry, and deploys the application container.` Please refer [TechWorkshop L300: AI Apps and Agents](https://microsoft.github.io/TechWorkshop-L300-AI-Apps-and-agents/), and if needed contact Microsoft directly: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME) more guindace. There are tons of free resources out there, all eager to support!
1414
1515
<img width="1905" height="1086" alt="image" src="https://github.com/user-attachments/assets/5cd2776f-4606-45c2-9482-53ff2d4df74e" />
1616

@@ -29,7 +29,7 @@ Last updated: 2025-12-03
2929
- **Inventory Manager**: Checks stock availability via A2A requests
3030
- **Customer Loyalty**: Manages rewards and discounts through agent coordination
3131
- **Cart Manager**: Handles shopping cart operations with inter-agent communication
32-
- **Real Azure AI Agents**: Integrates with **Azure AI Foundry** to create and host persistent agents (not just local simulations)
32+
- **Real Azure AI Agents**: Integrates with **MSFT Foundry** to create and host persistent agents (not just local simulations)
3333
- **Zero-Touch Deployment**: A single [terraform apply](./terraform-infrastructure/README.md) command handles the entire lifecycle including A2A framework deployment
3434
- **A2A Intelligent Routing**: Enhanced Handoff Service that supports both traditional routing and A2A protocol agent discovery
3535
- **Data Pipeline Automation**: Automatically ingests product catalogs with A2A event notifications and coordination
@@ -97,7 +97,7 @@ graph TD
9797
> When you run `terraform apply`, the following automated sequence occurs:
9898
9999
1. **Infrastructure Provisioning**:
100-
- Creates Resource Group, Cosmos DB, Azure AI Foundry, AI Search, Storage Account, Key Vault, and Container Registry (ACR).
100+
- Creates Resource Group, Cosmos DB, MSFT Foundry, AI Search, Storage Account, Key Vault, and Container Registry (ACR).
101101
- Deploys AI Models (`gpt-4o-mini`, `text-embedding-3-small`).
102102
- Sets up A2A protocol infrastructure including event queues and monitoring.
103103

@@ -121,7 +121,7 @@ graph TD
121121

122122
4. **Agent Creation & A2A Registration**:
123123
- Installs the `azure-ai-projects` SDK.
124-
- Connects to Azure AI Foundry.
124+
- Connects to MSFT Foundry.
125125
- Provisions 5 real agents with A2A protocol integration and specific instructions.
126126
- Registers agents with the A2A discovery service.
127127
- Saves the unique Agent IDs and A2A endpoints to the `.env` file.
@@ -150,7 +150,7 @@ graph TD
150150
- Verify agent discovery: `https://<your-app-name>.azurewebsites.net/a2a/server/agents`
151151

152152
3. **Verify Agents**:
153-
- Go to the [Azure AI Foundry Portal](https://ai.azure.com).
153+
- Go to the [MSFT Foundry Portal](https://ai.azure.com).
154154
- Navigate to your project -> **Build** -> **Agents**.
155155
- You should see all 5 agents listed with A2A protocol integration.
156156

0 commit comments

Comments
 (0)