499 status code returned from container app
I have a container app that receives requests through Azure front endpoint
below are my current settings:
-the container app has ingress enabled and accepts traffic from anywhere
-the container app environment is linked to VNet
-NAT gateway is linked to the same VNet
I have the following issues:
1- I got HTTP status code 499 randomly although the service average response time is a few seconds
2- I see HTTP requests in logs instead of https although the endpoint is configured to use https only and forwarding requests to https only
and these issues didn't exist when the same endpoint was connected to Azure app service instead of Azure container app