azure-table-storage
Azure Table Storageの開発全般について、ベストプラクティスやセキュリティ、パフォーマンスチューニングなどを踏まえた専門知識で支援するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Table Storage development including best practices, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing Entra ID/RBAC access, monitoring metrics/logs, tuning partitions/keys, or scripting tables via PowerShell, and other Azure Table Storage related development tasks. Not for Azure Cosmos DB (use azure-cosmos-db), Azure Blob Storage (use azure-blob-storage), Azure Queue Storage (use azure-queue-storage), Azure Files (use azure-files).
🇯🇵 日本人クリエイター向け解説
Azure Table Storageの開発全般について、ベストプラクティスやセキュリティ、パフォーマンスチューニングなどを踏まえた専門知識で支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure Table Storage スキル
このスキルは、Azure Table Storage に関する専門的なガイダンスを提供します。ベストプラクティス、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、および統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。
このスキルの使い方
Agent への重要事項: 以下のカテゴリインデックスを使用して、関連するセクションを見つけてください。行範囲が指定されているカテゴリ (例:
L35-L120) の場合は、指定された行でread_fileを使用してください。ファイルリンクが指定されているカテゴリ (例:[security.md](security.md)) の場合は、リンクされた参照ファイルでread_fileを使用してください。
Agent への重要事項:
metadata.generated_atが 3 ヶ月以上前の場合、ユーザーにリポジトリから最新バージョンをプルするように提案してください。mcp_microsoftdocsツールが利用できない場合、ユーザーにインストールを提案してください: インストールガイド
このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。
- 推奨: クエリ文字列
from=learn-agent-skillを指定してmcp_microsoftdocs:microsoft_docs_fetchを使用してください。Markdown を返します。 - フォールバック: クエリ文字列
from=learn-agent-skill&accept=text/markdownを指定してfetch_webpageを使用してください。Markdown を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| ベストプラクティス | L34-L38 | スケーラブルなテーブルスキーマの設計、パーティション/行キー戦略、スループット最適化、および Azure Table Storage のパフォーマンスチューニングパターンに関するガイダンスです。 |
| アーキテクチャと設計パターン | L39-L48 | Azure Table Storage スキーマの設計: パーティション/行キー戦略、クエリ最適化モデル、リレーションシップの処理、効率的な更新、および一般的な設計パターン/アンチパターンです。 |
| 制限とクォータ | L49-L53 | Azure Table Storage ワークロードのスケーラビリティ制限、スループット目標、パーティション/キー設計、およびパフォーマンスのベストプラクティスです。 |
| セキュリティ | L54-L59 | Microsoft Entra ID と Azure RBAC を使用した Azure Table データへのアクセス管理。ロールの割り当てと ID ベースの承認の構成を含みます。 |
| 構成 | L60-L65 | Azure Table Storage の監視の構成: メトリックとログの有効化、利用可能なテレメトリの理解、およびパフォーマンス、可用性、診断のためのアラートの設定です。 |
| 統合とコーディングパターン | L66-L69 | Azure PowerShell を使用した Table Storage の管理: テーブルの作成/削除、エンティティの挿入/クエリ/更新/削除、および一般的なデータ操作のスクリプト化です。 |
ベストプラクティス
| トピック | URL |
|---|---|
| Azure Table Storage のパフォーマンスとスケーラビリティのベストプラクティスを適用する | https://learn.microsoft.com/en-us/azure/storage/tables/storage-performance-checklist |
アーキテクチャと設計パターン
| トピック | URL |
|---|---|
| Azure Table Storage でスケーラブルでコスト効率の高いスキーマを設計する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design |
| 効率的なデータ変更のために Azure Table Storage を設計する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-for-modification |
| クエリに最適化された Azure Table Storage スキーマを設計する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-for-query |
| 効率的なアクセスを実現するために Azure Table Storage の設計ガイドラインを適用する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-guidelines |
| Azure Table Storage の設計でリレーションシップをモデル化する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-modeling |
| Azure Table Storage の設計パターンとアンチパターンを効果的に使用する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-patterns |
制限とクォータ
| トピック | URL |
|---|---|
| Azure Table Storage のスケーラビリティとパフォーマンスの目標を理解する | https://learn.microsoft.com/en-us/azure/storage/tables/scalability-targets |
セキュリティ
| トピック | URL |
|---|---|
| Azure Table データアクセス用の Azure RBAC ロールを割り当てる | https://learn.microsoft.com/en-us/azure/storage/tables/assign-azure-role-data-access |
| Microsoft Entra ID と RBAC を使用して Azure Table Storage を承認する | https://learn.microsoft.com/en-us/azure/storage/tables/authorize-access-azure-active-directory |
構成
| トピック | URL |
|---|---|
| Azure Table Storage の監視とアラートを構成する | https://learn.microsoft.com/en-us/azure/storage/tables/monitor-table-storage |
| Azure Table Storage の監視メトリックとログを参照する | https://learn.microsoft.com/en-us/azure/storage/tables/monitor-table-storage-reference |
統合とコーディングパターン
| トピック | URL |
|---|---|
| Azure Table Storage 操作に PowerShell コマンドレットを使用する | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-how-to-use-powershell |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Table Storage Skill
This skill provides expert guidance for Azure Table Storage. Covers best practices, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. 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), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools 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_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Best Practices | L34-L38 | Guidance on designing scalable table schemas, partition/row key strategies, throughput optimization, and performance tuning patterns for Azure Table storage. |
| Architecture & Design Patterns | L39-L48 | Designing Azure Table Storage schemas: partition/row key strategies, query-optimized models, handling relationships, efficient updates, and common design patterns/anti-patterns. |
| Limits & Quotas | L49-L53 | Scalability limits, throughput targets, partition/key design, and performance best practices for Azure Table storage workloads. |
| Security | L54-L59 | Managing access to Azure Table data using Microsoft Entra ID and Azure RBAC, including assigning roles and configuring identity-based authorization. |
| Configuration | L60-L65 | Configuring Azure Table Storage monitoring: enabling metrics and logs, understanding available telemetry, and setting up alerts for performance, availability, and diagnostics. |
| Integrations & Coding Patterns | L66-L69 | Using Azure PowerShell to manage Table storage: create/delete tables, insert/query/update/delete entities, and script common data operations. |
Best Practices
| Topic | URL |
|---|---|
| Apply performance and scalability best practices for Azure Table storage | https://learn.microsoft.com/en-us/azure/storage/tables/storage-performance-checklist |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Design scalable, cost-efficient schemas in Azure Table storage | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design |
| Design Azure Table storage for efficient data modification | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-for-modification |
| Design Azure Table storage schemas optimized for queries | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-for-query |
| Apply Azure Table storage design guidelines for efficient access | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-guidelines |
| Model relationships in Azure Table storage designs | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-modeling |
| Use Azure Table storage design and anti-patterns effectively | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-design-patterns |
Limits & Quotas
| Topic | URL |
|---|---|
| Understand scalability and performance targets for Azure Table storage | https://learn.microsoft.com/en-us/azure/storage/tables/scalability-targets |
Security
| Topic | URL |
|---|---|
| Assign Azure RBAC roles for Azure Table data access | https://learn.microsoft.com/en-us/azure/storage/tables/assign-azure-role-data-access |
| Authorize Azure Table storage with Microsoft Entra ID and RBAC | https://learn.microsoft.com/en-us/azure/storage/tables/authorize-access-azure-active-directory |
Configuration
| Topic | URL |
|---|---|
| Configure monitoring and alerts for Azure Table storage | https://learn.microsoft.com/en-us/azure/storage/tables/monitor-table-storage |
| Reference monitoring metrics and logs for Azure Table storage | https://learn.microsoft.com/en-us/azure/storage/tables/monitor-table-storage-reference |
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Use PowerShell cmdlets for Azure Table storage operations | https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-how-to-use-powershell |