Private Endpoint status

christ 20 Reputation points
2025-08-06T14:12:01.84+00:00

We want to create alert to monitor the status for one Private Endpoint if is up or have any issue.
Private Endpoint connect to another SaaS and we want to check if it will have any issue.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
0 comments No comments
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 28,986 Reputation points MVP Volunteer Moderator
    2025-08-07T05:34:56.6+00:00

    Hi,

    Private endpoints do not have a status metric. As you can see from the available metrics they only have Bytes In and Bytes out. So from technical point of view the private endpoint cannot be done. If you want you can set alert to monitor the bytes in and out but keep in mind that means that you need some constant traffic passing the private endpoint. Best is to set some Connection monitor that monitors this SaaS application from VM that is in the same virtual network as the private endpoint.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.