68
Total Pages
43
Linux-Friendly Pages
25
Pages with Bias
36.8%
Bias Rate

Bias Trend Over Time

Pages with Bias Issues

190 issues found
Showing 176-190 of 190 flagged pages
Azure Cache For Redis Azure Cache for Redis with Azure Private Link ...n/articles/azure-cache-for-redis/cache-private-link.md
Low Priority View Details →
Scanned: 2026-01-31 00:00
Reviewed by: LLM Analysis
Issues: 3 bias types
Detected Bias Types
Windows First Powershell Heavy Missing Linux Example
Summary
The documentation provides step-by-step instructions primarily using the Azure portal UI and Azure PowerShell, with PowerShell examples appearing before Azure CLI. While Azure CLI is cross-platform, the prominence and ordering of PowerShell (which is traditionally Windows-centric) may create a perception of Windows bias. There are no explicit Linux/macOS-specific examples or notes, and no mention of Linux tools or shell patterns (e.g., Bash scripting). The portal instructions are platform-neutral, but command-line automation is shown first with PowerShell, then CLI.
Recommendations
  • Present Azure CLI examples before or alongside PowerShell examples, as CLI is cross-platform and preferred by many Linux/macOS users.
  • Add explicit notes clarifying that Azure CLI commands work on Linux/macOS and Windows.
  • Include Bash shell variable syntax in CLI examples, or provide both Bash and PowerShell variable assignment styles.
  • Where relevant, mention that PowerShell Core is available cross-platform, but clarify that traditional Windows PowerShell is Windows-only.
  • Add links or references to Linux/macOS-specific guidance for Azure Cache for Redis, if available.
Azure Cache For Redis Azure Cache for Redis with Azure Private Link ...n/articles/azure-cache-for-redis/cache-private-link.md
Low Priority View Details →
Scanned: 2026-01-30 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides both Azure PowerShell and Azure CLI examples for managing private endpoints, but PowerShell examples are presented first and in greater detail. This ordering and emphasis may create a perception of Windows bias, as PowerShell is most commonly used on Windows, while Azure CLI is cross-platform and preferred by many Linux/macOS users. The rest of the documentation is portal-focused and platform-neutral.
Recommendations
  • Present Azure CLI examples before PowerShell examples, or alternate their order in different sections.
  • Explicitly state that Azure CLI is cross-platform and suitable for Linux/macOS users.
  • Ensure that all PowerShell instructions have equivalent Azure CLI examples, and vice versa.
  • Add a short note clarifying that both CLI and PowerShell approaches are supported on all platforms, and users can choose based on their environment.
Azure Cache For Redis Azure Cache for Redis with Azure Private Link ...n/articles/azure-cache-for-redis/cache-private-link.md
Low Priority View Details →
Scanned: 2026-01-26 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides both Azure PowerShell and Azure CLI examples for managing private endpoints, but PowerShell examples are presented first and in greater detail. This ordering and emphasis may create a perception of Windows bias, as PowerShell is most commonly used on Windows, while Azure CLI is cross-platform and preferred by many Linux/macOS users. However, all critical tasks are covered with Azure CLI instructions, and no Windows-only tools or patterns are required.
Recommendations
  • Present Azure CLI and PowerShell examples side-by-side, or alternate which is shown first to avoid implicit prioritization.
  • Explicitly state that Azure CLI is cross-platform and suitable for Linux/macOS users.
  • Consider adding a short note at the start of the scripting section clarifying that both CLI and PowerShell are supported and users should choose based on their environment.
  • Ensure parity in detail and explanation between PowerShell and CLI sections.
Azure Cache For Redis Azure Cache for Redis with Azure Private Link ...n/articles/azure-cache-for-redis/cache-private-link.md
Low Priority View Details →
Scanned: 2026-01-24 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides both Azure PowerShell and Azure CLI examples for managing private endpoints, but PowerShell examples are presented first and in greater detail. The CLI examples are present and sufficient for Linux/macOS users, but the ordering and emphasis may create minor friction for non-Windows users. The rest of the documentation is Azure portal-focused and platform-neutral.
Recommendations
  • Present Azure CLI examples before or alongside PowerShell examples to avoid implicit prioritization of Windows tooling.
  • Explicitly state that Azure CLI is cross-platform and suitable for Linux/macOS users.
  • Ensure parity in example detail and explanation between PowerShell and CLI sections.
  • Consider adding a short note at the top of scripting sections clarifying platform compatibility.
