https://github.com/kylemit/azure-app-insights-sdk
Un-Official SDK for Azure Application Insights
https://github.com/kylemit/azure-app-insights-sdk
app-insights sdk
Last synced: 3 months ago
JSON representation
Un-Official SDK for Azure Application Insights
- Host: GitHub
- URL: https://github.com/kylemit/azure-app-insights-sdk
- Owner: KyleMit
- License: mit
- Created: 2020-08-11T23:52:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:59:37.000Z (over 3 years ago)
- Last Synced: 2025-03-19T22:53:48.176Z (3 months ago)
- Topics: app-insights, sdk
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure App Insights SDK
UNOFFICIAL SDK for Azure Application Insights
## Get Credentials

## Add AppSettings.env.json
```json
{
"AppInsights": {
"AppId": "***",
"Key": "***"
}
}
```