With Azure Synapse I have a notebook where I read excel files located in Azure Data Lake.
Usually it worked, what changed is that now I use managed private endpoint.
When notebook is launched I have the error:
ServiceRequestError: Cannot connect to host adlsdev.blob.core.windows.net:443 ssl:True [Name or service not known]
I tried the following (worked before):
pd.read_excel('abfss://[email protected]/test/test1.xlsx')
What can I do in Synapse ?
To read excel files in Synapse (managed private endpoint) you need to use linked service.
OUTPUT: