Add Application Insight to an Existing Fabric Labure Service Cluster

We have been working on Azure Service Fabric since the last 4 months, but now we decided to create a single logical infrastructure for which we use AppInsight, how to add an AppInsight key to an existing Fabric Fabric cluster

+4
source share
1 answer

Unfortunately, now it is not so simple.

Support for Application Insights as shown at Build 2017 is still in preview. It consists of two nuget preview packages that you must install, and you need to upgrade the cluster to the latest version. Stay tuned for this repo that currently shows

Using Service Fabric with Application Features

We are working on updating this repo to demonstrate how to use Service Fabric with Application Insights. The completed repo is not quite ready yet, please come back here over the next few days!

More information on installation packages and nuget can be found here :

This repository creates the following two nuget packages:

Microsoft.ApplicationInsights.ServiceFabric.Native - Service Fabric. Microsoft.ApplicationInsights.ServiceFabric - ( ).

() .

+3

Source: https://habr.com/ru/post/1677326/


All Articles