Azure-Samples / service-fabric-dotnet-quickstart

Service Fabric quickstart .net application sample
MIT License
131 stars 199 forks source link

Adding call .UseApplicationInsights() in VotingWeb #6

Closed fbeltrao closed 6 years ago

fbeltrao commented 6 years ago

VotingData listeners setup has a call to initialize Application Insights. VotingWeb does not.

The missing call makes the tutorial "Tutorial: monitor and diagnose an ASP.NET Core application on Service Fabric" located here to not work properly.

mikkelhegn commented 6 years ago

Approved and committed - here a few months later - sorry about that...