add-azuredevops

Add an Azure DevOps connector to Power Apps code apps for REST API workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-azuredevops-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-azuredevops
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/code-apps/skills/add-azuredevops
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-azuredevops-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Azure DevOps with a Power Apps code app to streamline work item management, bug creation, and pipeline control directly from the app environment.

Core Features & Use Cases

  • Azure DevOps integration: Connect to Azure Boards, Pipelines, and REST APIs to manage work items, bugs, and pipelines from within a code app.
  • HttpRequest-based automation: Use a standardized HttpRequest flow to perform custom REST calls against Azure DevOps endpoints.
  • Environment-aware setup: Configure connections and memory updates to reflect the current project state and resources.

Quick Start

Create an Azure DevOps connection in your environment and use the HttpRequest flow to query work items and manage pipelines.

Frequently Asked Questions about add-azuredevops

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

FAQPage Schema
How do I connect Azure DevOps to a Power Apps code app?

Azure DevOps integration in a code app allows you to query work items, create bugs, and manage pipelines. It uses an HttpRequest-based approach to call REST endpoints across project workflows directly from your app environment.

Can I manage Azure Pipelines from within a code app?

Yes, you can manage Azure Pipelines from within a code app by using an HttpRequest-based automation flow. This approach performs custom REST API calls against Azure DevOps endpoints to trigger and control pipeline runs.

Do I need an active Azure DevOps connection to query work items in my app?

Yes, an active Azure DevOps connection is required to query work items. The integration applies an environment-aware configuration and uses HttpRequest-based REST API calls to interact with Azure Boards endpoints.

What's the best way to automate bug creation in Azure DevOps from a code app?

The best way to automate bug creation in Azure DevOps from a code app is using a standardized HttpRequest flow. This method calls the Azure DevOps REST API endpoints to create bugs and manage work items directly within your project workflow.

Does Azure DevOps integration support environment-aware configuration for REST API calls?

Yes, Azure DevOps integration supports environment-aware configuration for REST API calls. You can configure connections and perform memory updates to reflect the current project state and resources when executing HttpRequest flows.