This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Bias Types:
⚠️ powershell_heavy
⚠️ windows_first
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell-based scripting examples for enabling access, referencing PowerShell and the Azure Cloud Shell's PowerShell environment explicitly, and omitting any Bash or Linux-native command-line alternatives. The quickstart links also mention PowerShell before the Azure portal, and there are no Linux-specific instructions or parity in tooling guidance.
Recommendations:
  • Provide equivalent Bash or Azure CLI script examples for Linux users alongside PowerShell examples.
  • Include instructions for using the Azure Cloud Shell in Bash mode, not just PowerShell.
  • Ensure that quickstart and how-to links reference both PowerShell and Bash/Azure CLI guides equally, or mention the portal first as a neutral option.
  • Explicitly state that the onboarding script or process can be performed from Linux environments, and provide any necessary modifications or prerequisites.
  • Add screenshots or walkthroughs that show the process from a Linux terminal or Bash Cloud Shell, not just PowerShell.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-11 00:00 #108 completed ✅ Clean
2025-08-11 00:00 #77 completed ✅ Clean
2025-08-10 00:00 #76 completed ✅ Clean
2025-08-09 00:00 #75 completed ✅ Clean
2025-08-08 00:00 #74 completed ✅ Clean
2025-08-07 00:00 #73 completed ✅ Clean
2025-08-06 00:00 #72 completed ✅ Clean
2025-08-05 00:00 #71 completed ✅ Clean
2025-08-03 00:00 #69 completed ✅ Clean
2025-08-01 00:00 #67 completed ✅ Clean
2025-07-31 00:00 #66 completed ✅ Clean
2025-07-30 00:00 #65 completed ✅ Clean
2025-07-29 00:01 #64 completed ✅ Clean
2025-07-28 00:00 #63 completed ✅ Clean
2025-07-27 00:00 #62 completed ✅ Clean
2025-07-26 00:01 #61 completed ✅ Clean
2025-07-25 00:00 #60 completed ✅ Clean
2025-07-24 00:00 #59 completed ✅ Clean
2025-07-23 00:00 #58 completed ✅ Clean
2025-07-22 00:01 #57 completed ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

$armId = "<AMS ARM ID>"
$subscriptions = "<Subscription ID 1>","<Subscription ID 2>"
.\AMS_AIOPS_SETUP.ps1 -ArmId $armId -subscriptions $subscriptions
.\AMS_AIOPS_SETUP.ps1 -ArmId $armId