Open davidfowl opened 7 months ago
Turns out this doesn't work at runtime either.
Turns out this doesn't work at runtime either.
Mean with Azure provisioning packages/features for local/dev resources?
Even for containers when running locally. I'd make this low priority as a result since it doesn't work regardless.
Follow up from https://github.com/Azure/azure-dev/pull/3735
When referencing another project's target port property, we end up replacing it with the expression to resolve the current target port if that target port is being inferred from continer builds. The below shows 2 projects api0 and api. When API tries to get a handle on api0's target port, it instead resolves its own target port.
api/manifests/containerApp.tmpl.yaml
We should fix this or make it throw. This only happens for unspecified target ports.