We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35c6437 + 1f9ea73 commit 7bb4cc3Copy full SHA for 7bb4cc3
articles/data-factory/compute-linked-services.md
@@ -520,7 +520,7 @@ You can create **Azure Databricks linked service** to register Databricks worksp
520
"newClusterVersion": "4.0.x-scala2.11",
521
"accessToken": {
522
"type": "SecureString",
523
- "value": "<your_secure_string_value>"
+ "value": "YourAccessToken"
524
}
525
526
@@ -539,7 +539,7 @@ You can create **Azure Databricks linked service** to register Databricks worksp
539
"domain": "https://westeurope.azuredatabricks.net",
540
541
542
543
},
544
"existingClusterId": "{clusterId}"
545
0 commit comments