Hi there,
I had tried follow below steps to get Application Insights setup for my web page that hosted on my laptop.
Prior below step, I had already created resource through Azure Portal and already have instrument key, may you refer to below link.
https://portal.azure.com/#@1stsolar2.onmicrosoft.com/resource/subscriptions/192e63a5-ec7a-48c9-9e4a-cbb198ded0ba/resourcegroups/Local_WebSite/providers/microsoft.insights/components/LocalWebSite/overview
For steps in below link, I manage to download nuget and had already install Azure Monitoring and already enable the below:
Enable-ApplicationInsightsMonitoring -InstrumentationKey 1fcd08ee-e445-42a3-8ad8-bdddf2d5ad38
When run command - Get-ApplicationInsightsMonitoringConfig, this is what I see:
When run command - Get-ApplicationInsightsMonitoringStatus, this is what I see:
I didn't see my web page is instrumented even I already enable it with Instrumentation Key. Please let me know what am I missing as I didn't see any telemetry data send to Azure. By the way I am using Port 80.

The steps that I follow:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/status-monitor-v2-detailed-instructions
