Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 302 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 302 Bytes

Azure App Insights SDK

UNOFFICIAL SDK for Azure Application Insights

Get Credentials

Create API Key Generate Key

Add AppSettings.env.json

{
  "AppInsights": {
    "AppId": "***",
    "Key": "***"
  }
}