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
⚠️
missing_linux_example
Summary:
The documentation consistently uses Windows-style paths (e.g., 'C:\myDirectory') in all examples and does not provide any Linux/macOS path examples (e.g., '/home/user/myDirectory'). While there are tips about quoting differences between shells, the actual command examples are all Windows-centric. No Linux or macOS-specific examples or patterns are shown.
Recommendations:
- Provide parallel examples using Linux/macOS-style paths (e.g., '/home/user/myDirectory') alongside Windows examples.
- Explicitly show both Windows (cmd.exe) and Linux/macOS (bash/zsh) command syntax, including correct quoting and path separators.
- Consider a table or tabbed interface to let users select their OS and see relevant examples.
- Mention any OS-specific considerations (such as case sensitivity or file permission issues) where relevant.
Create pull request