From azure-helper
Creates and configures an Azure Blob Storage account with security best practices, performance tiering, redundancy selection, container setup, encryption, lifecycle policies, network security, soft delete, CDN integration, and generates Bicep/ARM templates.
How this command is triggered — by the user, by Claude, or both
Slash command
/azure-helper:configure-blobThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /configure-blob - Configure Azure Blob Storage Create and configure an Azure Blob Storage account with security best practices. ## Steps 1. Ask the user for the storage purpose: files, backups, media, static hosting, data lake 2. Choose the performance tier: Standard (HDD) or Premium (SSD) based on workload 3. Select the redundancy: LRS, ZRS, GRS, or RA-GRS based on availability requirements 4. Create the storage account with the selected configuration 5. Create blob containers with appropriate access levels (private, blob, container) 6. Configure encryption: Microsoft-managed or custo...
Create and configure an Azure Blob Storage account with security best practices.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub samuelj90/awesome-claude-code-toolkit --plugin azure-helper/configure-blobCreates and configures an Azure Blob Storage account with security best practices, performance tiering, redundancy selection, container setup, encryption, lifecycle policies, network security, soft delete, CDN integration, and generates Bicep/ARM templates.
/configure-s3Creates and configures an S3 bucket with security best practices including encryption, versioning, lifecycle rules, and access logging. Generates IaC definitions.
/configure-gcsWalks through creating a Google Cloud Storage bucket with proper security, lifecycle rules, IAM bindings, and generates Terraform or gcloud commands.
/deploy-azureDeploys Azure infrastructure for TVS Holdings using Bicep templates: Key Vault (kv-tvs-holdings), Functions (func-tvs-ingest), Static Web Apps (stapp-broker-*), App Insights. Supports --resource kv|func|stapp|insights|all.
/azure-researchResearches Azure services and architecture patterns using Microsoft Learn MCP, producing a document with Well-Architected assessment, Security Benchmark mapping, and cost estimation.
/azureProvides structured guidance for Azure identity, resource governance, AKS platform patterns, and production-readiness review, with Terraform generation.