Skip to main content
DSALTA connects to Azure DevOps using read-only API access to collect compliance evidence automatically. Data feeds into your Data Library modules. Compliance checks re-run once a day at 02:00 America/New_York.
Read-only access. DSALTA never modifies, creates, or deletes resources in your Azure DevOps environment.

What DSALTA reads

DSALTA reads the Azure DevOps user roster — display name and mail address — which appears on your Access page (every row is recorded with the role Member and status Active; the Graph users endpoint returns neither an Azure DevOps role nor an account state); and your Azure DevOps resources, which appear on your Inventory page. It also reads your pull requests, which appear on your Code Changes page — DSALTA does not read commits.It calls these Azure DevOps endpoints:
  • /_apis/projects
  • /_apis/graph/users
  • /{project}/_apis/git/repositories
  • /{project}/_apis/git/repositories/{repositoryId}/pullrequests
  • /{project}/_apis/policy/configurations
Permissions the checks require: Code (Read), Policy (Read), Project and team (Read) — plus Graph & Identity (Read) and User profile (Read) for the user roster on your Access pageEvery request is a read. DSALTA has no code path that creates, modifies, or deletes anything in your Azure DevOps environment.

Troubleshooting

There is no Reconnect button. Open Integrations → Connected, click Manage on the Azure DevOps card, and check the Status tab — it shows either Connected and working properly or Connection issues detected. To restore a broken connection you must Disconnect and connect again, which permanently deletes the data and tests collected from Azure DevOps. This usually happens when API tokens expire.
Verify the connected account still holds the permissions listed under Before you begin. Then open Integrations in the DSALTA sidebar, stay on the Connected tab, and click Sync from integrations at the top right. That button refreshes every connected integration at once — there is no per-integration sync control.