ACI being probed constantly

Brian Bento 21 Reputation points
2022-09-16T14:33:08.89+00:00

I am seeing a consistent connection attempt to my ACI on the port that its configured on but the issue is its running WebSockets and the connection is malformed so it throws an error which is filling up my logs.

Is there something that automatically is setup to probe containers for like their liveness probe? If so is there a way to disable that?

I handle all my liveness via a platform heartbeat and the platform manages the lifecycle of the containers.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
{count} votes

Accepted answer
  1. srbhatta-MSFT 8,551 Reputation points Microsoft Employee
    2022-09-19T07:25:07.01+00:00

    Hello @Brian Bento ,
    Thanks for reaching out.
    You can disable the liveness/readiness probe only if it is configured manually.
    You can go the YAML manifest of the container running application and check for any readinessProbe / livenessProbe .
    If you do not have any of the above configured, then I do not think there are any sort of default probes that could be disabled.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Brian Bento 21 Reputation points
    2022-09-26T12:28:03.327+00:00

    @srbhatta-MSFT thanks - I will circle back and check it out. I decided to move away from websockets due to instability and the new library doesn't have the same issue but I'll double those settings anyways thanks.


  2. Brian Bento 21 Reputation points
    2022-09-26T12:28:04.31+00:00

    @srbhatta-MSFT thanks - I will circle back and check it out. I decided to move away from websockets due to instability and the new library doesn't have the same issue but I'll double those settings anyways thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.