jpskill.com
💬 コミュニケーション コミュニティ

azure-import-export

Azure Import Exportの開発において、トラブルシューティング、制限、セキュリティに関する専門知識を提供し、CMK設定、ドライブ/OSサポートの検証、ジョブやログの問題解決などを支援するためのSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure Import Export development including troubleshooting, limits & quotas, and security. Use when setting CMK via Key Vault, validating drive/OS support, or debugging Import/Export job and log issues, and other Azure Import Export related development tasks. Not for Azure Data Box (use azure-data-box-family), Azure Blob Storage (use azure-blob-storage), Azure Files (use azure-files).

🇯🇵 日本人クリエイター向け解説

一言でいうと

Azure Import Exportの開発において、トラブルシューティング、制限、セキュリティに関する専門知識を提供し、CMK設定、ドライブ/OSサポートの検証、ジョブやログの問題解決などを支援するためのSkillです。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-import-export.zip https://jpskill.com/download/5709.zip && unzip -o azure-import-export.zip && rm azure-import-export.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5709.zip -OutFile "$d\azure-import-export.zip"; Expand-Archive "$d\azure-import-export.zip" -DestinationPath $d -Force; ri "$d\azure-import-export.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-import-export.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-import-export フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Azure Import Export スキル

このスキルは、Azure Import Export に関する専門的なガイダンスを提供します。トラブルシューティング、制限とクォータ、セキュリティをカバーしています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。

このスキルの使い方

エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例: L35-L120)の場合は、指定された行で read_file を使用してください。ファイルリンクが指定されているカテゴリ(例: [security.md](security.md))の場合は、リンクされた参照ファイルで read_file を使用してください。

エージェントへの重要事項: 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 を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L31-L38 Azure Import/Export ジョブの失敗の診断と修正、Import/Export ログの読み取り、失敗した v1 インポート/エクスポート ジョブとコピーの問題の修復。
制限とクォータ L39-L43 データ転送に Azure Import/Export を使用する前に必要なハードウェア仕様、サポートされる OS/ファイルシステム、ドライブの種類、およびソフトウェアの前提条件。
セキュリティ L44-L47 Azure Import/Export ジョブの顧客管理暗号化キー (CMK) の構成。キーのセットアップ、アクセス許可、保存データのセキュリティのための Azure Key Vault の使用を含む。

トラブルシューティング

トピック URL
失敗した Azure Export ジョブ (v1 ツール) の処理と修復 https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-repairing-an-export-job-v1
失敗した Azure Import ジョブ (v1 ツール) の処理と修復 https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-repairing-an-import-job-v1
Import/Export ログを使用してコピーの問題を診断する https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-reviewing-job-status-v1
一般的な Azure Import/Export ジョブの失敗をトラブルシューティングする https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-troubleshooting-v1

制限とクォータ

トピック URL
Azure Import/Export のハードウェアとソフトウェアの要件を確認する https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-requirements

セキュリティ

トピック URL
Azure Import/Export の顧客管理暗号化キーを構成する https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-encryption-key-portal
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Import Export Skill

This skill provides expert guidance for Azure Import Export. Covers troubleshooting, limits & quotas, and security. 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

Category Lines Description
Troubleshooting L31-L38 Diagnosing and fixing Azure Import/Export job failures, reading Import/Export logs, and repairing failed v1 import/export jobs and copy issues.
Limits & Quotas L39-L43 Hardware specs, supported OS/file systems, drive types, and software prerequisites needed before using Azure Import/Export for data transfer.
Security L44-L47 Configuring customer-managed encryption keys (CMK) for Azure Import/Export jobs, including key setup, permissions, and using Azure Key Vault for data-at-rest security.

Troubleshooting

Topic URL
Handle and repair failed Azure Export jobs (v1 tool) https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-repairing-an-export-job-v1
Handle and repair failed Azure Import jobs (v1 tool) https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-repairing-an-import-job-v1
Use Import/Export logs to diagnose copy issues https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-reviewing-job-status-v1
Troubleshoot common Azure Import/Export job failures https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-tool-troubleshooting-v1

Limits & Quotas

Topic URL
Check Azure Import/Export hardware and software requirements https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-requirements

Security

Topic URL
Configure customer-managed encryption keys for Azure Import/Export https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-encryption-key-portal