Skip to content

Removing dependencies on Teams SDK docs#14327

Draft
nickwalkmsft wants to merge 2 commits into
mainfrom
nickwalk-remove-sdk-docs-links
Draft

Removing dependencies on Teams SDK docs#14327
nickwalkmsft wants to merge 2 commits into
mainfrom
nickwalk-remove-sdk-docs-links

Conversation

@nickwalkmsft
Copy link
Copy Markdown

@nickwalkmsft nickwalkmsft commented May 17, 2026

Removing links from the platform docs that point to the SDK docs (/microsoftteams/platform/teams-sdk and /microsoftteams/platform/teams-ai-library, the latter of which redirects to the former).

This is the first step of integrating the SDK docs into the platform docs so that the former (as a separate docset and site) can be retired. All removed/modifed links pointed to the Learn mirror of the SDK docs, not the external GH Pages site.

This PR includes the minimal amount of content transfer from the SDK docs to the platform docs needed to eliminate any actual content dependencies, generally done with as little flourish as possible to keep things simple (content improvements will be looked into later). The most significant changes are:

  1. Creation of teams-sdk-overview, a new page that outlines the basics of the SDK, to eliminate dependencies on /teams-sdk/welcome. This includes the parts of Why an SDK? that are focused on the SDK itself. This is the only real net-new content. Preview is here.
  2. agent-reactions.md and targeted-messages.md: these are newer pages and thus include the recent technique of linking to the SDK docs "for more information". In both of these cases I simply removed the links; for the specific usages there isn't actually any additional information in the SDK docs. In the case of agent reactions, the SDK page has more information overall (listening for reactions; short list of shortcuts; more best practices etc.), that will get integrated in the next step of this process.
  3. build-first-agent.md: removed the section at the end that links to the SDK quickstart, because the placement didn't make sense anyway. At that point the user has just done a quickstart/tutorial with ATK, and the text that was there led them straight to another start-from-scratch quickstart that uses the CLI instead. In the next stage of this, this quickstart will be integrated into build-first-agent directly via a pivot, as an alternative set of steps to using ATK.

@microsoft-production-github-app

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1a1d34c:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/get-started/quickstart.md ⚠️Warning View Details
msteams-platform/teams-sdk/overview.md ⚠️Warning View Details
msteams-platform/agents-in-teams/build-first-agent.md 💡Suggestion View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
README.md ✅Succeeded

msteams-platform/get-started/quickstart.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

msteams-platform/teams-sdk/overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

msteams-platform/agents-in-teams/build-first-agent.md

  • Line 132, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=csharp' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 136, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=typescript' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 140, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=python' points to a learn site page that doesn't exist. Check the path or URL and update the link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 1a1d34c to 8390e34 Compare May 17, 2026 03:54
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/get-started/quickstart.md 100 0 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 82 1 link
msteams-platform/whats-new.md 90 117 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 8390e34:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/get-started/quickstart.md ⚠️Warning View Details
msteams-platform/teams-sdk-overview.md ⚠️Warning View Details
msteams-platform/agents-in-teams/build-first-agent.md 💡Suggestion View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
README.md ✅Succeeded

msteams-platform/get-started/quickstart.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

msteams-platform/teams-sdk-overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

msteams-platform/agents-in-teams/build-first-agent.md

  • Line 132, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=csharp' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 136, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=typescript' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 140, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=python' points to a learn site page that doesn't exist. Check the path or URL and update the link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 8390e34 to b20fb18 Compare May 17, 2026 04:09
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/get-started/quickstart.md 74 22 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 82 1 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit b20fb18:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/get-started/quickstart.md ⚠️Warning View Details
msteams-platform/teams-sdk-overview.md ⚠️Warning View Details
msteams-platform/agents-in-teams/build-first-agent.md 💡Suggestion View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
msteams-platform/zone-pivot-groups.yml ✅Succeeded View
README.md ✅Succeeded

