Add Fabric Workload for one-click organizational deployment#2
Draft
Add Fabric Workload for one-click organizational deployment#2
Conversation
…ocumentation Co-authored-by: BeSmarterWithData <24726206+BeSmarterWithData@users.noreply.github.com>
…d item editor Co-authored-by: BeSmarterWithData <24726206+BeSmarterWithData@users.noreply.github.com>
Co-authored-by: BeSmarterWithData <24726206+BeSmarterWithData@users.noreply.github.com>
Co-authored-by: BeSmarterWithData <24726206+BeSmarterWithData@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new Fabric Workload using extensibility toolkit
Add Fabric Workload for one-click organizational deployment
Feb 15, 2026
Owner
|
What are my next steps as the creator of this? I.e. how do i set it up so other orgs can utilize? |
Co-authored-by: BeSmarterWithData <24726206+BeSmarterWithData@users.noreply.github.com>
Contributor
Author
I've created a comprehensive guide specifically for you: Three distribution options:1. 🏢 Organizational Deployment (Recommended start - 1-2 weeks)Deploy to your own Fabric tenant first:
Best for: Testing and validating before wider distribution 2. 🌍 Partner Publishing (2-3 months)Make it available globally in Fabric Workload Hub:
Best for: Reaching all Fabric customers worldwide 3. 🎁 Open Source (Immediate)Let organizations self-deploy from GitHub:
Best for: Maximum flexibility with minimal overhead Immediate next steps:
The new guide includes detailed commands, timelines, prerequisites, and a customization checklist. Commit: d05b099 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements Microsoft Fabric Workload packaging to enable one-click deployment of ImpactIQ governance solution into any Fabric tenant via Workload Hub.
Implementation
Workload Structure
WorkloadIntegration) and TypeScript (GovernanceClient) API clients for notebook execution and Lakehouse data accessKey Components
GovernanceAnalyzerItemEditor (React)
WorkloadIntegration (Python)
Deployment Modes
Documentation
Six comprehensive guides:
Files
Integration Points
Connects to existing
GovernanceNotebook.pyvia integration clients. Backend API implementation remains mock-first for development; production requires implementing Fabric notebook execution APIs and Lakehouse SQL queries.Distribution Guide
The new
GETTING_STARTED_FOR_CREATORS.mdprovides workload creators with:Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.