azure-database-postgresql
Azure Database for PostgreSQLのトラブルシューティング、ベストプラクティス、アーキテクチャ設計、セキュリティ、構成、デプロイなど、開発に関する専門知識を提供するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Database for PostgreSQL development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using Flexible Server, HA/replicas, VNet/TLS security, vector search extensions, or AI/ML app integrations, and other Azure Database for PostgreSQL related development tasks. Not for Azure SQL Database (use azure-sql-database), Azure SQL Managed Instance (use azure-sql-managed-instance), SQL Server on Azure Virtual Machines (use azure-sql-virtual-machines), Azure Cosmos DB (use azure-cosmos-db).
🇯🇵 日本人クリエイター向け解説
Azure Database for PostgreSQLのトラブルシューティング、ベストプラクティス、アーキテクチャ設計、セキュリティ、構成、デプロイなど、開発に関する専門知識を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-database-postgresql.zip https://jpskill.com/download/5676.zip && unzip -o azure-database-postgresql.zip && rm azure-database-postgresql.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5676.zip -OutFile "$d\azure-database-postgresql.zip"; Expand-Archive "$d\azure-database-postgresql.zip" -DestinationPath $d -Force; ri "$d\azure-database-postgresql.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-database-postgresql.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-database-postgresqlフォルダができる - 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-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure Database for PostgreSQL スキル
このスキルは、Azure Database for PostgreSQL に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイメントを網羅しています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。
このスキルの使用方法
エージェントへの重要事項: 以下のカテゴリインデックスを使用して、関連するセクションを見つけてください。行範囲が指定されているカテゴリ (例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L37-L60 | Azure PostgreSQL の問題の診断と修正: 接続性/TLS、HA ヘルス、移行検証、autovacuum、高 CPU/IOPS/メモリ、低速クエリ、レプリカ、拡張機能、認証/CLI エラー。 |
| ベストプラクティス | L61-L79 | Azure PostgreSQL のパフォーマンス、移行、セキュリティに関するベストプラクティス: クエリ/拡張機能のチューニング、プーリング、バルクロード、HA、スキーマ/アプリ/Oracle 移行、運用最適化。 |
| 意思決定 | L80-L95 | Azure Database for PostgreSQL のコンピューティング/ストレージのサイズ設定とスケーリング、バージョンとサポートの選択、アップグレード計画、geo レプリケーション、移行前チェックに関するガイダンス。 |
| アーキテクチャと設計パターン | L96-L106 | Azure PostgreSQL (多くの場合 OpenAI と共に) を使用して、レコメンデーション/セマンティック検索アプリ、マイクロサービス、マルチテナンシー、リアルタイムダッシュボード、シャーディング/エラスティックデータアーキテクチャを構築するためのパターン。 |
| 制限とクォータ | L107-L125 | Azure Database for PostgreSQL のバックアップ/復元動作、ストレージとパフォーマンスの制限、クォータ、クライアント/レプリカの制限、エラスティッククラスターの制限、既知の移行/変換の制約。 |
| セキュリティ | L126-L157 | Azure Database for PostgreSQL のセキュリティ保護: ネットワーク/VNet とファイアウォール、TLS/SSL、ID と認証 (Entra、SCRAM、マネージド ID)、暗号化、監査、Defender、セキュリティポリシー。 |
| 構成 | L158-L236 | Azure Database for PostgreSQL Flexible Server の構成: サーバーパラメーター、HA、ネットワーク、ログ/監視、メンテナンス、スケーリング、拡張機能、ベクトル検索、チューニングオプションの管理。 |
| 統合とコーディングパターン | L237-L263 | Azure PostgreSQL を AI/ML (Language、AML、LangChain、Foundry)、アプリ SDK (C#、Java、Python、Go、PHP)、VS Code/Copilot、Storage、Data Factory、移行ツールと統合するためのパターンとコード。 |
| デプロイメント | L264-L274 | Azure PostgreSQL への CI/CD デプロイメント、アプリ統合 (AKS/Django、Web Apps + VNet)、フレキシブルサーバー Bicep プロビジョニング、メジャーアップグレード、ネットワーク移行、ポイントインタイムリカバリ。 |
トラブルシューティング
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Database for PostgreSQL Skill
This skill provides expert guidance for Azure Database for PostgreSQL. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, 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), 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 | L37-L60 | Diagnosing and fixing Azure PostgreSQL issues: connectivity/TLS, HA health, migration validation, autovacuum, high CPU/IOPS/memory, slow queries, replicas, extensions, and auth/CLI errors. |
| Best Practices | L61-L79 | Performance, migration, and security best practices for Azure PostgreSQL: tuning queries/extensions, pooling, bulk load, HA, schema/app/Oracle migration, and operational optimization. |
| Decision Making | L80-L95 | Guidance on sizing and scaling compute/storage, choosing versions and support, planning upgrades, geo-replication, and pre-migration checks for Azure Database for PostgreSQL. |
| Architecture & Design Patterns | L96-L106 | Patterns for using Azure PostgreSQL (often with OpenAI) to build recommendation/semantic search apps, microservices, multitenancy, real-time dashboards, and sharded/elastic data architectures. |
| Limits & Quotas | L107-L125 | Backup/restore behavior, storage and performance limits, quotas, client/replica caps, elastic cluster limits, and known migration/conversion constraints for Azure Database for PostgreSQL. |
| Security | L126-L157 | Securing Azure Database for PostgreSQL: network/VNet and firewall, TLS/SSL, identities and auth (Entra, SCRAM, managed identities), encryption, auditing, Defender, and security policies. |
| Configuration | L158-L236 | Configuring Azure Database for PostgreSQL Flexible Server: server parameters, HA, networking, logging/monitoring, maintenance, scaling, and managing extensions, vector search, and tuning options. |
| Integrations & Coding Patterns | L237-L263 | Patterns and code to integrate Azure PostgreSQL with AI/ML (Language, AML, LangChain, Foundry), app SDKs (C#, Java, Python, Go, PHP), VS Code/Copilot, Storage, Data Factory, and migration tools. |
| Deployment | L264-L274 | CI/CD deployment to Azure PostgreSQL, app integration (AKS/Django, Web Apps + VNet), flexible server Bicep provisioning, major upgrades, network migration, and point-in-time restore. |