Skip to content

Commit

Permalink
Removed Application Insights instrumentation key from service environ…
Browse files Browse the repository at this point in the history
…ment definition
  • Loading branch information
AstumppMSFT committed Mar 28, 2016
1 parent 736f9ab commit 55332c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,8 @@ namespace PhotoSharingApp.Universal.ServiceEnvironments
/// </summary>
public class ServiceEnvironment : ServiceEnvironmentBase
{
private const string ApplicationInsightsInstrumentationKey = "[Your Application Insights Instrumentation Key]";
private const string AzureAppServiceBaseUrl = "https://[Your Prod Azure App Service].azurewebsites.net/";

/// <summary>
/// The Application Insights instrumentation key.
/// </summary>
public override string InstrumentationKey
{
get { return ApplicationInsightsInstrumentationKey; }
}

/// <summary>
/// The Azure App service base URL.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ public static ServiceEnvironmentBase Default
}
}

/// <summary>
/// The Application Insights instrumentation key.
/// </summary>
public abstract string InstrumentationKey { get; }

/// <summary>
/// Gets the service base URL.
/// </summary>
Expand Down

0 comments on commit 55332c0

Please sign in to comment.