microsoft / vscode-azurevirtualmachines

Azure Virtual Machines extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurevirtualmachines
MIT License
32 stars 20 forks source link

"Connect to Host" via it's private vlan address, not public address #339

Closed petecog closed 2 years ago

petecog commented 2 years ago

version 0.6.2

Is it possible (if not this is a feature request) to connect to a VM listed under the Resources via it's private ip address (e.g. the one on the vnet) rather than the public.

I'm setting up a bunch of VMs in a closed off vnet (only accessible via a vpn connector on that vnet). The VMs do not have a public ip (disassociated) or at least will have port 22 inaccessible

erroniously posted here originally, sorry. https://github.com/microsoft/vscode-node-azure-pack/issues/34

alexweininger commented 2 years ago

Unfortunately, this isn't currently possible. Closing as duplicate of #273