We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b149c3 + 283798e commit a0408faCopy full SHA for a0408fa
articles/synapse-analytics/spark/microsoft-spark-utilities.md
@@ -122,7 +122,7 @@ var blob_relative_path = ""; // replace with your relative folder path
122
var linked_service_name = ""; // replace with your linked service name
123
var blob_sas_token = Credentials.GetConnectionStringOrCreds(linked_service_name);
124
125
-spark.SparkContext.GetConf().Set($"fs.azure.sas.{blob_container_name}.{blob_account_name}.blob.core.windows.net", blob_sas_token);
+spark.Conf().Set($"fs.azure.sas.{blob_container_name}.{blob_account_name}.blob.core.windows.net", blob_sas_token);
126
127
var wasbs_path = $"wasbs://{blob_container_name}@{blob_account_name}.blob.core.windows.net/{blob_relative_path}";
128
0 commit comments