Skip to content

Commit

Permalink
parameterized datalake fqdn with key vault.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcrook1 authored Jan 21, 2019
1 parent 6e60448 commit 693f4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Optionally, you can add <your-directory-name> to the source URI of your mount point.
dbutils.fs.mount(
source = "abfss://[email protected]", #blobcontainername@storageaccount
source = dbutils.secrets.get(scope = "data-lake", key = "datalake-fqdn"),
mount_point = "/mnt/datalake",
extra_configs = configs)

Expand Down

0 comments on commit 693f4a6

Please sign in to comment.