microsoft / vscode-tools-for-ai

Azure Machine Learning for Visual Studio Code, previously called Visual Studio Code Tools for AI, is an extension to easily build, train, and deploy machine learning models to the cloud or the edge with Azure Machine Learning service.
Other
322 stars 93 forks source link

Unable to connect to job remote host #2413

Closed ibrahimcal closed 2 weeks ago

ibrahimcal commented 2 months ago

Does this occur consistently? Repro steps:

1. 2.

Action: Resolver.resolve Error type: 70 Error Message: Bad Gateway

Version: 0.48.0 OS: darwin OS Release: 23.5.0 Product: Visual Studio Code Product Version: 1.91.0 Language: en

Call Stack ``` s extension.js:2:1556033 extension.js:2:1622671extension.js:2:1622671 ```
sevillal commented 1 month ago

Hi @ibrahimcal, I apologize for this issue you are encountering. Does your local machine have a proxy that you are connecting to? We've found that proxies that block particular hosts or ports can prevent the connection from working and return Bad Gateway errors when trying to connect. This page provides information about configuring firewalls and that applies to proxies as well: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-access-azureml-behind-firewall?view=azureml-api-2&tabs=ipaddress%2Cpublic#scenario-visual-studio-code

sevillal commented 2 weeks ago

Closing due to inactivity, please reopen if needed.