Private access to Application Insights

Satyam Chauhan 537 Reputation points
2023-04-21T04:38:53.49+00:00

Hi, I have an application insights for an App Service. The App service is privately accessible from Private endpoint and also has outbound VNet integration. To make the App Insights privately accessible, I added a Private link scope and in the scope I added the private endpoint in the same Virtual network as the App Service. after doing this I set, Accept queries from public networks not connected through a Private Link Scope - NO, so now I am not able to view the logs, transactions from public network, but also when I tried to view the logs from a Virtual Machine within the same virtual network as App service and App Insights private link scope, it is still not seen, Error retrieving Data. How can I see the logs in private network?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,867 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
472 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Bas Pruijn 951 Reputation points
    2024-02-05T14:33:48.9933333+00:00

    Did you also configure the DNS correctly for the private link scope? It requires a couple of private DNS zones. These zones need to be linked to the VNET where the VM is running. Furthermore, the VNET of the VM and the VNET for the MPLS need to be peered.

    0 comments No comments