Skip to content

Document AZD's strategies for Azure Container Apps #5216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 21, 2025

Description

This PR adds documentation for the strategies Azure Developer CLI (AZD) uses for provisioning and deploying Azure Container Apps:

  1. container-app-upsert: A Bicep-based approach for creating or updating existing Azure Container Apps
  2. delay-deployment: A strategy used by .NET Aspire applications that delays full container app configuration until deployment time

The new documentation file (cli/azd/docs/container-app-strategies.md) includes:

  • Detailed explanations of how each strategy works
  • Examples of how to implement them
  • Guidance on when to use each approach
  • A comparison table for quick reference

This documentation will be helpful for both customers implementing these strategies and AI models that need to understand the steps to implement them.

Changes

  • Added new documentation file: cli/azd/docs/container-app-strategies.md

Fixes #5195.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Document AZD's strategies for Azure Container Apps Document AZD's strategies for Azure Container Apps May 21, 2025
@Copilot Copilot AI requested a review from spboyer May 21, 2025 03:01
Copilot finished work on behalf of spboyer May 21, 2025 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document AZD's strategies for Azure Container Apps
2 participants