Skip to content

Add integration for AzureContainerRegistry #9005

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

Open
1 task
captainsafia opened this issue Apr 28, 2025 · 0 comments
Open
1 task

Add integration for AzureContainerRegistry #9005

captainsafia opened this issue Apr 28, 2025 · 0 comments
Labels
area-integrations Issues pertaining to Aspire Integrations packages azure Issues associated specifically with scenarios tied to using Azure
Milestone

Comments

@captainsafia
Copy link
Member

captainsafia commented Apr 28, 2025

As part of #8792, we added support for associating a compute environment with a registry. We want to extend this further by allowing users to model container registries as resources in the application. Something like the following.

var builder = DistributedApplicationBuilder.Create();

var registry = builder.AddAzureContainerRegistry("registry");

var cae = builder.AddAzureContainerAppEnvironment()
  .WithRegistry(registry);
  • Figure out how to handle creating role assignments between the container apps and the ACR
@captainsafia captainsafia added the area-integrations Issues pertaining to Aspire Integrations packages label Apr 28, 2025
@davidfowl davidfowl added the azure Issues associated specifically with scenarios tied to using Azure label Apr 28, 2025
@davidfowl davidfowl added this to the 9.3 milestone Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages azure Issues associated specifically with scenarios tied to using Azure
Projects
None yet
Development

No branches or pull requests

2 participants