Skip to content

Latest commit

 

History

History
 
 

Azure

ProjectName

These projects enable diagnostics integration for apps deployed in Azure App Service. For additional detail see the App Service docs.

Description

There are two main projects in this area:

  • Microsoft.AspNetCore.AzureAppServicesIntegration
  • Microsoft.AspNetCore.AzureAppServices.HostingStartup

AzureAppServicesIntegration provides the IWebHostBuilder.UseAzureAppServices() API for manually enabling Microsoft.Extensions.Logging to output to App Service's diagnostics infrastructure.

AzureAppServices.HostingStartup Uses an automatic loading mechanism so that the same logging infrastructure can be enabled by only adding this package reference and an environment variable, no code changes are required.

Development Setup

Build

To build this specific project from source, follow the instructions on building the project.

If all of the prerequisites have already been set up, run the following command inside this directory.

> ./build.cmd

Test

To run the tests for this project, run the tests on the command line in this directory.

If all of the prerequisites have already been set up, run the following command inside this directory.

> ./build.cmd -t

More Information

For more information, see the ASP.NET Core README.