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 instructs users to 'open a command prompt' and uses backslashes in file paths, both of which are Windows-centric. There are no explicit Linux or cross-platform instructions or examples, and no mention of Linux-specific tools or terminal usage.
Recommendations:
- Replace 'open a command prompt' with 'open a terminal or command prompt', or specify both Windows and Linux/Mac instructions.
- Provide both Windows (backslash) and Linux/Mac (forward slash) path examples.
- Include a note or section for Linux/Mac users, such as using Terminal and navigating with appropriate commands.
- Verify that all steps and referenced scripts are cross-platform, or provide platform-specific guidance where necessary.
Create pull request