ConfigureCustomDomain Only Supports One Domain #7143
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
azure
Issues associated specifically with scenarios tied to using Azure
Milestone
Is there an existing issue for this?
Describe the bug
ConfigureCustomDomain
when called multiple times with different domains & parameters will override the last set domain.Expected Behavior
When called multiple times, I would expect
ConfigureCustomDomain
to append the domain to the domain list instead of replace the list entirely.Steps To Reproduce
Call
ConfigureCustomDomain
twice on the same container app, the second call will overwrite the first:Exceptions (if any)
N/A
.NET Version info
.NET SDK: 9.0.102
.NET Runtime: 9.0.1
.NET Aspire: 9.0.0
Anything else?
N/A
The text was updated successfully, but these errors were encountered: