- 
                Notifications
    You must be signed in to change notification settings 
- Fork 715
Closed
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesazureIssues associated specifically with scenarios tied to using AzureIssues associated specifically with scenarios tied to using Azure
Milestone
Description
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
YohanSciubukgian
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesazureIssues associated specifically with scenarios tied to using AzureIssues associated specifically with scenarios tied to using Azure