Skip to content
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

Document how to customize Azure Container Apps deployment in C# #1699

Open
davidfowl opened this issue Sep 27, 2024 · 0 comments
Open

Document how to customize Azure Container Apps deployment in C# #1699

davidfowl opened this issue Sep 27, 2024 · 0 comments
Labels
⌚ Not Triaged Not triaged

Comments

@davidfowl
Copy link
Member

davidfowl commented Sep 27, 2024

Aspire 9 makes it possible to customize the container apps definition when deploying to ACA using C# (the new Azure CDK)

dotnet/aspire#5470

There are 2 new methods:

  1. PubishAsAzureContainerApp for container resources
  2. PublishAsAzureContainerApp for project resources

This exposes a callback that allows users to set properties on the container app definition. It also flips azd into a mode where the bicep for container apps is generated by the apphost.

Relies on a future version of azd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

1 participant