Skip to content

Commit

Permalink
Add message about how to get an instrumentation key
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
bdukes committed Mar 5, 2015
1 parent 6861b44 commit 3ac2ea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Info.HTML" xml:space="preserve">
<value>In order to start recording data, you will need to create an Application Insights resource through the Microsoft Azure portal. See &lt;a href="https://github.com/Microsoft/AppInsights-Home/wiki#getting-an-application-insights-instrumentation-key"&gt;the instructions at https://github.com/Microsoft/AppInsights-Home/wiki#getting-an-application-insights-instrumentation-key&lt;/a&gt;</value>
</data>
<data name="InstrumentationKey.Help" xml:space="preserve">
<value>Input the Instrumentation Key from your Application Insights configuration</value>
</data>
Expand Down
2 changes: 2 additions & 0 deletions Views/ConfigureApplicationInsights.ascx
Original file line number Diff line number Diff line change
@@ -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" %>

<asp:Panel runat="server" CssClass="dnnForm" DefaultButton="SubmitButton">
<p class="dnnFormMessage dnnFormInfo"><%:new HtmlString(this.LocalizeString("Info.HTML")) %></p>
<div class="dnnFormItem">
<dnn:Label runat="server" ResourceKey="InstrumentationKey" />
<asp:TextBox runat="server" Text="<%#Model.InstrumentationKey %>" ID="InstrumentationKeyTextBox" />
Expand Down

0 comments on commit 3ac2ea1

Please sign in to comment.