Azure Private Endpoint
Does ZopNight manage Azure Private Endpoint?
Azure private endpoints bill per hour from creation plus a per-GB charge on data processed, and the hourly meter runs whether or not the target PaaS service still exists. ZopNight discovers endpoints via Resource Graph with target-service linkage, attributes spend through Cost Management, and flags endpoints whose targets are missing.
Rules that fire on Azure Private Endpoint
No active rule family targets Azure Private Endpoint today. Rules that used to are retired, and retired rules publish no pages and fire no findings. Scheduling and permissions coverage are unaffected.
At a glance
| Field | Value |
|---|---|
| Scheduling notes | discovery and cost visibility only. |
Private endpoints inject a private IP for a PaaS service into your VNet, billed hourly plus data processed. Endpoints pointing at deleted services keep billing silently.
Hourly plus per-GB: the private-link meter
A private endpoint runs two meters from the moment it exists: an hourly resource charge, and a per-gigabyte charge on data processed through the link. Neither depends on whether the endpoint is used. An endpoint carrying production database traffic and an endpoint whose target was deleted last quarter pay the identical hourly rate. The per-GB component simply drops to nothing on the dead one, leaving a clean, constant charge with no workload behind it. Because a security-conscious estate creates an endpoint per service per VNet, the count multiplies quickly: one storage account reached from three networks is three endpoints, each on its own meter.
Target-service linkage and orphan flags
Discovered via Azure Resource Graph with target-service linkage. Cost Management billing attributes spend, and orphan review flags endpoints with missing targets. The linkage is the discriminating fact: an endpoint always names the PaaS resource it fronts, so joining endpoints against the live resource inventory cleanly separates working private-link paths from husks. Private endpoints are discovery and cost visibility only: there is no stop operation, and the hourly charge cannot be paused, only ended by deletion.
Endpoints that outlive their targets
Deleting a storage account, SQL database, or key vault does not delete the private endpoints pointing at it. The endpoint stays, bills hourly, and keeps a private IP and DNS record alive that now leads nowhere. The same residue appears when environments are cloned: infrastructure-as-code that stamps out endpoints per environment leaves a full set behind whenever an environment is torn down incompletely. A third pattern is duplication, with two endpoints from the same VNet to the same service after a rebuild, one of them idle forever.
Private endpoint inventory in the portal
Azure portal → Private endpoints (under Private Link Center) lists each endpoint with its target resource and connection state. Endpoints whose target shows as deleted or disconnected are the ones ZopNight’s orphan review surfaces automatically, with their accumulated spend attached.