saurabh18cs
Honored Contributor III

can you try this for specific container?

# Configure the Spark session to use the SAS key for Data Lake Storage Gen2
spark.conf.set(
    f"fs.azure.sas.{container_name}.{storage_account_name}.dfs.core.windows.net",
    sas_key
)