Skip to content

Commit 789a23b

Browse files
committed
Support cross tenant account
1 parent af23f27 commit 789a23b

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed
0 Bytes
Loading
49.8 KB
Loading
190 KB
Loading
47.4 KB
Loading
58.7 KB
Loading

articles/synapse-analytics/cicd/source-control.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The configuration pane shows the following Azure DevOps git settings:
5555
| Setting | Description | Value |
5656
|:--- |:--- |:--- |
5757
| **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) |
5859
| **Azure Active Directory** | Your Azure AD tenant name. | `<your tenant name>` |
5960
| **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>` |
6061
| **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
8788

8889
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).
8990

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+
![Select the cross tenant sign in ](media/cross-tenant-signin.png)
98+
99+
1. Select **OK** in the dialog box.
100+
101+
![Confirm the cross tenant sign in ](media/cross-tenant-signin-confirm.png)
102+
103+
1. click **Use another account** and login with your Azure DevOps account.
104+
105+
![Use another account ](media/use-another-account.png)
106+
107+
1. After signing in, choose the directory and repository and configure it accordingly.
108+
109+
![Choose the directory ](media/cross-tenant-aad.png)
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+
90114
## Connect with GitHub
91115

92116
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

Comments
 (0)