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 page demonstrates a Windows bias primarily by referencing a PowerShell script (Convert-DtlLabToIsolatedNetwork.ps1) as the only provided automation method for converting an existing lab to isolated network mode. There are no equivalent Bash, Azure CLI, or Linux-oriented automation examples. The mention of automation later in the document lists PowerShell before Azure CLI, and does not provide any concrete Linux/Bash/CLI examples. No Linux-specific tools or workflows are discussed.
Recommendations:
- Provide equivalent Bash or Azure CLI scripts for converting an existing lab to isolated network mode, and link to them alongside the PowerShell script.
- When mentioning automation, present Azure CLI and PowerShell options together, or list Azure CLI first to avoid Windows-first ordering.
- Include explicit Linux/Bash command examples for relevant tasks, such as configuring service endpoints or automating network isolation.
- Clarify that all steps can be performed from any OS via the Azure Portal or Azure CLI, not just from Windows/PowerShell environments.
- If possible, provide sample code snippets or links for Linux users to achieve the same outcomes as the PowerShell script.
Create pull request