Hi,
Getting error "Name or Service not know" when mounting ADSL in Synapse notebook with Microsoft Spark Utilities with Managed Virtual Network and Data Exfiltration Protection enabled.
mssparkutils.fs.mount(
"abfss://mycontainer@<accountname>.dfs.core.windows.net",
"/data",
{"linkedService":linkservice}
)
When i run the code above I got "Name or Service not know"
We create two private endpoints one with dfs and one with blob.
As @ShaikMaheer mentioned in this forum before that we need to create a Managed Private Endpoint to Blob endpoint. I did try that but when I create a manage private endpoint in Synapse workspace.
then choosed which datalake I want to use and create it. I got dfs as a default. Not so sure how can I create a MPE with blob endpoint. Could you show me how to do that?
https://learn.microsoft.com/en-us/answers/questions/719666/azure-synapse-managed-private-endopints-and-micros.html