cloud-native-deploy

Installation
SKILL.md

Cloud-Native Deployment

Azure Container Apps (via Aspire)

# Install Azure Developer CLI
winget install microsoft.azd  # Windows
brew install azd              # macOS

# Initialize and deploy
azd init
azd provision   # Creates Azure resources from Aspire manifest
azd deploy      # Deploys all services

Dockerfile (Multi-stage)

Installs
11
GitHub Stars
14
First Seen
Apr 4, 2026
cloud-native-deploy — lobbi-docs/claude