An open API service indexing awesome lists of open source software.

https://github.com/colindembovsky/azdo-build-test-pbi


https://github.com/colindembovsky/azdo-build-test-pbi

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Azue DevOps Build and Test PowerBI Template
Read all about this template in [this blog post](http://bit.ly/buildtestazdopbi).

This PowerBI template allows you to report off builds for the last two weeks, including queue information, test information and coverage information.

Download the PBIT file and connect it to your organization.

## Connecting
There is a parameter (Azure DevOps Organization) and two connections that you need to authenticate.

### Specifying the Azure DevOps Organization
When you open the PBIT, you will be prompted for your Azure DevOps Organization. Type in the name of your org (so if you connect to `https://dev.azure.com/myorg`, type `myorg`).

![Enter organization](img/enter_org.jpg "Enter organization")

### Access Web Content Connection
The REST API calls are authenticated by a personal access token (PAT). When the authentication pops up for Web Content, click on Web API method. Paste your PAT into the password box and update the dropdown for "level" to `https://dev.azure.com/`.

![Enter PAT](img/web_content.jpg "Enter PAT for Basic auth")

### Access OData Connection
The OData feed is authenticated via organizational credentials. Click on Org Credentials, set the dropdown to and sign in.

![Enter Org Credentials](img/odata.jpg "Enter Org Credentials")