Skip to content

Commit 032d2c2

Browse files
authored
Update Obtain credentials using TokenLibrary.ipynb
1 parent 5100648 commit 032d2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Notebooks/Scala/Obtain credentials using TokenLibrary.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"// Example connection string (for storage): \"DefaultEndpointsProtocol=https;AccountName=<accountname>;AccountKey=<accountkey>\"\n",
4545
"\n",
4646
"val connectionString: String = TokenLibrary.getConnectionString(\"<linkedServiceName>\")\n",
47+
"val accountKey: String = TokenLibrary.getConnectionStringAsMap(\"<linkedServiceName>\").get("AccountKey")\n",
4748
""
4849
],
4950
"attachments": {}

0 commit comments

Comments
 (0)