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:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation presents PowerShell (a Windows-centric tool) examples before Azure CLI (cross-platform) in both the 'View your access keys' and 'Rotate your access keys' sections. This ordering and the prominence of PowerShell may suggest a Windows-first bias, even though Azure CLI is available on all major platforms. No Linux- or macOS-specific instructions or shell examples are provided, but the presence of Azure CLI mitigates some bias.
Recommendations:
- Present Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and more accessible to Linux and macOS users.
- Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS, and provide example shell prompts (e.g., bash) to reinforce cross-platform support.
- Consider adding a section or note for Linux/macOS users, clarifying installation steps for Azure CLI and the fluid-relay extension on those platforms.
- If possible, provide bash/zsh shell script examples for common tasks, or at least indicate that the CLI commands can be run in any shell.
- Avoid language that implies PowerShell is the default or preferred method unless there is a technical reason.
Create pull request
Flagged Code Snippets
New-AzFluidRelayServerKey -FluidRelayServerName <Fluid Relay Service name> -ResourceGroup <resource group> -KeyName <key name>
Install-Module Az.FluidRelay
Get-AzFluidRelayServerKey -FluidRelayServerName <Fluid Relay Service name> -ResourceGroup <resource group> -SubscriptionId <subscription id>
Install-Module Az.FluidRelay