Officialv1.0.03 scenarios
Pulumi Azure
Pulumi Azure guidance for resource-group blast radius, identities, and recovery settings.
deploywhisper skill install pulumi-azure
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- Pulumi.azure.yaml
- pulumi-azure.ts
Content patterns
- @pulumi/azure-native
- pulumi_azure_native
Guidance excerpt
Critical risk patterns
- Resource group replacement cascades to every contained Azure resource = CRITICAL
- Managed identity or role-assignment drift can break runtime access immediately = HIGH
- Key Vault soft-delete or purge-protection changes alter recovery guarantees = HIGH
- Regional SKU changes can require destructive replacement instead of in-place updates = HIGH
Review cues
- Review resource-group scope, identity changes, and recovery settings together for Pulumi Azure updates.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.