Skip to content

Commit 65be2dd

Browse files
Merge pull request #277619 from jonburchel/2024-06-07-remove-secure-string-value
Remove secure string values
2 parents fc4009a + 706b832 commit 65be2dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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": "dapif33c9c721144c3a790b35000b57f7124f"
523+
"value": "<your_secure_string_value>"
524524
}
525525
}
526526
}
@@ -532,14 +532,14 @@ You can create **Azure Databricks linked service** to register Databricks worksp
532532

533533
```json
534534
{
535-
"name": " AzureDataBricksLinedService",
535+
"name": " AzureDataBricksLinkedService",
536536
"properties": {
537537
"type": " AzureDatabricks",
538538
"typeProperties": {
539539
"domain": "https://westeurope.azuredatabricks.net",
540540
"accessToken": {
541541
"type": "SecureString",
542-
"value": "dapif33c9c72344c3a790b35000b57f7124f"
542+
"value": "<your_secure_string_value>"
543543
},
544544
"existingClusterId": "{clusterId}"
545545
}
@@ -564,7 +564,6 @@ You can create **Azure Databricks linked service** to register Databricks worksp
564564
| newClusterSparkConf | a set of optional, user-specified Spark configuration key-value pairs. Users can also pass in a string of extra JVM options to the driver and the executors via spark.driver.extraJavaOptions and spark.executor.extraJavaOptions respectively. | No |
565565
| newClusterInitScripts| a set of optional, user-defined initialization scripts for the new cluster. You can specify the init scripts in workspace files (recommended) or via the DBFS path (legacy). | No |
566566

567-
568567
## Azure SQL Database linked service
569568

570569
You create an Azure SQL linked service and use it with the [Stored Procedure Activity](transform-data-using-stored-procedure.md) to invoke a stored procedure from a pipeline. See [Azure SQL Connector](connector-azure-sql-database.md#linked-service-properties) article for details about this linked service.

0 commit comments

Comments
 (0)