From 29da58de11e20c9c60448e36e7075c6b13622624 Mon Sep 17 00:00:00 2001 From: gsandorx Date: Tue, 17 Oct 2017 19:02:55 -0400 Subject: [PATCH] Update logging.md (#4577) Removed the note saying that ASP.NET Core 2.0 was still in "preview". --- aspnetcore/fundamentals/logging.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/aspnetcore/fundamentals/logging.md b/aspnetcore/fundamentals/logging.md index 81bda48b87..cb256c6c89 100644 --- a/aspnetcore/fundamentals/logging.md +++ b/aspnetcore/fundamentals/logging.md @@ -581,9 +581,6 @@ The [Microsoft.Extensions.Logging.AzureAppServices](https://www.nuget.org/packag # [ASP.NET Core 2.x](#tab/aspnetcore2x) -> [!NOTE] -> ASP.NET Core 2.0 is in preview. Apps created with the latest preview release may not run when deployed to Azure App Service. When ASP.NET Core 2.0 is released, Azure App Service will run 2.0 apps, and the Azure App Service provider will work as indicated here. - You don't have to install the provider package or call the `AddAzureWebAppDiagnostics` extension method. The provider is automatically available to your app when you deploy the app to Azure App Service. # [ASP.NET Core 1.x](#tab/aspnetcore1x)