Go to file
Nate McMaster 0921e5b60f
Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188)
2018-04-19 11:00:10 -07:00
build Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188) 2018-04-19 11:00:10 -07:00
extensions Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188) 2018-04-19 11:00:10 -07:00
sample Revert "Enable trace for test app (#178)" (#180) 2018-04-13 09:43:03 -07:00
src Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188) 2018-04-19 11:00:10 -07:00
test Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188) 2018-04-19 11:00:10 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:40:27 -07:00
.gitattributes
.gitignore Build site extensions in main build chain (#130) 2017-12-20 10:52:11 -08:00
.travis.yml
AzureIntegration.sln Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188) 2018-04-19 11:00:10 -07:00
CONTRIBUTING.md
Directory.Build.props Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:37 -08:00
Directory.Build.targets Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:24 -08:00
LICENSE.txt
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:37 -08:00
NuGetPackageVerifier.json Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188) 2018-04-19 11:00:10 -07:00
README.md Merge origin/release/2.1 2018-02-05 12:31:29 -08:00
build.cmd Update bootstrappers 2017-10-09 12:40:27 -07:00
build.sh Update bootstrappers 2017-10-09 12:40:27 -07:00
korebuild-lock.txt Update dependencies.props 2018-04-15 13:59:59 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 13:15:27 -07:00
run.cmd Update bootstrappers 2017-10-09 12:40:27 -07:00
run.ps1 Update bootstrappers 2017-12-01 12:26:54 -08:00
run.sh Update bootstrappers 2017-12-01 12:26:54 -08:00
version.props Script missed this one 2018-04-16 16:44:35 -07:00

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