Skip to content

Commit f1c53d0

Browse files
authored
Merge pull request #115245 from KranthiPakala-MSFT/patch-55
(AzureCXP) fixes MicrosoftDocs/issues#54589
2 parents 2e16e45 + cc5bfb9 commit f1c53d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-databricks/store-secrets-azure-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
172172
6. Run the following command to read the text file in your blob storage container to a dataframe. Change the values in the command to match your mount name and file name.
173173

174174
```python
175-
df = spark.read.text("mnt/<mount-name>/<file-name>")
175+
df = spark.read.text("/mnt/<mount-name>/<file-name>")
176176
```
177177

178178
![Read file to dataframe](./media/store-secrets-azure-key-vault/command2.png)

0 commit comments

Comments
 (0)