despliegue-en-azure

Automate Azure application deployments using the Azure Developer CLI.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill despliegue-en-azure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: despliegue-en-azure
Source: https://github.com/tomasbasso/SistemaStockV2/tree/main/.agents/skills/despliegue-en-azure
Command: npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill despliegue-en-azure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Se encarga de automatizar el despliegue de aplicaciones en Azure usando Azure Developer CLI (azd) para sincronizar código e infraestructura con entornos de producción.

Core Features & Use Cases

  • Orquesta despliegues con azd up y azd deploy para empaquetar, aprovisionar y desplegar en producción.
  • Soporta plantillas de infraestructura como Bicep/ARM y permite desplegar infraestructura mediante pipelines.
  • Requiere aprobación explícita para acciones destructivas y verifica un checklist previo al despliegue.
  • Este skill es de ejecución; para crear la infraestructura inicial usa skills de preparación.

Quick Start

Ejecuta el despliegue de una aplicación en Azure usando azd up.

Frequently Asked Questions about despliegue-en-azure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate application deployment to Azure using azd?

Automate Azure deployment using the Azure Developer CLI (azd) to package, provision, and deploy code and infrastructure to production. You can orchestrate the entire process using azd up and azd deploy commands to synchronize environments.

Can I deploy Azure infrastructure using Bicep or ARM templates?

Yes, you can deploy Azure infrastructure using Bicep or ARM templates. The deployment process supports infrastructure-as-code, allowing you to provision and update resources through pipelines alongside your application code.

Do I need an azure.yaml file to deploy my app to Azure?

Yes, an azure.yaml file and defined infrastructure are required. This deployment execution process relies on these configurations to properly synchronize your code and infrastructure with Azure production environments.

How does Azure deployment handle destructive infrastructure changes?

Azure deployment requires explicit user approval before executing any destructive actions. It also enforces a mandatory pre-deployment checklist and performs validation checks to ensure environment safety before applying changes.

What is the best way to update an existing Azure deployment?

To update an existing Azure deployment, use the Azure Developer CLI (azd) to synchronize your current code and infrastructure definitions with the production environment, ensuring updates are applied efficiently.

Can I use this to create initial Azure infrastructure from scratch?

No, this is strictly an execution skill for deploying existing applications and updating deployments. You must use separate preparation skills to create the initial Azure infrastructure before executing deployment commands.