Hello @Kate Zhang,
Welcome to the MS Q&A platform.
On the storage account container level, can you please switch the Authentication method to "Access key" and see if it helps?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I ran a notebook with below code
%%pyspark
df = spark.read.load('abfss://******@sasyoccutableaudev.dfs.core.windows.net/Report.ACCOUNT.parquet', format='parquet')
display(df.limit(10))
I got Py4JJavaError: An error occurred while calling o1659.load. : Status code: -1 error code: null error message: InvalidAbfsRestOperationExceptionjava.net.UnknownHostException: sasyoccutableaudev.dfs.core.windows.net
Hello @Kate Zhang,
Welcome to the MS Q&A platform.
On the storage account container level, can you please switch the Authentication method to "Access key" and see if it helps?