OS: Win10/M1
Build Version: 20220520.7
Regression: Not a Regression
Repro Steps:
- Create a container app which port is a decimal, e.g. "2.1".
- Check whether there is a validation when entering a decimal for the port.
Expect:
There is a validation when entering a decimal for the port.
Actual:
- There is no validation when entering a decimal for the port.

- Pop up an error when creating a container app which port is a decimal.
Action: containerApps.createContainerApp
Error type: 400
Error Message: {"type":"redacted:url or more validation errors occurred.","status":400,"traceId":"redacted:id","errors":{"$.properties.configuration.ingress.targetPort":["The JSON value could not be converted to System.Nullable`1[System.Int32]. Path: $.properties.configuration.ingress.targetPort | LineNumber: 0 | BytePositionInLine: 294."]}}
OS: Win10/M1
Build Version: 20220520.7
Regression: Not a Regression
Repro Steps:
Expect:
There is a validation when entering a decimal for the port.
Actual: