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
Summary:
The documentation demonstrates a moderate Windows bias. PowerShell is presented as a primary scripting example, and the PowerShell section appears before the Azure CLI section, which is more cross-platform. There are no explicit Linux shell or Bash examples, and no mention of Linux-specific considerations or tools. The CLI section is present, but the documentation does not clarify that PowerShell is Windows-centric or that Azure CLI is recommended for Linux/macOS users.
Recommendations:
- Add explicit Bash/shell examples for configuring SAS expiration policies using Azure CLI, and clarify that Azure CLI commands work on Linux, macOS, and Windows.
- Reorder the example sections so that Azure CLI (cross-platform) appears before PowerShell (Windows-centric), or at least clarify the platform applicability of each.
- Include a note in the PowerShell section indicating it is primarily for Windows users, and recommend Azure CLI for Linux/macOS users.
- Where screenshots or UI steps are shown, add clarifications if there are any differences in experience for Linux/macOS users (for example, in Azure Cloud Shell).
- Consider including a table summarizing which tools are available on which platforms, to help users choose the best option for their environment.
Create pull request