install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/MicrosoftDocs/Agent-Skills/azure-data-share" ~/.claude/skills/comeonoliver-skillshub-azure-data-share && rm -rf "$T"
manifest:
skills/MicrosoftDocs/Agent-Skills/azure-data-share/SKILL.mdsource content
Azure Data Share Skill
This skill provides expert guidance for Azure Data Share. Covers troubleshooting, decision making, security, configuration, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
How to Use This Skill
IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
), useL35-L120with the specified lines. For categories with file links (e.g.,read_file), use[security.md](security.md)on the linked reference fileread_file
IMPORTANT for Agent: If
is more than 3 months old, suggest the user pull the latest version from the repository. Ifmetadata.generated_attools are not available, suggest the user install it: Installation Guidemcp_microsoftdocs
This skill requires network access to fetch documentation content:
- Preferred: Use
with query stringmcp_microsoftdocs:microsoft_docs_fetch
. Returns Markdown.from=learn-agent-skill - Fallback: Use
with query stringfetch_webpage
. Returns Markdown.from=learn-agent-skill&accept=text/markdown
Category Index
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L33-L37 | Diagnosing and fixing Azure Data Share invitation issues, common error codes/messages, permission and configuration problems when sending or accepting shares |
| Decision Making | L38-L42 | Guidance on estimating Azure Data Share costs, understanding pricing factors (shares, snapshots, storage), and planning budgets for data sharing scenarios. |
| Security | L43-L49 | Managing access and security for Data Share: RBAC roles, permissions, invitations/recipients, and configuring security controls for shared datasets. |
| Configuration | L50-L62 | Configuring Azure Data Share: adding datasets, mapping received data, integrating with SQL/Synapse/Blob/Data Lake, setting up monitoring/metrics, and automating via PowerShell, ARM, and Bicep. |
| Deployment | L63-L67 | Guides for deploying Azure Data Share across regions, including disaster recovery setup, regional failover, and moving Data Share accounts between Azure regions. |
Troubleshooting
| Topic | URL |
|---|---|
| Troubleshoot invitations and errors in Azure Data Share | https://learn.microsoft.com/en-us/azure/data-share/data-share-troubleshoot |
Decision Making
| Topic | URL |
|---|---|
| Estimate and plan Azure Data Share pricing | https://learn.microsoft.com/en-us/azure/data-share/concepts-pricing |
Security
| Topic | URL |
|---|---|
| Assign roles and permissions for Azure Data Share | https://learn.microsoft.com/en-us/azure/data-share/concepts-roles-permissions |
| Configure recipients and invitations in Azure Data Share | https://learn.microsoft.com/en-us/azure/data-share/how-to-add-recipients |
| Apply security controls for Azure Data Share | https://learn.microsoft.com/en-us/azure/data-share/security |
Configuration
Deployment
| Topic | URL |
|---|---|
| Set up disaster recovery for Azure Data Share | https://learn.microsoft.com/en-us/azure/data-share/disaster-recovery |
| Move Azure Data Share accounts to another region | https://learn.microsoft.com/en-us/azure/data-share/move-to-new-region |