Permissions for Test connection of ADF Linked Service #244
Unanswered
successhawk
asked this question in
Q&A
Replies: 1 comment
-
This is the endpoint you must have access to: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the minimum permission that the Service Principal needs in order to test connectivity? I am currently getting 403 error.
2022-11-14T15:26:36.6157415Z ##[section]Starting: Test Linked Service Connections 2022-11-14T15:26:36.6402503Z ============================================================================== 2022-11-14T15:26:36.6403010Z Task : Test connection of ADF Linked Service 2022-11-14T15:26:36.6403385Z Description : Runs test connection of Linked Service of ADF (v2) (adftools) 2022-11-14T15:26:36.6403892Z Version : 1.14.1173 2022-11-14T15:26:36.6404172Z Author : Kamil Nowinski (SQLPlayer) 2022-11-14T15:26:36.6404558Z Help : [More Information](https://github.com/SQLPlayer/azure.datafactory.devops) 2022-11-14T15:26:36.6405013Z ============================================================================== 2022-11-14T15:26:37.8921146Z PowerShell: 5.1.20348.859 Desktop 2022-11-14T15:26:42.8523415Z Added TLS 1.2 in session. 2022-11-14T15:26:43.0012514Z ##[command]Import-Module -Name C:\Modules\az_7.5.0\Az.Accounts\2.9.1\Az.Accounts.psd1 -Global 2022-11-14T15:26:43.6572922Z ##[command]Clear-AzContext -Scope Process 2022-11-14T15:26:44.3918012Z ##[command]Clear-AzContext -Scope CurrentUser -Force -ErrorAction SilentlyContinue 2022-11-14T15:26:44.5767522Z ##[command]Connect-AzAccount -ServicePrincipal -Tenant ****** -Credential System.Management.Automation.PSCredential -Environment AzureCloud @processScope 2022-11-14T15:26:46.5934571Z ##[command] Set-AzContext -SubscriptionId ****** -TenantId ****** 2022-11-14T15:26:47.4886950Z Testing ADF Linked Service connection: [******AzureDatabricks_Lsrvc] ... 2022-11-14T15:26:47.8349073Z ##[error]The remote server returned an error: (403) Forbidden. 2022-11-14T15:26:47.8887703Z ##[section]Finishing: Test Linked Service Connections
Beta Was this translation helpful? Give feedback.
All reactions