I have used Azure Machine Learning Service and python programming language. On Azure Machine Learning Service I have one python script in that script there is one normal Select query. whenever i have deploy models on azure then that time I got ML endpoint.
whenever i am posting input data on ML endpoint then i got
('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (0) (SQLExecDirectW)') error.
Also, I have used azure SQL Server Database.
I am not able to understand why I got this error. Is there any reason for this error?