Showing results for Azure App Service - .NET Blog

Jul 16, 2018
Post comments count0
Post likes count0

Exploring Azure App Service – Azure Diagnostics

Angelos Petropoulos
Angelos Petropoulos

Use Application Insights to diagnose performance and errors in your web apps. Azure App Service is a great place to get started hosting and maintaining your web apps. You don’t have to enable App Insights upfront; the option is always there to be turned on when and as needed without re-deployment.

ASP.NETASP.NET CoreAzure
Feb 27, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1: Using ASP.NET Core Previews on Azure App Service

Glenn Condron [MSFT]
Glenn Condron [MSFT]

There are 3 options to get ASP.NET Core 2.1 Preview applications running on Azure App Service: 1. Installing the Preview1 site extension 2. Deploying your app self-contained 3. Using Web Apps for Containers Installing the site extension Starting with 2.1-preview1 we are producing an Azure App Service site extension that contains everything yo...

ASP.NETASP.NET CoreAzure