Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Azure Validate

Skill Verifiziert Aktiv
Teil von:Azure

Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying. WHEN: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors, validate Azure Functions, validate function app, validate serverless deployment, verify RBAC roles, check role assignments, review managed identity permissions, what-if analysis, validate Container Apps deployment.

Zweck

Ensure Azure deployments are ready and meet all prerequisites before execution, catching potential configuration and infrastructure issues early in the pipeline.

Funktionen

  • Validates Azure deployment readiness
  • Checks infrastructure code (Bicep, Terraform)
  • Verifies RBAC role assignments and managed identity permissions
  • Runs preflight checks and troubleshoots deployment errors
  • Integrates with `azure-prepare` and `azure-deploy` skills

Anwendungsfälle

  • Validate an application's deployment readiness before deploying to Azure.
  • Run preflight checks on Azure configurations and infrastructure code.
  • Troubleshoot potential deployment errors by performing early validation.
  • Verify RBAC role assignments and managed identity permissions statically.

Nicht-Ziele

  • Performing the actual deployment of Azure resources.
  • Modifying Azure resources outside of the validation context.
  • Automating the resolution of all infrastructure or application errors.

Praktiken

  • Pre-deployment validation
  • Infrastructure as Code validation
  • RBAC and permission verification
  • Workflow orchestration

Voraussetzungen

  • `azure-prepare` skill invoked and completed with `.azure/deployment-plan.md` status `Approved` or later
  • Azure CLI (`az`) and Azure Developer CLI (`azd`) installed and authenticated
  • Infrastructure files (Bicep, Terraform, `azure.yaml`) present as per recipe requirements

Trust

  • info:Issues AttentionThere are 19 open issues and 11 closed issues in the last 90 days, indicating active engagement but also a backlog. The closure rate is approximately 37% (11 / (19+11)), suggesting maintainers are responsive but may be slightly slow to close issues.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add microsoft/skills
/plugin install azure-skills@skills

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 2 days ago

Vertrauenssignale

Letzter Commit2 days ago
Sterne2.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Azure Deploy

100

Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.

Skill
microsoft

Plugin Test Runner

100

Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.

Skill
bitwize-music-studio

Azure Enterprise Infra Planner

98

Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment', 'Azure Backup for VM workloads'. PREFER azure-prepare FOR app-centric workflows.

Skill
microsoft

Hybrid Cloud Networking

100

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

Skill
wshobson

Azure Postgres Ts

100

Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: "PostgreSQL", "postgres", "pg client", "node-postgres", "Azure PostgreSQL connection", "PostgreSQL TypeScript", "pg Pool", "passwordless postgres".

Skill
microsoft

Azure Servicebus Py

100

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

Skill
microsoft