Skip to content

Conversation

@james-tn
Copy link
Contributor

Description

Summary

Streamlines documentation by consolidating deployment guides into README.md and removing references to deprecated frameworks (Autogen, Semantic Kernel).


Changes

Removed Files

  • DEPLOYMENT.md
    Superseded by the enterprise deployment guide.

  • AZD_DEPLOYMENT.md
    Consolidated into README.md.

  • SETUP_UV.md
    Redundant with SETUP.md.

  • AZD_DEPLOYMENT_GUIDE.md
    Outdated.

  • azd-deploy.ps1
    Replaced by the native azd up command.


Updated Documentation

  • README.md
    • Rewrote Key Features and Overview sections
    • Added enterprise architecture highlights
    • Streamlined deployment table
    • Removed references to Autogen
    • Added an azd quick-start section

James N. and others added 30 commits December 16, 2025 18:47
- Add intentionalClose flag to WebSocket manager to prevent auto-reconnect on intentional close
- Fix Dockerfile to copy from Vite 'dist' instead of CRA 'build' directory
- Update backend static file serving to handle both Vite (assets/) and CRA (static/) structures
- Add catch-all exception handler for WebSocket disconnections in backend
…e workflow. I have also commented out all the tests for model endpoint, since that currently relies on key based access.
James N. and others added 25 commits January 8, 2026 18:38
- Use mcr.microsoft.com/k8se/quickstart:latest as placeholder image
- Add lifecycle ignore_changes for container image (managed by update-containers)
- Solves chicken-and-egg problem: Container Apps created before images exist in ACR
- update-containers.yml sets real images after Docker builds complete
- Docker workflows should only run via workflow_call from orchestrate.yml
- Prevents duplicate/orphan runs that occur before infrastructure exists
- Manual dispatch still available for ad-hoc builds
- Add placeholder image support (mcr.microsoft.com/k8se/quickstart:latest)
- Fix MCP allowInsecure when mcpInternalOnly is true
- Add readiness probe to application container (/docs endpoint)
- Add missing env vars: AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME, AZURE_OPENAI_EMBEDDING_DEPLOYMENT
- Make AZURE_OPENAI_API_VERSION configurable via parameter
- Align naming convention with environment suffix
- Change image name from workshop-app to backend-app for consistency
…guide

- Replace ASCII architecture diagrams with interactive Mermaid diagrams
- Add comprehensive enterprise security sections (VNet, Private Endpoints, Managed Identity)
- Document security profiles (Dev/Staging/Production)
- Add CI/CD with GitHub Actions OIDC section linking to GITHUB_ACTIONS_SETUP.md
- Update main README with enterprise deployment table linking to all guides
- Add data flow and authentication flow sequence diagrams
- Include troubleshooting guide with common issues
…guide

- Replace ASCII architecture diagrams with interactive Mermaid diagrams
- Add comprehensive enterprise security sections (VNet, Private Endpoints, Managed Identity)
- Document security profiles (Dev/Staging/Production)
- Add CI/CD with GitHub Actions OIDC section linking to GITHUB_ACTIONS_SETUP.md
- Update main README with enterprise deployment table linking to all guides
- Add data flow and authentication flow sequence diagrams
- Include troubleshooting guide with common issues
- Create _backend_sqlite.py for local SQLite development
- Create _backend_cosmos.py for production Cosmos DB
- Update contoso_tools.py to select backend via USE_COSMOSDB env var
- Remove mcp_service_cosmos.py (merged into mcp_service.py)
- Remove contoso_tools_cosmos.py (merged into _backend_cosmos.py)
- Remove unused sqlite3 import from mcp_service.py

Usage: Set USE_COSMOSDB=true for Cosmos DB, false (default) for SQLite
… state features

Resolved merge conflicts:
- _aca-mcp.tf: Combined MCP backend (USE_COSMOSDB, SEED_ON_STARTUP) with agent state env vars
- cosmosdb.tf: Kept all containers from james-dev, added agent_state from int-agentic
- variables.tf: Added seed_cosmos_data variable
- main.bicep: Kept seedCosmosData parameter
- mcp-service.bicep: Kept USE_COSMOSDB and SEED_ON_STARTUP env vars

Accepted int-agentic's versions for:
- deploy.ps1, providers.tf, dev.tfvars (cleaner structure with remote backend support)
- reflection_agent.py, .env.sample, azure.yaml, SETUP.md, _backend_cosmos.py

Kept james-dev's versions for:
- infra/README.md (includes MCP backend documentation)
@james-tn james-tn requested a review from tjsullivan1 January 12, 2026 16:51
@james-tn james-tn merged commit 9cb491d into int-agentic Jan 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants