aspire-deployment

Deploy Aspire applications from AppHost models to container and cloud environments.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/ojrojas/OroIdentityServer --skill aspire-deployment-ojrojas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspire-deployment
Source: https://github.com/ojrojas/OroIdentityServer/tree/main/.agents/skills/aspire-deployment
Command: npx skills add https://github.com/ojrojas/OroIdentityServer --skill aspire-deployment-ojrojas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the deployment of.NET Aspire applications by providing a consistent workflow for publishing, validating, deploying, and tearing down applications across cloud and container environments.

Core Features & Use Cases

  • Aspire-Native Deployment Routing: Guides AppHost-based deployment workflows for Docker Compose, Kubernetes, Azure services, and AWS targets while avoiding unsupported generic deployment paths.
  • Deployment Planning and Validation: Helps inspect AppHost models, configure environments, review parameters, generate artifacts, and verify deployment readiness.
  • Use Case: A development team can use this Skill to move an Aspire distributed application from local development into Azure Container Apps, Kubernetes, AWS, or Docker Compose with the correct target-specific workflow.

Quick Start

Use the aspire deployment skill to publish and deploy my Aspire application to the target environment I choose.

Frequently Asked Questions about aspire-deployment

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

FAQPage Schema
How do I deploy .NET Aspire applications to Docker Compose or Kubernetes?

To deploy Aspire applications, this workflow routes AppHost-based deployment directly to Docker Compose and Kubernetes environments. It validates environment-specific configurations, generates artifacts, and verifies deployment readiness for container hosting.

What is the best way to automate Aspire app deployment across cloud environments like Azure and AWS?

Automating Aspire app deployment across cloud environments requires validated workflows that inspect AppHost models and configure parameters for Azure and AWS targets. This approach avoids unsupported generic deployment paths by applying target-specific routing and CI/CD automation.

Can I use AppHost models to publish distributed applications to Azure Container Apps and AWS?

Yes, you can use AppHost models to publish distributed applications to Azure Container Apps and AWS. The deployment workflow validates parameters and generates artifacts tailored to those specific cloud targets for a successful release.

How do I validate environment configuration before publishing an Aspire application?

Validating environment configuration before publishing an Aspire application involves inspecting AppHost models and reviewing parameters. The workflow checks target-specific settings to verify deployment readiness and prevent configuration errors.

Does Aspire deployment support tearing down applications from cloud and container environments?

Yes, Aspire deployment supports tearing down applications from cloud and container environments. It provides a consistent workflow for removing deployments after validating the target environment and executing the teardown process.