Azure extension doesent work

Yea,

Authentication Problem - If you try to connect to Azure using the Azure ML extension, you will get a timed out error. Go to the output for the extension, and you’ll see an authentication error. Basically this issue: Azure Cloud login .
The problem is that Azure uses microsoft authentication which is a “built-in” extension into VS-code but Cursor doesn’t have it. It’s not downloadable from the internet, so you need to take it from an existing vs-code install.

Access Azure ML: This is just standard practice for accessing a compute instance via vs-code

Server Installation: Try to connect to a compute instance using Cursor and you will get a ‘server failed to install’ style error. Looking at the logs will tell you the same thing. In order to get around this, you install the server manually. The instructions are here: How to install cursor-server manually?

1 Like