Skip to content

Commit dbb7465

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notebooks/Scala/Obtain credentials using TokenLibrary.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +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",
47+
"val accountKey: String = TokenLibrary.getConnectionStringAsMap(\"<linkedServiceName>\").get(\"AccountKey\")\n",
4848
""
4949
],
5050
"attachments": {}

0 commit comments

Comments
 (0)