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.
1 parent 0382688 commit 1f9ea73Copy full SHA for 1f9ea73
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