docs(DATAGO-127128): add Microsoft Teams Gateway integration guide#1308
Merged
evenjessie merged 15 commits intomainfrom Apr 14, 2026
Merged
docs(DATAGO-127128): add Microsoft Teams Gateway integration guide#1308evenjessie merged 15 commits intomainfrom
evenjessie merged 15 commits intomainfrom
Conversation
Add customer-facing documentation for configuring the Teams Gateway in SAM Cloud and SAM Kubernetes environments. Covers Azure App Registration, Bot Service setup, webhook URL configuration, and Teams app manifest creation and upload. Update gateways overview to link to the new Teams Gateway doc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
✅ FOSSA Guard: Vulnerability (
|
- Replace ambiguous pronouns with specific nouns - Convert passive voice to active voice - Standardize terminology to "webhook URL" throughout - Split compound sentences for clarity - Add dns-id definition - Change placeholder instruction to "Leave blank for now" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add supported features section - Use "Agent Mesh Enterprise" terminology consistently - Remove "How it works" diagram - Use <your-gateway-hostname> placeholder - Define dns-id - Remove M365 account from prerequisites - Clarify file uploads are personal chat only Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
evenjessie
commented
Apr 1, 2026
- Replace old sam_teams_gateway module with sam_teams_gateway_adapter - Use generic gateway framework (solace_agent_mesh.gateway.generic.app) - Update port from 8080 to 8092 - Update manifest to v1.22 - Reference new Teams Gateway guide for Azure setup steps (avoid duplication) - Add volume mount and command override to Docker Compose example - Remove K8s ConfigMap/Secret section (covered in managed deployment doc) - Add cross-links between tutorial and managed deployment guide - Sync Teams Gateway guide with latest review changes (step reorder, terminology, features section, LoadBalancer wording) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
m9p909
reviewed
Apr 2, 2026
m9p909
reviewed
Apr 2, 2026
m9p909
reviewed
Apr 2, 2026
susanxye
reviewed
Apr 2, 2026
susanxye
reviewed
Apr 2, 2026
- Fix asymmetric prerequisites list wording in teams-integration.md - Add kubectl command to find gw-<dns-id> service name in teams-gateway.md - Remove deprecated max_download_file_size_mb config option Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add missing Solace broker env vars (SOLACE_BROKER_URL, SOLACE_BROKER_USERNAME, SOLACE_BROKER_PASSWORD, SOLACE_BROKER_VPN) and NAMESPACE to the environment variables section and Docker Compose example. Add .env file example and docker compose up command. Remove deprecated Docker Compose version field. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…and rename webhook URL to gateway endpoint Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ndpoint requirement
susanxye
approved these changes
Apr 14, 2026
…and service details
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





What is the purpose of this change?
Update gateways overview to link to the new Teams Gateway doc.
How was this change implemented?
Key Design Decisions (optional - delete if not applicable)
How was this change tested?
Is there anything the reviewers should focus on/be aware of?