diff --git a/Views/App_LocalResources/ConfigureApplicationInsights.ascx.resx b/Views/App_LocalResources/ConfigureApplicationInsights.ascx.resx index 2add18a..a4c8cad 100644 --- a/Views/App_LocalResources/ConfigureApplicationInsights.ascx.resx +++ b/Views/App_LocalResources/ConfigureApplicationInsights.ascx.resx @@ -117,6 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + In order to start recording data, you will need to create an Application Insights resource through the Microsoft Azure portal. See <a href="https://github.com/Microsoft/AppInsights-Home/wiki#getting-an-application-insights-instrumentation-key">the instructions at https://github.com/Microsoft/AppInsights-Home/wiki#getting-an-application-insights-instrumentation-key</a> + Input the Instrumentation Key from your Application Insights configuration diff --git a/Views/ConfigureApplicationInsights.ascx b/Views/ConfigureApplicationInsights.ascx index afc5aa7..b0e9de2 100644 --- a/Views/ConfigureApplicationInsights.ascx +++ b/Views/ConfigureApplicationInsights.ascx @@ -1,6 +1,8 @@ <%@ Control Language="C#" AutoEventWireup="True" CodeBehind="ConfigureApplicationInsights.ascx.cs" Inherits="Engage.Dnn.ApplicationInsights.ConfigureApplicationInsights" %> <%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/labelControl.ascx" %> + +

<%:new HtmlString(this.LocalizeString("Info.HTML")) %>