Open
Description
Today when we allocate the container port parameter for ACA apps we are using the default typeof(string)
aspire/src/Aspire.Hosting.Azure.AppContainers/ContainerAppContext.cs
Lines 706 to 731 in 1994993
Instead, this should be typeof(int)
.
ingress: {
additionalPortMappings: [
{
exposedPort: int
external: bool
targetPort: int
}
]