add-azuredevops

Add the Azure DevOps connector to Power Apps code apps and fix the HttpRequest method.

483|135|Updated May 8, 2025
One-click install
npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-azuredevops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-azuredevops
Source: https://github.com/microsoft/PowerAppsCodeApps/tree/main/plugin/power-apps-plugin/skills/add-azuredevops
Command: npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill add-azuredevops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the integration of Azure DevOps services into Power Apps code apps, enabling seamless interaction with work items, pipelines, and the Azure DevOps API.

Core Features & Use Cases

  • Connector Addition: Automatically adds the Azure DevOps connector to your Power Apps code app.
  • API Interaction: Facilitates making arbitrary Azure DevOps REST API calls, such as querying work items or managing pipelines.
  • Use Case: You need to build a Power App that allows users to create bugs directly in Azure DevOps or check the status of a specific build pipeline.

Quick Start

Add the Azure DevOps connector to your Power Apps code app and fix the HttpRequest method.

Frequently Asked Questions about add-azuredevops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Azure DevOps into a Power Apps code app?

You can query Azure DevOps work items in a Power App by adding the Azure DevOps connector as a data source. Once integrated, it facilitates making arbitrary ADO REST API calls to retrieve or manage work items programmatically.

Can I manage Azure DevOps pipelines from a Power Apps code app?

Yes, you can manage Azure DevOps pipelines from a Power Apps code app. Adding the Azure DevOps connector enables API interaction, allowing you to execute arbitrary ADO REST API calls to check build statuses or manage pipeline operations.

Why does the HttpRequest method fail when adding the Azure DevOps connector?

The HttpRequest method fails due to a known issue in the generated code when the Azure DevOps connector is added. This Skill specifically addresses this by rectifying the HttpRequest method to ensure successful API interaction and connector functionality.

Does the Azure DevOps connector support creating bugs in Power Apps?

Yes, the Azure DevOps connector supports creating bugs in Power Apps. By integrating the connector into your code app, you can build applications that allow users to programmatically create bugs directly in Azure DevOps via REST API calls.

What are the limitations of using the Azure DevOps connector in Power Apps?

A key limitation of using the Azure DevOps connector in Power Apps is a known issue within the generated HttpRequest method. Users must rectify this issue to successfully execute arbitrary ADO REST API calls and interact with work items.