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:
Summary:
The documentation does not provide any OS-specific command-line examples or tooling, but it also does not mention or demonstrate how to upload files to Azure Blob Storage from Linux or macOS environments. The only upload reference points to a portal-based guide, which is platform-agnostic but omits parity for CLI-based workflows common on Linux.
Recommendations:
- Add examples for uploading DAG files to Azure Blob Storage using cross-platform tools such as Azure CLI (az storage blob upload) and/or Python SDK, with explicit command-line examples that work on Linux, macOS, and Windows.
- Include a section or note highlighting that the upload process can be performed from any OS, and provide links or code snippets for both GUI (portal) and CLI methods.
- If screenshots or UI steps are shown, clarify that the process is not limited to Windows and that Linux users can follow equivalent steps using the Azure CLI or other supported tools.
Create pull request