Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Modify environment variables for diagnostics to use Application Insights #457

Closed peterfelts closed 5 years ago

peterfelts commented 5 years ago

Description and Motivation

We're updating the diagnostics service to send diagnostics information directly to Application Insights. This change removes the endpoint URL environment variable that the diagnostics microservice was using to send diagnostics information and adds a new Application-Insights-instrumentation-key environment variable.

Change type

Checklist:


This change is Reviewable