Skip to content

Commit 685c00d

Browse files
authored
Keep same names
Keep the same names
1 parent f4076d8 commit 685c00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/data-lake-storage-quickstart-create-databricks-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ In the cell, press **SHIFT + ENTER** to run the code.
135135

136136
Now in a new cell below this one, enter the following code, and replace the values that appear in brackets with the same values you used earlier:
137137

138-
dbutils.fs.cp("file:///tmp/small_radio_json.json", "abfss://<file-system>@<account-name>.dfs.core.windows.net/")
138+
dbutils.fs.cp("file:///tmp/small_radio_json.json", "abfss://<container-name>@<storage-account-name>.dfs.core.windows.net/")
139139

140140
In the cell, press **SHIFT + ENTER** to run the code.
141141

0 commit comments

Comments
 (0)