Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:59:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T12:03:01.609Z (2 months ago)
- Topics: app-insights, sdk
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- 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
![Create API Key](./readme-images/create-api-key.png)
![Generate Key](./readme-images/generate-key.png)## Add AppSettings.env.json
```json
{
"AppInsights": {
"AppId": "***",
"Key": "***"
}
}
```