Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@ Now that you have created your EntraID application and added it as a user in the

Be sure to save all of these details in a safe notepad. Proceed to the next tab to configure **Azure DevOps authentication**.

:::warning
When copying the HTTPS URL, ensure it does **not** include an organization prefix before `dev.azure.com`. For example, use:

`https://dev.azure.com/your-org/your-project/_git/your-repo`

**Not:**

`https://your-org@dev.azure.com/your-org/your-project/_git/your-repo`

The `your-org@` prefix interferes with Datacoves Azure authentication and will cause URL validation to fail.
:::

</TabItem>

<TabItem value="authenticate" label="4. Authenticate Azure DevOps">
Expand Down
Loading