I am using below powershell command to access AKS dash board.
Import-AzAksCredential -ResourceGroupName <> -Name <>
The SSH tunnel is setup in a PowerShell job called Kubectl-Tunnel and can be found by running Get-Job
. However, the tunnel is not accessible via http://127.0.0.1:8001.
Any help here is appreciated.