Skillshub azure-data-share

Azure Data Share Skill

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.md
source 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.,

L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file

IMPORTANT for Agent: If

metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL33-L37Diagnosing and fixing Azure Data Share invitation issues, common error codes/messages, permission and configuration problems when sending or accepting shares
Decision MakingL38-L42Guidance on estimating Azure Data Share costs, understanding pricing factors (shares, snapshots, storage), and planning budgets for data sharing scenarios.
SecurityL43-L49Managing access and security for Data Share: RBAC roles, permissions, invitations/recipients, and configuring security controls for shared datasets.
ConfigurationL50-L62Configuring 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.
DeploymentL63-L67Guides for deploying Azure Data Share across regions, including disaster recovery setup, regional failover, and moving Data Share accounts between Azure regions.

Troubleshooting

TopicURL
Troubleshoot invitations and errors in Azure Data Sharehttps://learn.microsoft.com/en-us/azure/data-share/data-share-troubleshoot

Decision Making

TopicURL
Estimate and plan Azure Data Share pricinghttps://learn.microsoft.com/en-us/azure/data-share/concepts-pricing

Security

TopicURL
Assign roles and permissions for Azure Data Sharehttps://learn.microsoft.com/en-us/azure/data-share/concepts-roles-permissions
Configure recipients and invitations in Azure Data Sharehttps://learn.microsoft.com/en-us/azure/data-share/how-to-add-recipients
Apply security controls for Azure Data Sharehttps://learn.microsoft.com/en-us/azure/data-share/security

Configuration

TopicURL
Add datasets to existing Azure Data Shareshttps://learn.microsoft.com/en-us/azure/data-share/how-to-add-datasets
Configure dataset mappings for received Azure Data Shareshttps://learn.microsoft.com/en-us/azure/data-share/how-to-configure-mapping
Configure Data Share with Azure SQL and Synapsehttps://learn.microsoft.com/en-us/azure/data-share/how-to-share-from-sql
Configure Data Share with Blob and Data Lake Storagehttps://learn.microsoft.com/en-us/azure/data-share/how-to-share-from-storage
Configure monitoring for Azure Data Share with Azure Monitorhttps://learn.microsoft.com/en-us/azure/data-share/monitor-data-share
Reference metrics and logs for Azure Data Share monitoringhttps://learn.microsoft.com/en-us/azure/data-share/monitor-data-share-reference
Use PowerShell scripts to manage Azure Data Sharehttps://learn.microsoft.com/en-us/azure/data-share/samples-powershell
Configure Azure Data Share using ARM templateshttps://learn.microsoft.com/en-us/azure/data-share/share-your-data-arm
Define Azure Data Share with Bicep templateshttps://learn.microsoft.com/en-us/azure/data-share/share-your-data-bicep

Deployment

TopicURL
Set up disaster recovery for Azure Data Sharehttps://learn.microsoft.com/en-us/azure/data-share/disaster-recovery
Move Azure Data Share accounts to another regionhttps://learn.microsoft.com/en-us/azure/data-share/move-to-new-region