Skip to content

Commit

Permalink
Update Obtain credentials using TokenLibrary.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
nirav2 authored Oct 12, 2020
1 parent 6d5da8a commit 252cad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Scala/Obtain credentials using TokenLibrary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"outputs": [],
"metadata": {},
"source": [
"// In order to pass a SAS token from configuration for Gen2: \n"
"// In order to pass a SAS token from configuration for Gen2: \n",
"\n",
"spark.conf.set(\"fs.azure.account.auth.type\", \"SAS\")\n",
"spark.conf.set(\"fs.azure.sas.token.provider.type\", \"com.microsoft.azure.synapse.tokenlibrary.ConfBasedSASProvider\")\n",
Expand All @@ -104,7 +104,7 @@
"outputs": [],
"metadata": {},
"source": [
"// In order to fetch a SAS token from AKV for Gen2: \n"
"// In order to fetch a SAS token from AKV for Gen2: \n",
"\n",
"spark.conf.set(\"fs.azure.account.auth.type\", \"SAS\")\n",
"spark.conf.set(\"fs.azure.sas.token.provider.type\", \"com.microsoft.azure.synapse.tokenlibrary.AkvBasedSASProvider\")\n",
Expand Down

0 comments on commit 252cad9

Please sign in to comment.