|
|
||
|---|---|---|
| .vsts-pipelines/builds | ||
| build | ||
| extensions | ||
| sample | ||
| src | ||
| test | ||
| .appveyor.yml | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| AzureIntegration.sln | ||
| CONTRIBUTING.md | ||
| Directory.Build.props | ||
| Directory.Build.targets | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| build.cmd | ||
| build.sh | ||
| korebuild-lock.txt | ||
| 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:
- In the Azure portal select App Services -> your site -> Application settings
- Set
SCM_SITEEXTENSIONS_FEED_URLapplication setting tohttps://dotnet.myget.org/F/aspnetcore-dev/ - Go to
DEVELOPMENT TOOLS->Advanced Tools->Site extensions->Gallery - Enter
AspNetCoreRuntimeintoSearchbox and clickSearch - Click
+to install site extension and wait untill installation animation finishes Extensionstab should now show newly installed site extension- Click
Restart siteon the right side of the page when installation finishes (this would only restart Kudu site, not the main one) - Restart site in
Overviewtab ofApp service
To update ASP.NET Core runtime site extension:
- Stop site in
Overviewtab ofApp service - Go to
DEVELOPMENT TOOLS->Advanced Tools->Site extensions - Click update on site extension
- Start site in
Overviewtab ofApp service