azure-artifact-signing
Azure Artifact Signingの開発において、ベストプラクティスやセキュリティ、CI/CD連携などを考慮し、証明書管理や移行を最適化するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Artifact Signing development including best practices, decision making, security, configuration, and integrations & coding patterns. Use when managing signing cert lifecycle, RBAC roles, DGSSv2 migration, diagnostic logs, or CI/CD signing workflows, and other Azure Artifact Signing related development tasks. Not for Azure Key Vault (use azure-key-vault), Azure Artifacts (use azure-artifacts), Azure Information Protection (use azure-information-protection).
🇯🇵 日本人クリエイター向け解説
Azure Artifact Signingの開発において、ベストプラクティスやセキュリティ、CI/CD連携などを考慮し、証明書管理や移行を最適化する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 Artifact Signing スキル
このスキルは、Azure Artifact Signing に関する専門的なガイダンスを提供します。ベストプラクティス、意思決定、セキュリティ、構成、および統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使い方
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| ベストプラクティス | L33-L37 | Azure Artifact Signing の署名証明書のライフサイクル管理(ローテーション、更新、有効期限処理、キー保護、ライフサイクルポリシー)に関するガイダンスです。 |
| 意思決定 | L38-L43 | Azure Artifact Signing の価格設定と SKU 選択、および DGSSv2 からの移行に関するガイダンス(プラン変更と移行手順を含む)です。 |
| セキュリティ | L44-L51 | Artifact Signing の RBAC ロール、ID、検証、Windows コード整合性ポリシーの安全な署名、およびアクセス制御構成です。 |
| 構成 | L52-L56 | Artifact Signing の診断設定の構成、ログの有効化と Log Analytics、Storage、Event Hubs などの宛先へのルーティング(監視と分析のため)です。 |
| 統合とコーディングパターン | L57-L60 | Azure Artifact Signing をサポートされているツールや CI/CD システムと統合する方法、署名ワークフローを構成する方法、推奨されるコーディングと自動化パターンを適用する方法です。 |
ベストプラクティス
| トピック | URL |
|---|---|
| Artifact Signing で証明書ライフサイクルプラクティスを適用する | https://learn.microsoft.com/en-us/azure/artifact-signing/concept-certificate-management |
意思決定
| トピック | URL |
|---|---|
| Artifact Signing の価格 SKU を選択および変更する | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-change-sku |
| DGSSv2 から Azure Artifact Signing に移行する | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-device-guard-signing-service-migration |
セキュリティ
| トピック | URL |
|---|---|
| Artifact Signing のリソースと RBAC ロールを理解する | https://learn.microsoft.com/en-us/azure/artifact-signing/concept-resources-roles |
| Artifact Signing の ID 検証を安全に管理する | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-renew-identity-validation |
| Artifact Signing で Windows コード整合性ポリシーに署名する | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-sign-ci-policy |
| Artifact Signing リソースの Azure RBAC ロールを割り当てる | https://learn.microsoft.com/en-us/azure/artifact-signing/tutorial-assign-roles |
構成
| トピック | URL |
|---|---|
| Artifact Signing の診断設定とログルーティングを構成する | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-sign-history |
統合とコーディングパターン
| トピック | URL |
|---|---|
| サポートされているツールの Artifact Signing 統合を構成する | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-signing-integrations |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Artifact Signing Skill
This skill provides expert guidance for Azure Artifact Signing. Covers best practices, decision making, 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 | L33-L37 | Guidance on managing signing certificates end-to-end: rotation, renewal, expiration handling, key protection, and lifecycle policies for Azure Artifact Signing. |
| Decision Making | L38-L43 | Pricing and SKU selection for Azure Artifact Signing and guidance to migrate from DGSSv2, including plan changes and transition steps. |
| Security | L44-L51 | RBAC roles, identities, and validations for Artifact Signing, plus secure signing of Windows code integrity policies and access control configuration. |
| Configuration | L52-L56 | Configuring diagnostic settings for Artifact Signing, enabling and routing logs to destinations like Log Analytics, Storage, and Event Hubs for monitoring and analysis. |
| Integrations & Coding Patterns | L57-L60 | How to integrate Azure Artifact Signing with supported tools and CI/CD systems, configure signing workflows, and apply recommended coding and automation patterns. |
Best Practices
| Topic | URL |
|---|---|
| Apply certificate lifecycle practices in Artifact Signing | https://learn.microsoft.com/en-us/azure/artifact-signing/concept-certificate-management |
Decision Making
| Topic | URL |
|---|---|
| Choose and change Artifact Signing pricing SKUs | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-change-sku |
| Migrate from DGSSv2 to Azure Artifact Signing | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-device-guard-signing-service-migration |
Security
| Topic | URL |
|---|---|
| Understand Artifact Signing resources and RBAC roles | https://learn.microsoft.com/en-us/azure/artifact-signing/concept-resources-roles |
| Manage Artifact Signing identity validations securely | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-renew-identity-validation |
| Sign Windows code integrity policies with Artifact Signing | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-sign-ci-policy |
| Assign Azure RBAC roles for Artifact Signing resources | https://learn.microsoft.com/en-us/azure/artifact-signing/tutorial-assign-roles |
Configuration
| Topic | URL |
|---|---|
| Configure diagnostic settings and log routing for Artifact Signing | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-sign-history |
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Configure Artifact Signing integrations for supported tools | https://learn.microsoft.com/en-us/azure/artifact-signing/how-to-signing-integrations |