Back to list
aalmada

deploy-to-azure

by aalmada

Full-stack .NET online book store application with event-sourced backend API and Blazor frontend, orchestrated by Aspire.

13🍴 0📅 Jan 24, 2026

SKILL.md


name: deploy-to-azure description: Deploy the BookStore application to Azure using Aspire and azd. Use this to ship the application to production.

Deploy the application stack to Azure Container Apps using the Azure Developer CLI (azd).

Deployment Steps

  1. Environment Check

    • Verify the .azure directory exists.
    • If missing, run azd init (with --no-prompt if possible, or ask user) to initialize the environment.
    • Run /doctor to verify prerequisites.
  2. Authentication

    • Run azd auth login to ensure the session is active.
    • Tip: If the user says they are already logged in, you can verify with azd auth show-status (if available) or proceed.

// turbo 3. Deploy

  • Run azd up to provision resources and deploy the code.
  • This command may take several minutes.
  • Be ready to handle prompts if SafeToAutoRun is not enabled.
  1. Verify Deployment
    • Upon success, run azd show to retrieve the public endpoints.
    • Display the webfrontend URL to the user so they can access their deployed app.

Prerequisites:

  • /doctor - Verify your environment has .NET SDK, Docker, and azd installed
  • /verify-feature - Ensure build and tests pass before deployment

Alternatives:

  • /deploy-kubernetes - For Kubernetes deployment (AKS, EKS, GKE)

Recovery:

  • /rollback-deployment - If deployment fails or causes issues

See Also:

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon