https://github.com/jke94/dotnet-application-insights-console-app-demo
A basic demo implementing in a console application the Microsoft Application Insights service.
https://github.com/jke94/dotnet-application-insights-console-app-demo
azure azure-insights azure-insights-metrics csharp dotnet net7
Last synced: 3 months ago
JSON representation
A basic demo implementing in a console application the Microsoft Application Insights service.
- Host: GitHub
- URL: https://github.com/jke94/dotnet-application-insights-console-app-demo
- Owner: jke94
- License: mit
- Created: 2023-05-06T14:02:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T14:31:23.000Z (about 2 years ago)
- Last Synced: 2025-01-13T01:44:18.611Z (5 months ago)
- Topics: azure, azure-insights, azure-insights-metrics, csharp, dotnet, net7
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Dotnet Application Insights Console App Demo
A basic demo implementing in a console application the Microsoft Application Insights service.
🚨 - Update *appsettings.json* file with the correct Application Insights connection string before to run or publish
## A. Publish console application.
Command to publish as auto-content dotnet application file.
- Note: Run command from base repository path.
```
dotnet publish -p:PublishProfile="ApplicationInsightsConsoleApp\Properties\PublishProfiles\PublishFileAutoContent.pubxml"
```## B. Util information.
* [Application Insights overview](https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net)