You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/cicd/source-control.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ The configuration pane shows the following Azure DevOps git settings:
55
55
| Setting | Description | Value |
56
56
|:--- |:--- |:--- |
57
57
|**Repository Type**| The type of the Azure Repos code repository.<br/> | Azure DevOps Git or GitHub |
58
+
|**Cross tenant sign in**| Checkbox to sign in with cross tenant account. | unselected (default) |
58
59
|**Azure Active Directory**| Your Azure AD tenant name. |`<your tenant name>`|
59
60
|**Azure DevOps account**| Your Azure Repos organization name. You can locate your Azure Repos organization name at `https://{organization name}.visualstudio.com`. You can [sign in to your Azure Repos organization](https://www.visualstudio.com/team-services/git/) to access your Visual Studio profile and see your repositories and projects. |`<your organization name>`|
60
61
|**ProjectName**| Your Azure Repos project name. You can locate your Azure Repos project name at `https://{organization name}.visualstudio.com/{project name}`. |`<your Azure Repos project name>`|
@@ -87,6 +88,29 @@ After these configuration steps, your personal repo is available when you set up
87
88
88
89
For more info about connecting Azure Repos to your organization's Active Directory, see [Connect your organization to Azure Active Directory](/azure/devops/organizations/accounts/connect-organization-to-azure-ad).
89
90
91
+
### Use a cross tenant Azure DevOps account
92
+
93
+
When your Azure DevOps is not in the same tenant as the Synapse workspace, you can configure the workspace with your cross tenant Azure DevOps account with the guide below.
94
+
95
+
1. Select the **Cross tenant sign in** option and click **Continue**
96
+
97
+

98
+
99
+
1. Select **OK** in the dialog box.
100
+
101
+

102
+
103
+
1. click **Use another account** and login with your Azure DevOps account.
104
+
105
+

106
+
107
+
1. After signing in, choose the directory and repository and configure it accordingly.
108
+
109
+

110
+
111
+
> [!NOTE]
112
+
> To login the workspace, you need to use the first sign-in to log into to your Synapse workspace user account. Your cross tenant Azure DevOps account is only used for signing into and getting access to the Azure DevOps repo associated with this Synapse workspace.
113
+
90
114
## Connect with GitHub
91
115
92
116
You can associate a workspace with a GitHub repository for source control, collaboration, versioning. If you don't have a GitHub account or repository, follow [these instructions](https://github.com/join) to create your resources.
0 commit comments