Go to file
Nate McMaster 75e3133cdb
Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254)
This project has moved to https://github.com/Microsoft/ApplicationInsights-aspnetcore, so we don't need to build or test it in this repo anymore.

This also updates packages and projects to netcoreapp3.0
2018-11-16 17:07:24 -08:00
.vsts-pipelines/builds
build Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
extensions Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
sample Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
src Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
test Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
AzureIntegration.sln Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Remove our (stale) copy of ApplicationInsights startup and upgrade projects to netcoreapp3.0 (aspnet/AzureIntegration#254) 2018-11-16 17:07:24 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props

README.md

AzureIntegration

Features that integrate ASP.NET Core with Azure.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

SiteExtensions

To install a nightly preview of the ASP.NET Core runtime site extension for testing purposes:

  1. In the Azure portal select App Services -> your site -> Application settings
  2. Set SCM_SITEEXTENSIONS_FEED_URL application setting to https://dotnet.myget.org/F/aspnetcore-dev/
  3. Go to DEVELOPMENT TOOLS -> Advanced Tools -> Site extensions -> Gallery
  4. Enter AspNetCoreRuntime into Search box and click Search
  5. Click + to install site extension and wait untill installation animation finishes
  6. Extensions tab should now show newly installed site extension
  7. Click Restart site on the right side of the page when installation finishes (this would only restart Kudu site, not the main one)
  8. Restart site in Overview tab of App service

To update ASP.NET Core runtime site extension:

  1. Stop site in Overview tab of App service
  2. Go to DEVELOPMENT TOOLS -> Advanced Tools -> Site extensions
  3. Click update on site extension
  4. Start site in Overview tab of App service