Agent Plugins Marketplace
All plugins

azure-appservice-cert-rollout

v0.1.0

End-to-end workflow for rolling out a Bring-Your-Own-Certificate (BYOC) TLS certificate to Azure App Services across one or more subscriptions in a tenant. Built around three hard invariants — PFX chain validation before any upload, explicit tenant + subscription scope confirmation before any write, and manual one-step-at-a-time execution (no batch loops). Covers tenant scope confirmation, PFX chain validation with portable openssl script, Resource Graph discovery across the approved subscription set, plan presentation with operator approval, pilot, manual bulk execution with stop-on-first-failure, inline old-cert cleanup with sibling-binding safety pre-check, final Resource Graph verification sweep, and a redacted markdown work record. Ships one skill (azure-appservice-cert-rollout) with five references: chain-check script, Resource Graph KQL queries, per-app CLI procedure with rollback paths, App Service Managed Certificate handling, and work-record template.

Claude Code

By Bellwether AI0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install azure-appservice-cert-rollout for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install azure-appservice-cert-rollout@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Bellwether-AI/btc-claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/azure-appservice-cert-rollout/.

Plugin files

plugins/azure-appservice-cert-rollout/
└── .claude-plugin/plugin.json

Plugin manifests1

plugins/azure-appservice-cert-rollout/.claude-plugin/plugin.json
{
  "name": "azure-appservice-cert-rollout",
  "version": "0.1.0",
  "description": "End-to-end workflow for rolling out a Bring-Your-Own-Certificate (BYOC) TLS certificate to Azure App Services across one or more subscriptions in a tenant. Built around three hard invariants — PFX chain validation before any upload, explicit tenant + subscription scope confirmation before any write, and manual one-step-at-a-time execution (no batch loops). Covers tenant scope confirmation, PFX chain validation with portable openssl script, Resource Graph discovery across the approved subscription set, plan presentation with operator approval, pilot, manual bulk execution with stop-on-first-failure, inline old-cert cleanup with sibling-binding safety pre-check, final Resource Graph verification sweep, and a redacted markdown work record. Ships one skill (azure-appservice-cert-rollout) with five references: chain-check script, Resource Graph KQL queries, per-app CLI procedure with rollback paths, App Service Managed Certificate handling, and work-record template.",
  "author": {
    "name": "Bellwether AI"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[azure-appservice-cert-rollout on Agent Plugins Marketplace](https://pluginsmp.com/plugins/azure-appservice-cert-rollout)