- @RenderSection("Scripts", required: false)
-
-
\ No newline at end of file
diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml b/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml
deleted file mode 100644
index 28b49c1..0000000
--- a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml
+++ /dev/null
@@ -1,2 +0,0 @@
-@using ApplicationInsightsJavaScriptSnippetSample
-@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
\ No newline at end of file
diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml b/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml
deleted file mode 100644
index a5f1004..0000000
--- a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml
+++ /dev/null
@@ -1,3 +0,0 @@
-@{
- Layout = "_Layout";
-}
diff --git a/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json b/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json
deleted file mode 100644
index fa8ce71..0000000
--- a/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
- }
- }
-}
diff --git a/sample/ApplicationInsightsHostingStartupSample/appsettings.json b/sample/ApplicationInsightsHostingStartupSample/appsettings.json
deleted file mode 100644
index f948239..0000000
--- a/sample/ApplicationInsightsHostingStartupSample/appsettings.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "ApplicationInsights": {
- "InstrumentationKey": "11111111-2222-3333-4444-555555555555"
- },
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Information",
- "System": "Warning",
- "Microsoft": "Warning"
- }
- }
-}
diff --git a/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json b/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json
deleted file mode 100644
index e4f3435..0000000
--- a/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Logging": {
- "Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerProvider": {
- "LogLevel": {
- "Microsoft": "Information",
- "Specific": "Trace",
- "Application": "Trace"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj b/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj
index 02512aa..a2f447e 100644
--- a/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj
+++ b/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj
@@ -1,7 +1,7 @@
-
-
-