Skip to content

Commit 36ee91c

Browse files
authored
Merge pull request #173934 from Svijay-msft/patch-4
(AzureCXP) Updated hyperlink MSI
2 parents 99b53a6 + 8121253 commit 36ee91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ You can create **Azure Databricks linked service** to register Databricks worksp
547547
| type | The type property should be set to: **Azure Databricks**. | Yes |
548548
| domain | Specify the Azure Region accordingly based on the region of the Databricks workspace. Example: https://eastus.azuredatabricks.net | Yes |
549549
| accessToken | Access token is required for the service to authenticate to Azure Databricks. Access token needs to be generated from the databricks workspace. More detailed steps to find the access token can be found [here](/azure/databricks/dev-tools/api/latest/authentication#generate-token) | No |
550-
| MSI | Use the service's managed identity (system-assigned) to authenticate to Azure Databricks. You do not need Access Token when using 'MSI' authentication | No |
550+
| MSI | Use the service's managed identity (system-assigned) to authenticate to Azure Databricks. You do not need Access Token when using 'MSI' authentication. More details about Managed Identity authentication can be found [here](https://techcommunity.microsoft.com/t5/azure-data-factory/azure-databricks-activities-now-support-managed-identity/ba-p/1922818) | No |
551551
| existingClusterId | Cluster ID of an existing cluster to run all jobs on this. This should be an already created Interactive Cluster. You may need to manually restart the cluster if it stops responding. Databricks suggest running jobs on new clusters for greater reliability. You can find the Cluster ID of an Interactive Cluster on Databricks workspace -> Clusters -> Interactive Cluster Name -> Configuration -> Tags. [More details](https://docs.databricks.com/user-guide/clusters/tags.html) | No
552552
| instancePoolId | Instance Pool ID of an existing pool in databricks workspace. | No |
553553
| newClusterVersion | The Spark version of the cluster. It creates a job cluster in databricks. | No |

0 commit comments

Comments
 (0)