@@ -23,6 +23,10 @@ Before running the demo, ensure you have:
2323- ** curl** (command-line HTTP client)
2424- ** 4GB+ RAM** available for containers
2525
26+ > ** Note** : This demo uses Docker Compose and accesses the Control Plane API on port 8080.
27+ > If running services locally with ` dotnet run ` , the API uses port 5109 by default.
28+ > Set ` CONTROL_PLANE_URL ` environment variable to override the default URL.
29+
2630### Installation
2731
2832Install prerequisites on different platforms:
@@ -364,7 +368,7 @@ environment:
364368docker compose restart control-plane node-runtime
365369```
366370
367- See [ Azure AI Foundry Integration] ( ../ docs/AZURE_AI_FOUNDRY_INTEGRATION.md) for detailed setup.
371+ See [ Azure AI Foundry Integration] ( docs/AZURE_AI_FOUNDRY_INTEGRATION.md ) for detailed setup.
368372
369373## Testing
370374
@@ -528,7 +532,7 @@ After completing the demo:
528532 ```
529533
5305343 . ** Configure Azure AI Foundry**
531- - See [ Azure AI Foundry Integration] ( ../ docs/AZURE_AI_FOUNDRY_INTEGRATION.md)
535+ - See [ Azure AI Foundry Integration] ( docs/AZURE_AI_FOUNDRY_INTEGRATION.md )
532536
5335374 . ** Run Performance Tests**
534538 ``` bash
@@ -551,7 +555,7 @@ After completing the demo:
551555- [ System Architecture Document] ( ../sad.md ) - High-level design
552556- [ Invoice Classifier Agent] ( ../docs/INVOICE_CLASSIFIER.md ) - Agent details
553557- [ Agent Definitions] ( ../agents/README.md ) - Agent configuration
554- - [ Azure AI Foundry] ( ../ docs/AZURE_AI_FOUNDRY_INTEGRATION.md) - LLM setup
558+ - [ Azure AI Foundry] ( docs/AZURE_AI_FOUNDRY_INTEGRATION.md ) - LLM setup
555559- [ Deployment Guide] ( ../DEPLOYMENT.md ) - Production deployment
556560- [ Observability] ( ../OBSERVABILITY.md ) - Monitoring setup
557561- [ CI/CD] ( ../CI-CD.md ) - Pipeline configuration
0 commit comments