msteams-platform/get-started/quickstart.md

  • Line 43, Column 7: [Warning: file-not-found - See documentation] Invalid file link: '../developer-tools/cli.md'.
  • Line 297, Column 9: [Warning: file-not-found - See documentation] Invalid file link: '../in-depth-guides/server/http-server.md'.
  • Line 303, Column 57: [Warning: file-not-found - See documentation] Invalid file link: 'code-basics.md'.
  • Line 305, Column 74: [Warning: file-not-found - See documentation] Invalid file link: 'running-in-teams/overview.md'.
  • Line 309, Column 3: [Warning: file-not-found - See documentation] Invalid file link: '../developer-tools/cli.md'.

msteams-platform/teams-sdk-overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

msteams-platform/agents-in-teams/build-first-agent.md

  • Line 132, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=csharp' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 136, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=typescript' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 140, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=python' points to a learn site page that doesn't exist. Check the path or URL and update the link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from b20fb18 to 0b29610 Compare May 17, 2026 15:01
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/get-started/quickstart.md 74 22 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 69 6 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 0b29610:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/get-started/quickstart.md ⚠️Warning View Details
msteams-platform/teams-sdk-overview.md ⚠️Warning View Details
msteams-platform/agents-in-teams/build-first-agent.md 💡Suggestion View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
msteams-platform/zone-pivot-groups.yml ✅Succeeded View
README.md ✅Succeeded

msteams-platform/get-started/quickstart.md

  • Line 297, Column 9: [Warning: file-not-found - See documentation] Invalid file link: '../in-depth-guides/server/http-server.md'.
  • Line 303, Column 57: [Warning: file-not-found - See documentation] Invalid file link: 'code-basics.md'.
  • Line 305, Column 74: [Warning: file-not-found - See documentation] Invalid file link: 'running-in-teams/overview.md'.

msteams-platform/teams-sdk-overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

msteams-platform/agents-in-teams/build-first-agent.md

  • Line 132, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=csharp' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 136, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=typescript' points to a learn site page that doesn't exist. Check the path or URL and update the link.
  • Line 140, Column 9: [Suggestion: learn-site-link-broken - See documentation] Link '/microsoftteams/platform/get-started/quickstart?pivots=python' points to a learn site page that doesn't exist. Check the path or URL and update the link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 0b29610 to 9127055 Compare May 17, 2026 15:12
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 69 6 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 9127055:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/teams-sdk-overview.md ⚠️Warning View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/build-first-agent.md ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
msteams-platform/zone-pivot-groups.yml ✅Succeeded View
README.md ✅Succeeded

msteams-platform/teams-sdk-overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 9127055 to 369a0f1 Compare May 17, 2026 15:27
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 55 8 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 369a0f1:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/teams-sdk-overview.md ⚠️Warning View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/agent-reactions.md ✅Succeeded View
msteams-platform/agents-in-teams/build-first-agent.md ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
msteams-platform/zone-pivot-groups.yml ✅Succeeded View
README.md ✅Succeeded

msteams-platform/teams-sdk-overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 369a0f1 to 5845463 Compare May 17, 2026 17:12
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 54 13 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 5845463:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/teams-sdk-overview.md ⚠️Warning View Details
.openpublishing.redirection.json ✅Succeeded View
msteams-platform/agents-in-teams/agent-reactions.md ✅Succeeded View
msteams-platform/agents-in-teams/build-first-agent.md ✅Succeeded View
msteams-platform/agents-in-teams/targeted-messages.md ✅Succeeded View
msteams-platform/bots/build-a-bot.md ✅Succeeded View
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md ✅Succeeded View
msteams-platform/bots/overview.md ✅Succeeded View
msteams-platform/concepts/build-and-test/tool-sdk-overview.md ✅Succeeded View
msteams-platform/feedback.md ✅Succeeded View
msteams-platform/get-started/build-basic-tab-app.md ✅Succeeded View
msteams-platform/get-started/glossary.md ✅Succeeded View
msteams-platform/includes/deprecation-note-teamsfx-sdk.md ✅Succeeded View
msteams-platform/includes/teams-ai-lib-v2-rec.md ✅Succeeded View
msteams-platform/mstdd-landing.yml ✅Succeeded View
msteams-platform/TOC.yml ✅Succeeded View
msteams-platform/whats-new.md ✅Succeeded View
msteams-platform/zone-pivot-groups.yml ✅Succeeded View
README.md ✅Succeeded

msteams-platform/teams-sdk-overview.md

  • Line 0, Column 0: [Warning: h1-missing - See documentation] H1 is required. Use a single hash (#) followed by a space to create your top-level heading.
  • Line 1, Column 1: [Warning: title-missing - See documentation] Missing required attribute: 'title'. Add a title string to show in search engine results.
  • Line 1, Column 1: [Warning: ms-topic-missing - See documentation] Missing required attribute: 'ms.topic'.
  • Line 1, Column 1: [Suggestion: ms-date-missing - See documentation] Missing required attribute: 'ms.date'.
  • Line 1, Column 1: [Suggestion: description-missing - See documentation] Missing required attribute: 'description'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 83 10 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from abde5a1 to d3ca5c4 Compare May 20, 2026 16:49
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 85 9 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch 2 times, most recently from d3ca5c4 to 65ed326 Compare May 20, 2026 17:04
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 85 9 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 65ed326 to 2ccaf25 Compare May 20, 2026 17:19
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 93 5 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

Comment thread msteams-platform/teams-sdk-overview.md Outdated

The Teams SDK is generally available for TypeScript, C#, and Python, and represents the evolution of the earlier Teams AI library into a more comprehensive and cohesive development model. It addresses the full range of Teams app capabilities, with an emphasis on building rich conversational agents. The Teams Developer CLI included with the SDK streamlines app development with quickstart project templates, app lifecycle management tools, and credential management.

The Teams Platform documentation aims to support application development by presenting platform features and implementation guidance mainly in terms of the Teams SDK's API and tools.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aspirational; can cut this for now if it's too early to say this.


The Teams Platform documentation aims to support application development by presenting platform features and implementation guidance mainly in terms of the Teams SDK's API and tools.

## SDK features
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be a little long, but this is intended to be the list of features/benefits.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@nickwalkmsft nickwalkmsft force-pushed the nickwalk-remove-sdk-docs-links branch from 2ccaf25 to 87ee7a3 Compare May 20, 2026 17:50
@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 95 4 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@microsoft-production-github-app
Copy link
Copy Markdown

Acrolinx Scorecards

We currently enforce a minimum score of 80.

Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:

Article Score Issues Scorecard Processed
msteams-platform/TOC.yml 92 25 link
msteams-platform/agents-in-teams/agent-reactions.md 88 11 link
msteams-platform/agents-in-teams/build-first-agent.md 91 15 link
msteams-platform/agents-in-teams/targeted-messages.md 89 14 link
msteams-platform/bots/build-a-bot.md 88 10 link
msteams-platform/bots/how-to/teams-conversational-ai/ai-ux.md 87 35 link
msteams-platform/bots/overview.md 92 10 link
msteams-platform/concepts/build-and-test/tool-sdk-overview.md 90 13 link
msteams-platform/feedback.md 92 6 link
msteams-platform/get-started/build-basic-tab-app.md 88 34 link
msteams-platform/get-started/glossary.md 89 97 link
msteams-platform/includes/deprecation-note-teamsfx-sdk.md 82 2 link
msteams-platform/includes/teams-ai-lib-v2-rec.md 100 0 link
msteams-platform/mstdd-landing.yml 86 4 link
msteams-platform/teams-sdk-overview.md 95 4 link
msteams-platform/whats-new.md 90 117 link
msteams-platform/zone-pivot-groups.yml 86 2 link

More info about Acrolinx

Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

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.

1 participant