← スキル一覧に戻る

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📅 2026年1月24日
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
-
Environment Check
- Verify the
.azuredirectory exists. - If missing, run
azd init(with--no-promptif possible, or ask user) to initialize the environment. - Run
/doctorto verify prerequisites.
- Verify the
-
Authentication
- Run
azd auth loginto 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.
- Run
// turbo 3. Deploy
- Run
azd upto provision resources and deploy the code. - This command may take several minutes.
- Be ready to handle prompts if
SafeToAutoRunis not enabled.
- Verify Deployment
- Upon success, run
azd showto retrieve the public endpoints. - Display the
webfrontendURL to the user so they can access their deployed app.
- Upon success, run
Related Skills
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:
- aspire-deployment-guide - Azure Container Apps deployment
- aspire-guide - Aspire orchestration overview
- AppHost AGENTS.md - Aspire orchestration configuration
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です

