Skip to content

docs: fix three 'Microsoft' typos across playbook READMEs#14120

Merged
v-atulyadav merged 3 commits intoAzure:masterfrom
MukundaKatta:docs/fix-microsoft-typos
Apr 27, 2026
Merged

docs: fix three 'Microsoft' typos across playbook READMEs#14120
v-atulyadav merged 3 commits intoAzure:masterfrom
MukundaKatta:docs/fix-microsoft-typos

Conversation

@MukundaKatta
Copy link
Copy Markdown
Contributor

Fixes #14109. Three 'Microsft'/'Micrsoft' typos in README files:

- Playbooks/Sync-Sentinel-Incident-Comments-To-M365Defender/readme.md
- Microsft Threat Protection
+ Microsoft Threat Protection

- Playbooks/Update-VIPUsers-Watchlist-from-AzureAD-Group/readme.md
- Microsft Graph API permissions
+ Microsoft Graph API permissions

- Solutions/Recorded Future/Playbooks/readme.md
- Micrsoft guide
+ Microsoft guide

Docs-only, three single-character fixes.

@MukundaKatta MukundaKatta requested review from a team as code owners April 22, 2026 22:02
@v-maheshbh v-maheshbh self-assigned this Apr 23, 2026
@v-maheshbh v-maheshbh added the Playbook Playbook specialty review needed label Apr 23, 2026
@v-maheshbh v-maheshbh requested a review from Copilot April 23, 2026 08:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Fixes three misspellings of “Microsoft” in playbook README documentation (per #14109), ensuring product names and guidance read correctly.

Changes:

  • Corrects “Micrsoft/Microsft” → “Microsoft” in three README files.
  • Updates the affected sentences where the typos appeared.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
Solutions/Recorded Future/Playbooks/readme.md Fixes “Micrsoft” typo in a link description.
Playbooks/Update-VIPUsers-Watchlist-from-AzureAD-Group/readme.md Fixes “Microsft” typo in Graph permissions instructions.
Playbooks/Sync-Sentinel-Incident-Comments-To-M365Defender/readme.md Fixes “Microsft” typo in API selection guidance.

The **azuresentinel** connector needs to be authorized for the solution to write to Microsoft Sentinel. There are multiple ways to do this, but our recommendation is using <a href="https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview" target="_blank">**system assigned managed identity**</a>, this requires that the user performing the installation needs to have the role of **Owner (with highest permissions)** or **Role Based Access Control Administrator** on resource group level.

For more detailed information check out this Micrsoft <a href="https://learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity?tabs=consumption" target="_blank">guide</a>
For more detailed information check out this Microsoft <a href="https://learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity?tabs=consumption" target="_blank">guide</a>
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

The PR description says this is a ‘single-character fix’, but this line change also alters leading whitespace/formatting (the previous line began with indentation + a |). If that | was intentional (e.g., part of a table layout), this could change the rendered markdown. Please either restore the original formatting (keeping only the typo fix) or confirm via markdown preview that rendering is unchanged.

Copilot uses AI. Check for mistakes.
On the application that was created in the above step, click on API Permissions on the left blade, then click Add a Permission.

From the options that open on the right, select APIs mu organization uses and search for and then click Microsft Threat Protection.
From the options that open on the right, select APIs mu organization uses and search for and then click Microsoft Threat Protection.
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

There’s a typo in the updated line: ‘mu organization’ should be ‘my organization’.

Suggested change
From the options that open on the right, select APIs mu organization uses and search for and then click Microsoft Threat Protection.
From the options that open on the right, select APIs my organization uses and search for and then click Microsoft Threat Protection.

Copilot uses AI. Check for mistakes.

<br>
To assign Microsft Graph API permissions, first you will have to connect to Azure AD PowerShell module - https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0#connect-to-your-directory
To assign Microsoft Graph API permissions, first you will have to connect to Azure AD PowerShell module - https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0#connect-to-your-directory
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

This link uses the legacy docs.microsoft.com domain. Microsoft’s canonical documentation host is learn.microsoft.com (the old domain typically redirects). Consider updating the URL to the equivalent learn.microsoft.com link to avoid future link rot and keep docs consistent.

Suggested change
To assign Microsoft Graph API permissions, first you will have to connect to Azure AD PowerShell module - https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0#connect-to-your-directory
To assign Microsoft Graph API permissions, first you will have to connect to Azure AD PowerShell module - https://learn.microsoft.com/powershell/module/azuread/?view=azureadps-2.0#connect-to-your-directory

Copilot uses AI. Check for mistakes.
@v-maheshbh
Copy link
Copy Markdown
Contributor

Hi @MukundaKatta
Kindly review the above-mentioned suggestions and proceed accordingly.

Thanks!

@MukundaKatta
Copy link
Copy Markdown
Contributor Author

Thanks @v-maheshbh, addressed two of the three Copilot suggestions:

  • Fixed mu organization -> my organization (98f19f0).
  • Switched docs.microsoft.com -> learn.microsoft.com (df28f5e).

Skipped the Recorded Future readme line 140 suggestion — the diff is purely Micrsoft -> Microsoft on a non-table line, no whitespace or | change. Looks like a false positive from Copilot's partial-mode review.

@v-maheshbh v-maheshbh added readme and removed Playbook Playbook specialty review needed labels Apr 27, 2026
@v-atulyadav v-atulyadav merged commit 1c320b0 into Azure:master Apr 27, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in documentation: "Microsft"/"Micrsoft" should be "Microsoft" in three README files

4 participants