Azure Hybrid Connectivity PowerShell Cmdlets
This document provides a comprehensive reference for the PowerShell cmdlets used to manage and configure Azure Hybrid Connectivity services. These cmdlets enable you to establish secure and reliable connections between your on-premises networks and Azure.
Key Cmdlet Categories
Explore the cmdlets organized by their primary function:
Managing Hybrid Connections
Cmdlets for creating, deleting, and configuring Azure Relay Hybrid Connections.
- New-AzHybridConnection
- Get-AzHybridConnection
- Remove-AzHybridConnection
- Set-AzHybridConnection
Managing Endpoints
Cmdlets for managing the endpoints associated with your hybrid connections.
- New-AzHybridConnectionEndpoint
- Get-AzHybridConnectionEndpoint
- Remove-AzHybridConnectionEndpoint
Managing Listeners
Cmdlets for managing listeners for your hybrid connections.
- New-AzHybridConnectionListener
- Get-AzHybridConnectionListener
- Remove-AzHybridConnectionListener
Namespace Management
Cmdlets for managing the Relay namespaces that host your hybrid connections.
- New-AzRelayNamespace
- Get-AzRelayNamespace
- Remove-RelayNamespace
Authorization Rules
Cmdlets for managing authorization rules for secure access.
- New-AzRelayAuthorizationRule
- Get-AzRelayAuthorizationRule
- Remove-AzRelayAuthorizationRule
Related Cmdlets and Concepts
For a complete understanding of Azure Hybrid Connectivity, you may also find the following resources and cmdlets useful:
- Azure Virtual Network Gateway
- Azure ExpressRoute
- Cmdlets for managing Azure Networking resources.
Further Information
For detailed parameter descriptions, examples, and advanced usage scenarios, please refer to the official Azure PowerShell documentation.