I am following a guide on how to integrate Azure DevOps CI/CD with Azure Databricks. https://medium.com/@bedatse/azure-devops-ci-cd-with-azure-databricks-and-data-factory-part-1-c05a44536a8e
Everything is working fine up to Step 3-2, where I need to link my workbook to Azure DevOps Repo, which should be the URL of my git repository.
I have set the Path in Git Repo to the location where I want Databricks to save my notebook inside the repository.
However, when I save I get the following Git Failed message;
Error while syncing Git history: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')? at [Source: ????<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">???? ?? ????<html lang="en-US">??<head><title>?? ?? Azure DevOps Services | Sign In?? ??</title><meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8" />?? <link rel="SHORTCUT ICON" href="/favicon.ico"/>???? <link data-bundlelength="508491" data-bundlename="commoncss" data-highcontrast="/_static/tfs/M159_20191007.24/_cssbundles/HighContrast/vss-bundle-commoncss-vFEXRww04Ui9f9-agwRu1-KcB8LHGV2h4if73yu-SgCA=" data-includedstyles="jQueryUI-Modified;Core;Splitter;PivotView" href="/_static/tfs/M159_20191007.24/_cssbundles/Default/vss-bundle-commoncss-vdGeUpct-nfzYfTJ4ZaPoC5_RMPHB-2NPspm7OsZ3cA8=" rel="stylesheet" />??<link data-bundlelength="116152" data-bundlename="viewcss" data-highcontrast="/_static/tfs/M159_2019
Any assistance greatly appreciated