Azure Cache For Redis Configure active geo-replication for Enterprise Azure Cache for Redis instances ...cache-for-redis/cache-how-to-active-geo-replication.md
Low Priority View Details →
Scanned: 2026-01-16 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for configuring active geo-replication, but PowerShell examples are given equal prominence and detail as CLI, and the section order presents CLI first. There is no evidence of exclusive use of Windows tools or missing Linux/macOS examples, as Azure CLI is fully cross-platform. No Windows-only tools or patterns are referenced, and all steps can be completed from Linux/macOS using Azure CLI. However, the inclusion of PowerShell examples may be less relevant for Linux/macOS users, as PowerShell is less commonly used on those platforms.
Recommendations
  • Clearly indicate that Azure CLI is cross-platform and preferred for Linux/macOS users.
  • Optionally, add a note that PowerShell is available on Linux/macOS, but CLI is more commonly used.
  • Consider showing CLI examples first and marking PowerShell as 'for Windows users or those who prefer PowerShell'.
  • Ensure screenshots and portal instructions do not assume Windows-specific UI elements.
Azure Cache For Redis Azure Cache for Redis Event Grid Overview ...ain/articles/azure-cache-for-redis/cache-event-grid.md
Low Priority View Details →
Scanned: 2026-01-14 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation lists PowerShell (a Windows-centric tool) as a primary method for interacting with Azure Cache for Redis events, and PowerShell examples/quickstarts are mentioned before Azure CLI (which is cross-platform). There is a slight ordering preference for Windows tools, but Azure CLI is also included, and no critical steps are Windows-only.
Recommendations
  • List Azure CLI examples before PowerShell to signal cross-platform parity.
  • Explicitly mention that Azure CLI works on Linux/macOS and provide links to installation guides for non-Windows platforms.
  • Consider adding Bash or shell script examples for Linux users where relevant.
  • Clarify in the quickstart table that PowerShell is primarily for Windows, while Azure CLI is cross-platform.
Low Priority View Details →
Scanned: 2026-01-14 00:00
Reviewed by: LLM Analysis
Issues: 3 bias types
Detected Bias Types
Windows First 🔧 Windows Tools Powershell Heavy
Summary
The documentation demonstrates mild Windows bias by frequently referencing Windows-specific tools and workflows, such as Windows Subsystem for Linux (WSL), Windows Terminal, and Azure PowerShell. Windows installation instructions are given their own section, and Windows-centric solutions (WSL) are presented as the primary method for running redis-cli on Windows. Additionally, Azure PowerShell is mentioned alongside Azure CLI for retrieving cache keys, but Linux-native alternatives are not highlighted. However, Linux installation and usage are well covered, and most redis-cli commands are platform-agnostic.
Recommendations
  • Provide native Windows redis-cli installation instructions (e.g., via pre-built binaries or Chocolatey), not just via WSL.
  • Mention Linux and macOS alternatives to Azure PowerShell for retrieving cache keys, such as using Azure CLI or REST API.
  • Balance the order of presentation so that Linux/macOS instructions are not always after Windows-specific notes.
  • Clarify that redis-cli commands work identically across platforms, and highlight any platform-specific caveats if present.
Azure Cache For Redis How to upgrade the Redis version of Azure Cache for Redis ...articles/azure-cache-for-redis/cache-how-to-upgrade.md
Low Priority View Details →
Scanned: 2026-01-14 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides upgrade instructions primarily through the Azure Portal (GUI), Azure CLI, and PowerShell. While the Azure CLI is cross-platform, PowerShell is traditionally Windows-centric, and its example is given as a distinct method. There are no Linux/macOS-specific instructions or examples, nor is there mention of Linux tools or shell commands. The ordering of examples (Portal, CLI, then PowerShell) is neutral, but the inclusion of PowerShell as a primary method may signal a slight Windows bias.
Recommendations
  • Clarify that Azure CLI commands work on Linux/macOS as well as Windows.
  • Add explicit instructions or examples for Linux/macOS users, such as running Azure CLI commands in Bash.
  • If PowerShell is mentioned, note that PowerShell Core is available cross-platform, or provide Bash equivalents.
  • Consider including screenshots or references for Linux/macOS environments when showing portal navigation.
Azure Cache For Redis Migrate to Azure Cache for Redis ...rticles/azure-cache-for-redis/cache-migration-guide.md
Low Priority View Details →
Scanned: 2026-01-14 00:00
Reviewed by: LLM Analysis
Issues: 3 bias types
Detected Bias Types
🔧 Windows Tools Powershell Heavy Windows First
Summary
The documentation page demonstrates mild Windows bias by referencing Windows-specific tools (AzCopy, PowerShell cmdlets) for migration tasks and listing them before any cross-platform alternatives. There are no explicit Linux/macOS examples or mentions of equivalent CLI commands, and the guidance assumes familiarity with Windows tooling.
Recommendations
  • Include Linux/macOS equivalents for AzCopy usage, such as CLI commands or installation instructions for non-Windows environments.
  • Provide examples using Azure CLI (az redis import/export) if available, or REST API calls, which are cross-platform.
  • Mention that AzCopy is available for Linux/macOS and provide download links or usage examples for those platforms.
  • Add sample migration steps using bash or shell scripts, and clarify that PowerShell cmdlets are Windows-specific.
  • Ensure that all migration steps are platform-agnostic or provide parallel instructions for Linux/macOS users.
Azure Cache For Redis Best practices for scaling ...es/azure-cache-for-redis/cache-best-practices-scale.md
Low Priority View Details →
Scanned: 2026-01-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
🔧 Windows Tools Windows First
Summary
The documentation mentions PowerShell cmdlets as a method for programmatically scaling cache instances, listing it before Azure CLI and REST API. PowerShell is primarily a Windows tool, and its mention first may suggest a Windows-centric approach. However, Azure CLI and REST API are also referenced, which are cross-platform. No explicit Linux/macOS examples or tools are provided, and no Linux-specific guidance is present.
Recommendations
  • Provide explicit Linux/macOS examples for scaling, such as Azure CLI commands run on Bash.
  • Mention cross-platform tools first (e.g., Azure CLI) before Windows-specific tools like PowerShell.
  • Clarify that PowerShell Core is available on Linux/macOS, or link to relevant installation guides.
  • Include example commands for both Windows (PowerShell) and Linux/macOS (Bash/Azure CLI).
Azure Cache For Redis Azure Cache for Redis Event Grid Overview ...ain/articles/azure-cache-for-redis/cache-event-grid.md
Low Priority View Details →
Scanned: 2026-01-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation lists PowerShell (a Windows-centric tool) as a primary method for interacting with Azure Cache for Redis events, and consistently mentions PowerShell before Azure CLI (which is cross-platform). While Azure CLI examples are present, the ordering and emphasis may subtly prioritize Windows users.
Recommendations
  • List Azure CLI before PowerShell in tables and 'Next steps' sections to prioritize cross-platform tooling.
  • Explicitly mention that Azure CLI works on Linux/macOS and provide links to installation guides for those platforms.
  • Add Bash or shell script examples where relevant, especially in quickstarts.
  • Clarify that PowerShell Core is available cross-platform, if relevant, or note any limitations.
Low Priority View Details →
Scanned: 2026-01-13 00:00
Reviewed by: LLM Analysis
Issues: 3 bias types
Detected Bias Types
Windows First 🔧 Windows Tools Powershell Heavy
Summary
The documentation shows mild Windows bias by referencing Windows-specific tools (WSL, Windows Terminal) and giving Windows installation instructions before Linux alternatives. It also mentions Azure PowerShell as a method to retrieve cache keys alongside Azure CLI, but does not provide Linux-specific command-line examples or mention Linux-native terminals. However, Linux installation and usage are covered, and most redis-cli commands are platform-agnostic.
Recommendations
  • Add explicit instructions for installing redis-cli on macOS (e.g., using Homebrew).
  • Mention Linux-native terminals (e.g., GNOME Terminal, xterm) when discussing where to run redis-cli.
  • Provide Linux and macOS command-line examples for retrieving cache keys (e.g., using Azure CLI).
  • Avoid framing Windows tools (WSL, Windows Terminal) as the primary or default method for running redis-cli.
  • List Linux installation instructions before Windows, or present both in parallel.
  • Clarify that redis-cli usage is identical across platforms once installed.
Azure Cache For Redis Scale an Azure Cache for Redis instance ...n/articles/azure-cache-for-redis/cache-how-to-scale.md
Low Priority View Details →
Scanned: 2026-01-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation consistently presents PowerShell (a Windows-centric tool) examples before Azure CLI examples in all sections describing programmatic scaling. This ordering and emphasis may subtly signal a preference for Windows environments. However, Azure CLI is cross-platform and all examples provided for CLI are equally usable on Linux/macOS. No Windows-only tools or patterns are required, and Linux users can complete all tasks described.
Recommendations
  • Alternate the order of PowerShell and Azure CLI examples, or present Azure CLI first to reflect its cross-platform nature.
  • Explicitly mention that Azure CLI commands work on Linux/macOS, and that PowerShell Core is available cross-platform.
  • Add a short note at the start of the 'How to scale' sections clarifying that both PowerShell and Azure CLI are supported on Linux, macOS, and Windows.
  • Consider including Bash script examples or references to Linux shell environments to further reinforce parity.
Azure Cache For Redis How to upgrade the Redis version of Azure Cache for Redis ...articles/azure-cache-for-redis/cache-how-to-upgrade.md
Low Priority View Details →
Scanned: 2026-01-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides upgrade instructions for Azure Cache for Redis primarily through the Azure Portal (GUI), Azure CLI, and PowerShell. While the Azure CLI is cross-platform, PowerShell is traditionally associated with Windows, and its example is given explicitly. The documentation does not mention Linux/macOS-specific tools or patterns, nor does it provide any Linux/macOS-specific guidance or screenshots. The order of examples (Portal, CLI, then PowerShell) is neutral, but the inclusion of PowerShell as a distinct upgrade method may suggest a slight Windows bias.
Recommendations
  • Clarify that Azure CLI commands work on Linux/macOS as well as Windows.
  • Add explicit notes or examples for Linux/macOS users, such as running Azure CLI in Bash or Zsh.
  • If PowerShell is mentioned, consider referencing PowerShell Core, which is cross-platform, or clarify its availability on Linux/macOS.
  • Include screenshots or instructions for Linux/macOS environments where relevant (e.g., terminal usage).
  • Avoid implying that PowerShell is required for non-Windows users.
Azure Cache For Redis https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-cache-for-redis/cache-best-practices-scale.md ...es/azure-cache-for-redis/cache-best-practices-scale.md
Low Priority View Details →
Scanned: 2025-07-13 21:37
Reviewed by: Unknown
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation mentions PowerShell cmdlets before Azure CLI and REST API when describing programmatic scaling, which may suggest a Windows-first bias. However, no explicit PowerShell-only examples or exclusive references to Windows tools are present, and Azure CLI (cross-platform) is mentioned. There are no command-line examples at all, so Linux parity is not directly compromised, but the ordering could imply preference.
Recommendations
  • When listing programmatic options, mention Azure CLI before or alongside PowerShell to reflect cross-platform parity (e.g., 'using Azure CLI, PowerShell cmdlets, or REST API').
  • Provide explicit examples for both Azure CLI and PowerShell where possible, ensuring Linux users have clear guidance.
  • Avoid language that prioritizes Windows tools unless there is a technical reason to do so.
Previous Page 8 of 8 Next