Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Application Insights SDK (local) and Azure Application Insights

In Visual Studio 2019 when I right-click my project and choose Configure Application Insights I have the option to add Application Insights SDK (local) or Azure Application Insights. Unfortunately, the description and tooltips are the same for both options. What is the difference between these two choices?

enter image description here

like image 318
BenV Avatar asked Aug 24 '20 21:08

BenV


People also ask

What is the difference between Azure monitor and application Insights?

Application Insights is an extension of Azure Monitor and provides Application Performance Monitoring (also known as “APM”) features. APM tools are useful to monitor applications from development, through test, and into production in the following ways: Proactively understand how an application is performing.

What is difference between log analytics and application Insights?

"Log Analytics" is referred as a feature and not what used to be known as Log Analytics as a product. For instance, Application Insights resources provide the same "Log Analytics" feature. For Azure Functions / APIM the native integration with Azure Monitor is through Application Insights. Update (October, 2020).

How do I integrate Azure application Insights?

Select Application Insights in the Azure control panel for your app service, then select Enable. Choose to create a new resource, or select an existing Application Insights resource for this application.

Where is Azure application Insights data stored?

Application Insights is an Azure service. Security policies are described in the Azure Security, Privacy, and Compliance white paper. The data is stored in Microsoft Azure servers.


1 Answers

First option Application Insights Sdk would only configure your project to add and use AI SDK. Second option would do that and help you create or select Azure Application Insights service instance and then add corresponding connection settings to your project.

like image 186
Anton Piskunov Avatar answered Sep 21 '22 15:09

Anton Piskunov