Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsAvançado

Azure Deployment Preflight Validation

porgithub·github· v1.0.0 · atualizado em 2026-04-10
83
Score

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.

azurebicepdeploymentinfrastructure-as-codepreflight-validationazure-cliazure-developer-cli
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdazure-deployment-preflight/workflow
1
Detect Project Type: — Determine if it's an azd project or a standalone Bicep deployment.
2
Locate Bicep Files: — Find the Bicep files to validate based on the project type.
3
Validate Bicep Syntax: — Run `bicep build` to check for syntax errors.
4
Run Preflight Validation: — Execute `azd provision --preview` (for azd) or `az deployment what-if` (for standalone) with appropriate scope and validation level.
5
Capture What-If Results: — Parse the output to identify resource changes (create, delete, modify).
6
Generate Report: — Create a Markdown report summarizing the findings and recommendations.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDocker Compose Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aKubernetes Deployer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
88
Similar aAppInsights instrumentation
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar a ←Azure DevOps CLI
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←1. Install CLI
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←publish-to-pages
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
77
Co-executedDocker Compose Generator
48%
Hebbian Synapse
Composite0.482
w = 0.3·α + 0.5·β + 0.2·γ
86
Co-executedKubernetes Deployer
51%
Hebbian Synapse
Composite0.506
w = 0.3·α + 0.5·β + 0.2·γ
88

Árvore do Skill

Azure Deployment Preflight Validation
azure-deployment-preflight
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers8
validate my Azure deploymentrun preflight checks on my Bicep filecheck Azure deployment permissionspreview infrastructure changes in Azurerun what-if analysis for Azure deploymentprepare for azd provisiondeploy to Azurevalidate Bicep files

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download azure-deployment-preflight
$ synaptic skills detail azure-deployment-preflight
$ synaptic skills live azure-deployment-preflight

Links

GitHub Repository