Skip to content

Commit 7bb4cc3

Browse files
Merge pull request #277722 from jonburchel/patch-42
Update compute-linked-services.md
2 parents 35c6437 + 1f9ea73 commit 7bb4cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/compute-linked-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ You can create **Azure Databricks linked service** to register Databricks worksp
520520
"newClusterVersion": "4.0.x-scala2.11",
521521
"accessToken": {
522522
"type": "SecureString",
523-
"value": "<your_secure_string_value>"
523+
"value": "YourAccessToken"
524524
}
525525
}
526526
}
@@ -539,7 +539,7 @@ You can create **Azure Databricks linked service** to register Databricks worksp
539539
"domain": "https://westeurope.azuredatabricks.net",
540540
"accessToken": {
541541
"type": "SecureString",
542-
"value": "<your_secure_string_value>"
542+
"value": "YourAccessToken"
543543
},
544544
"existingClusterId": "{clusterId}"
545545
}

0 commit comments

Comments
 (0)