Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 06:09 AM
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
)