Azure Notification Hubs 連携
Azure Notification Hubsの開発において、トラブルシューティング、ベストプラクティス、アーキテクチャ設計、セキュリティ、設定、統合など、専門的な知識とガイダンスを提供するSkillです。
📜 元の英語説明(参考)
Expert knowledge for Azure Notification Hubs development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when integrating FCM/APNS/WNS, targeting devices/users with tags/templates, scheduling pushes, or securing hubs with Private Link, and other Azure Notification Hubs related development tasks. Not for Azure Event Hubs (use azure-event-hubs), Azure Service Bus (use azure-service-bus), Azure Web PubSub (use azure-web-pubsub), Azure Communication Services (use azure-communication-services).
🇯🇵 日本人クリエイター向け解説
Azure Notification Hubsの開発において、トラブルシューティング、ベストプラクティス、アーキテクチャ設計、セキュリティ、設定、統合など、専門的な知識とガイダンスを提供するSkillです。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-notification-hubs.zip https://jpskill.com/download/5741.zip && unzip -o azure-notification-hubs.zip && rm azure-notification-hubs.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5741.zip -OutFile "$d\azure-notification-hubs.zip"; Expand-Archive "$d\azure-notification-hubs.zip" -DestinationPath $d -Force; ri "$d\azure-notification-hubs.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-notification-hubs.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-notification-hubsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 この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-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure Notification Hubs スキル
このスキルは、Azure Notification Hubs に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、アーキテクチャとデザインパターン、制限とクォータ、セキュリティ、構成、および統合とコーディングパターンをカバーしています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使用方法
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L36-L40 | Notification Hubs でプッシュ通知がドロップまたは配信されない理由の診断。一般的な原因、ログ記録、段階的なトラブルシューティングと修正を含みます。 |
| ベストプラクティス | L41-L48 | Notification Hubs アプリの設計に関するガイダンス: 登録パターン、タグとルーティング、テンプレート、スケーラブルでターゲットを絞ったプッシュ通知のための実装に関する FAQ。 |
| 意思決定 | L49-L53 | Notification Hubs の価格ティアの選択と切り替えに関するガイダンス。異なるワークロードに対する機能制限、スケール、コストの影響を比較します。 |
| アーキテクチャとデザインパターン | L54-L58 | Azure Notification Hubs を使用した大規模、マルチテナント、地理分散型プッシュ通知アーキテクチャの設計に関するガイダンス。パターン、ベストプラクティス、統合アプローチを含みます。 |
| 制限とクォータ | L59-L63 | Azure Notification Hubs でのプッシュ通知のスケジュール設定。プラットフォームをまたがる時間ベースまたは定期的な通知の作成、管理、送信を含みます。 |
| セキュリティ | L64-L72 | Notification Hubs のセキュリティ、暗号化、TLS、ネットワーク分離: 保存時のデータ暗号化、EU データ境界、SAS/ロールベースアクセス、TLS バージョン計画、Private Link セットアップ。 |
| 構成 | L73-L92 | Notification Hubs の構成: PNS 資格情報 (APNS, FCM/FCM v1, WNS, MPNS, Baidu)、IaC セットアップ (Bicep/ARM/Terraform)、監視/ログ記録、iOS プッシュ変更、PowerShell 管理。 |
| 統合とコーディングパターン | L93-L119 | プッシュ通知統合 (FCM v1, APNS, WNS) の実装と移行、デバイス/ユーザーターゲティング、テンプレート、ローカライズ、REST/SDK (Java, PHP, Python, UWP, Android, iOS) の使用。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Notification Hubs でドロップされた通知を診断して修正する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-fixer |
ベストプラクティス
| トピック | URL |
|---|---|
| Azure Notification Hubs の設計と実装に関する FAQ | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-faq |
| Azure Notification Hubs の登録パターンを選択する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-registration-management |
| Azure Notification Hubs でタグとルーティング式を使用する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-tags-segment-push-message |
| プッシュ通知用の Notification Hubs テンプレートを設計して使用する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-templates-cross-platform-push-messages |
意思決定
| トピック | URL |
|---|---|
| Azure Notification Hubs の価格ティアを選択して変更する | https://learn.microsoft.com/en-us/azure/notification-hubs/change-pricing-tier |
アーキテクチャとデザインパターン
| トピック | URL |
|---|---|
| Notification Hubs を使用してエンタープライズプッシュアーキテクチャを設計する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-enterprise-push-notification-architecture |
制限とクォータ
| トピック | URL |
|---|---|
| Notification Hubs でスケジュールされた通知を使用する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-send-push-notifications-scheduled |
セキュリティ
| トピック | URL |
|---|---|
| Azure Notification Hubs の保存時のデータ暗号化の詳細 | https://learn.microsoft.com/en-us/azure/notification-hubs/encrypt-at-rest |
| Notification Hubs での EU データ境界の動作を理解する | https://learn.microsoft.com/en-us/azure/notification-hubs/eu-data-boundary |
| Notification Hubs のセキュリティモデルとアクセスルールを適用する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-security |
| Azure Notification Hubs での TLS バージョンサポートを計画する | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-tls12 |
| Azure Notification Hubs の Private Link を構成する | https://learn.microsoft.com/en-us/azure/notification-hubs/private-link |
構成
| トピック | URL |
|---|---|
| Azure Notification Hubs で APNS 資格情報を構成する | https://learn.microsoft.com/en-us/azure/notification-hubs/configure-apple-push-notification-service |
| Notification Hubs で Baidu Cloud Push を構成する | https://learn.microsoft.com/en-us/azure/notification-hubs/configure-baidu-cloud-push |
| Azure Notification Hubs で FCM 設定を構成する | https://learn.microsoft.com/en-us/azure/notification-hubs/configure-google-firebase-cloud-messaging |
| Azure Notification Hubs で MPNS 設定を構成する | https://learn.micros |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Notification Hubs Skill
This skill provides expert guidance for Azure Notification Hubs. Covers troubleshooting, best practices, decision making, 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 |
|---|---|---|
| Troubleshooting | L36-L40 | Diagnosing why push notifications are dropped or not delivered in Notification Hubs, including common causes, logging, and step-by-step troubleshooting and fixes. |
| Best Practices | L41-L48 | Guidance on designing Notification Hubs apps: registration patterns, tags and routing, templates, and implementation FAQs for scalable, targeted push notifications. |
| Decision Making | L49-L53 | Guidance on choosing and switching Notification Hubs pricing tiers, comparing feature limits, scale, and cost implications for different workloads. |
| Architecture & Design Patterns | L54-L58 | Guidance on designing large-scale, multi-tenant, and geo-distributed push notification architectures with Azure Notification Hubs, including patterns, best practices, and integration approaches. |
| Limits & Quotas | L59-L63 | Scheduling push notifications in Azure Notification Hubs, including creating, managing, and sending time-based or recurring notifications across platforms |
| Security | L64-L72 | Security, encryption, TLS, and network isolation for Notification Hubs: data-at-rest encryption, EU data boundary, SAS/role-based access, TLS version planning, and Private Link setup. |
| Configuration | L73-L92 | Configuring Notification Hubs: PNS credentials (APNS, FCM/FCM v1, WNS, MPNS, Baidu), IaC setup (Bicep/ARM/Terraform), monitoring/logging, iOS push changes, and PowerShell management. |
| Integrations & Coding Patterns | L93-L119 | Implementing and migrating push notification integrations (FCM v1, APNS, WNS), device/user targeting, templates, localization, and using REST/SDKs (Java, PHP, Python, UWP, Android, iOS). |
Troubleshooting
| Topic | URL |
|---|---|
| Diagnose and fix dropped notifications in Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-fixer |
Best Practices
| Topic | URL |
|---|---|
| Design and implementation FAQs for Azure Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-faq |
| Choose registration patterns for Azure Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-registration-management |
| Use tags and routing expressions in Azure Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-tags-segment-push-message |
| Design and use Notification Hubs templates for push | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-templates-cross-platform-push-messages |
Decision Making
| Topic | URL |
|---|---|
| Select and change Azure Notification Hubs pricing tiers | https://learn.microsoft.com/en-us/azure/notification-hubs/change-pricing-tier |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Design enterprise push architectures with Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-enterprise-push-notification-architecture |
Limits & Quotas
| Topic | URL |
|---|---|
| Use scheduled notifications in Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-send-push-notifications-scheduled |
Security
| Topic | URL |
|---|---|
| Azure Notification Hubs data-at-rest encryption details | https://learn.microsoft.com/en-us/azure/notification-hubs/encrypt-at-rest |
| Understand EU Data Boundary behavior in Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/eu-data-boundary |
| Apply Notification Hubs security model and access rules | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-security |
| Plan for TLS version support in Azure Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-tls12 |
| Configure Private Link for Azure Notification Hubs | https://learn.microsoft.com/en-us/azure/notification-hubs/private-link |