fabric-rest-api-remediate

Diagnose and remediate Microsoft Fabric REST API failures in PowerShell and C# workflows.

16|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/PatrickGallucci/fabric-skills --skill fabric-rest-api-remediate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-rest-api-remediate
Source: https://github.com/PatrickGallucci/fabric-skills/tree/main/skills/fabric-rest-api-remediate
Command: npx skills add https://github.com/PatrickGallucci/fabric-skills --skill fabric-rest-api-remediate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires MSAL.PS, Az.Accounts, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Fabric REST API remediate skill provides structured diagnostic workflows to diagnose and resolve common REST API errors including authentication, permissions, throttling, LROs, pagination, and capacity issues. It guides users through actionable steps, reducing mean time to resolution and preventing repeated failures.

Core Features & Use Cases

  • Structured diagnostic workflows for Fabric REST API errors across authentication, authorization, throttling, and async operations.
  • Ready-to-run scripts and reference guides to validate tokens, retry policies, and LRO polling patterns.
  • Real-world remediation scenarios and best practices for error handling in PowerShell and C# integrations.

Quick Start

Install the Fabric REST API remediation skill into Claude and begin diagnosing and remediating Fabric API errors using the built-in workflows.

Frequently Asked Questions about fabric-rest-api-remediate

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

FAQPage Schema
How do I diagnose and remediate Fabric REST API authentication and throttling errors?

You can diagnose and remediate Fabric REST API authentication and throttling errors using structured diagnostic workflows that validate tokens and apply backoff retry policies. The skill provides ready-to-run scripts to resolve these issues in PowerShell and C# workflows.

What is the best way to handle long-running operations (LRO) when calling Microsoft Fabric REST APIs?

Handling long-running operations (LRO) with Fabric REST APIs requires polling templates to track async operation status until completion. This skill provides reusable LRO polling patterns and reference scripts to properly monitor and resolve these operations.

Do I need MSAL.PS and Az.Accounts to troubleshoot Fabric API permission and capacity errors?

Yes, MSAL.PS and Az.Accounts are required dependencies to troubleshoot Fabric API permission and capacity errors. These PowerShell modules enable token validation and authentication workflows needed to diagnose authorization failures across Fabric APIs.

Why does my Fabric REST API call fail with pagination or capacity issues in PowerShell?

Fabric REST API calls fail with pagination or capacity issues when response handling or resource limits are exceeded. This skill provides structured diagnostic workflows and sample scripts to identify these errors and implement proper pagination patterns for resolution.

Can I use this Fabric REST API remediation skill with C# integration workflows?

Yes, you can use this skill with C# integration workflows. It provides real-world remediation scenarios and best practices for error handling that apply across both PowerShell and C# workflows when diagnosing and resolving Fabric REST API failures.

Fabric REST API throttling errors keep recurring — what backoff retry patterns should I apply?

To stop recurring Fabric REST API throttling errors, you should apply reusable backoff retry patterns that implement exponential waiting between requests. This skill includes ready-to-run scripts and reference guides to validate tokens and properly configure retry policies.