Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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": "***"
}
}
```