This page contains Windows bias

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
⚠️ missing_linux_example
⚠️ windows_tools
⚠️ windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell examples for deploying and cleaning up resources, referencing PowerShell cmdlets and output screenshots, and not including equivalent Azure CLI (cross-platform) or Bash examples. The instructions and screenshots are tailored to a Windows/PowerShell workflow, with no Linux-specific or cross-platform guidance.
Recommendations:
  • Add Azure CLI examples (using Bash or Cloud Shell) alongside PowerShell for all deployment and cleanup steps.
  • Include screenshots and instructions that are not specific to PowerShell or Windows environments.
  • Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide guidance for both.
  • Ensure that references to tools and commands are balanced between Windows and Linux/cross-platform options.
  • Where possible, provide a tabbed interface or clear separation for PowerShell and CLI/Bash instructions, so users can follow the workflow appropriate for their environment.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

Wait until you see the prompt from the console. 1. Select **Copy** from the previous code block to copy the PowerShell script. 1. Right-click the shell console pane and then select **Paste**. 1. Enter the values. The resource group name is the project name with **rg** appended. It takes about 20 minutes to deploy the template. When completed, the output is similar to: :::image type="content" source="./media/quickstart-create-route-server-template/powershell-output.png" alt-text="Route Server Resource Manager template PowerShell deployment output."::: Azure PowerShell is used to deploy the template. In addition to Azure PowerShell, you can also use the Azure portal, Azure CLI, and REST API. To learn other deployment methods, see [Deploy templates](../azure-resource-manager/templates/deploy-portal.md). ## Validate the deployment 1. Sign in to the [Azure portal](https://portal.azure.com). 1. Select **Resource groups** from the left pane. 1. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended. 1. The resource group should contain only the virtual network: :::image type="content" source="./media/quickstart-create-route-server-template/resource-group.png" alt-text="Route Server deployment resource group with virtual network."::: 1. Go to https://aka.ms/routeserver. 1. Select the Route Server named **routeserver** to verify that the deployment was successful. :::image type="content" source="./media/quickstart-create-route-server-template/deployment.png" alt-text="Screenshot of Route Server overview page."::: ## Clean up resources When you no longer need the resources that you created with the Route Server, delete the resource group to remove the Route Server and all the related resources. To delete the resource group, use the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) cmdlet: