docs: fix three 'Microsoft' typos across playbook READMEs#14120
docs: fix three 'Microsoft' typos across playbook READMEs#14120v-atulyadav merged 3 commits intoAzure:masterfrom
Conversation
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
| 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. |
There was a problem hiding this comment.
There’s a typo in the updated line: ‘mu organization’ should be ‘my organization’.
| 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. |
|
|
||
| <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 |
There was a problem hiding this comment.
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.
| 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 |
|
Hi @MukundaKatta Thanks! |
|
Thanks @v-maheshbh, addressed two of the three Copilot suggestions:
Skipped the Recorded Future readme line 140 suggestion — the diff is purely |
Fixes #14109. Three 'Microsft'/'Micrsoft' typos in README files:
Docs-only, three single-character fixes.