I am trying to read the contents of a file in a Dev Ops repo into a variable in the ADF pipeline but it isn't working. I think I am getting the Personal Access Token error when reading a file from Azure Dev Ops repository using a web activity get, but I am using a system managed identity.
Web activity
URL - =/Mike.txt&includeContent=true&api-version=7.1
Web activity input
{ "method": "GET", "headers": {}, "url": "=/Mike.txt&includeContent=true&api-version=7.1", "connectVia": { "referenceName": "ir", "type": "IntegrationRuntimeReference" }, "authentication": { "type": "MSI", "resource": "/" } }
Web activity output
Tried to post the full web output but it won't let me so here is the error I think I am getting.
class="error">Microsoft Internet Explorer's Enhanced Security Configuration is currently enabled on your environment. This enhanced level of security prevents our web integration experiences from displaying or performing correctly. To continue with your operation please disable this configuration or contact your administrator.