Go to file
ASP.NET CI 373faa5d3b Update dependencies.props
[auto-updated: dependencies]
2018-10-07 19:06:34 +00:00
.vsts-pipelines/builds Update infrastructure for the 2.2 release 2018-06-28 16:18:37 -07:00
build Update dependencies.props 2018-10-07 19:06:34 +00:00
extensions Do not reference AspNetCoreModuleV2 on non-windows (#217) 2018-07-19 12:04:41 -07:00
sample Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 16:13:39 -07:00
src Set 2.1 baselines 2018-06-14 11:11:54 -07:00
test Upgrade to netcoreapp22 2018-05-07 16:07:41 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
AzureIntegration.sln Revert "Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188)" 2018-04-19 15:08:17 -07:00
CONTRIBUTING.md
Directory.Build.props Cleanup code signing configuration 2018-09-27 12:05:07 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-07 16:07:41 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Revert "Produce the Microsoft.AspNetCore.AzureAppServices.SiteExtension package on normal builds (#188)" 2018-04-19 15:08:17 -07:00
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-10-07 19:06:34 +00:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:18:37 -07:00
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:30 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:30 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:33:12 -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