Add sovereign cloud documentation#2738
Merged
Merged
Conversation
7e49c50 to
f821edd
Compare
rido-min
previously approved these changes
Apr 9, 2026
f821edd to
3683f6c
Compare
rido-min
reviewed
Apr 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for configuring Teams bots to run in sovereign cloud environments (US Gov GCCH/DoD and China), and links that guidance from existing app-authentication docs/templates.
Changes:
- Added a new “Sovereign Cloud” documentation page with tabbed configuration examples (env var, TypeScript, C#, Python).
- Updated the Essentials app-authentication template to document the
CLOUDenvironment variable and link to the new guide. - Updated the app-authentication README to link to the new sovereign cloud page.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| teams.md/src/pages/templates/essentials/app-authentication.mdx | Adds a Sovereign Cloud section documenting CLOUD and linking to the new guide. |
| teams.md/src/components/include/essentials/app-authentication/csharp.incl.md | Adds C# per-endpoint override guidance for sovereign cloud scenarios. |
| teams.md/docs/main/teams/app-authentication/sovereign-cloud.mdx | New sovereign cloud setup page with supported clouds, prerequisites, and tabbed examples. |
| teams.md/docs/main/teams/app-authentication/README.mdx | Adds a section linking to the new sovereign cloud guide. |
2e2d4a4 to
22a24c5
Compare
- New page: sovereign cloud setup guide with tabbed config for TS/C#/PY - Update app-authentication README to link sovereign cloud page - Add CLOUD env var section to essentials app-authentication template Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replaces "not yet supported" with accurate description of the C# pattern. .NET uses appsettings.json plus environment variables via IConfiguration; .env files are not used and are not on the roadmap. Addresses Copilot review feedback. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
45f5c54 to
bb30416
Compare
heyitsaamir
reviewed
Apr 29, 2026
heyitsaamir
approved these changes
Apr 29, 2026
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.
Summary
CLOUDenv var sectionSources
Depends on
🤖 Generated with Claude Code