DNS Entries
  • 18 Aug 2025
  • 1 Minute to read
  • Dark
    Light
  • PDF

DNS Entries

  • Dark
    Light
  • PDF

Article summary

These are the DNS entries for the setup.

App Service (Web App + Function Apps) – Private Endpoint (inbound)


  • Zone: privatelink.azurewebsites.net

  • A records: one per app (created when you add the PE)

    • turbo360 web app→ private IP of the app’s PE

    • processor function app → private IP

    • documenter function app → private IP

    • chart gen function app→ private IP

App Service (Web App + Function Apps) – Private Endpoint (Deployment)


  • Zone: privatelink.scm.azurewebsites.net

  • A records: one per app (created when you add the PE)

    • turbo360 web app→ private IP of the app’s PE

    • processor function app → private IP

    • documenter function app → private IP

    • chart gen function app→ private IP

Azure SQL – Private Endpoint


  • Zone: privatelink.database.windows.net

  • A record: sqlservername → private IP of the SQL Private Endpoint

Storage (Blob) – Private Endpoint


  • Zones:

    • privatelink.blob.core.windows.net

    • privatelink.file.core.windows.net

    • privatelink.queue.core.windows.net

    • privatelink.table.core.windows.net

  • A record: storageaccountname → private IP of the Blob Private endpoint

Application Insights (Azure Monitor) – Private Link


Depending on what you enabled, you’ll usually have:

  • Zone: privatelink.applicationinsights.azure.com (ingestion)

    • A record: regional-ingestion-name → private IP (created by the PE/AMPLS link)

  • Zone (optional, for Live Metrics): privatelink.live.applicationinsights.azure.com

    • A record: created by the private link/AMPLS

Log Analytics (Azure Monitor) – Private Link


For agent/HTTP ingestion via Private Link (often via Azure Monitor Private Link Scope):

  • Zone: privatelink.oms.opinsights.azure.com (agent ingestion)

  • Zone: privatelink.ods.opinsights.azure.com (Data Collector API / HTTP ingestion)

  • Zone: privatelink.monitor.azure.com (metrics/monitor endpoints)

  • (Sometimes) Zone: privatelink.agentsvc.azure-automation.net (agent service bootstrap)
    Each will have A records created when you connect the workspace/App Insights to your AMPLS.


Was this article helpful?