Azure – az network bastion tunnel KeyError: 'authToken'
I am trying locally to connect to a database. using: az network bastion tunnel --name name --resource-group group --target-resource-id subscriptionid --resource-port 22 --port 2222 --subscription subscription The tunnel is successfully created: Opening tunnel on port: 2222 Tunnel is ready, connect…