I'm trying to read the secondary gen2 account in DataBricks, but I get the following error:
java.io.FileNotFoundException: Operation failed: "The specified resource does not exist.", 404
follow the way I'm making the connection:
spark.conf.set(
"fs.azure.account.key.<storage-account-secondary>.dfs.core.windows.net",
"acess_key")
What is the correct way to log into a gen2 secondary account?