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
⚠️
powershell_heavy
⚠️
windows_tools
Summary:
The documentation presents deployment instructions in three tabs: Portal, PowerShell, and CLI. PowerShell (a Windows-centric tool) is given equal prominence to the cross-platform CLI, and is listed before CLI in all sections. In the CLI prerequisites, the only Bash shell example given is 'Git Bash' (a Windows-focused tool), and there is no mention of native Linux or macOS shells. There are no explicit Linux/macOS-specific examples or notes, and the documentation assumes familiarity with Windows tools and patterns.
Recommendations:
- In the CLI prerequisites, mention native Bash shells on Linux and macOS, not just Git Bash for Windows.
- Add explicit notes or examples for Linux and macOS users, especially regarding shell environments and installation steps.
- Consider listing CLI instructions before PowerShell, as CLI is cross-platform and more widely used outside Windows.
- Where possible, include screenshots or terminal examples from Linux/macOS environments, not just Windows.
- Clarify that PowerShell Core is available cross-platform, if relevant, and provide installation links for Linux/macOS.
- Avoid language that assumes the user is on Windows (e.g., by referencing only Windows tools or patterns).
Create pull request
Flagged Code Snippets
---
## Clean up resources
When it's no longer needed, delete the resource group, which deletes the resources in the resource group.
# [Portal](#tab/azure-portal)
1. In the [Azure portal](https://portal.azure.com), search for and select **Resource groups**.
2. In the resource group list, choose the name of your resource group.
3. In the **Overview** page of your resource group, select **Delete resource group**.
4. In the confirmation dialog box, type the name of your resource group, and then select **Delete**.
# [PowerShell](#tab/PowerShell)
---
> [!NOTE]
> The deployment may take a few minutes to complete. Note the names for the Azure SignalR Service and the resource group, which you use to review the deployed resources later.
## Review deployed resources
# [Portal](#tab/azure-portal)
Follow these steps to see an overview of your new Azure SignalR Service:
1. In the [Azure portal](https://portal.azure.com), search for and select **SignalR**.
2. In the SignalR list, select your new service. The **Overview** page for the new Azure SignalR Service appears.
# [PowerShell](#tab/PowerShell)
Run the following interactive code to view details about your Azure SignalR Service. You have to enter the name of the new service and the resource group.