You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Integration seems lightly covered. It's only covered in a Note in the Fundamentals/Logging doc.
The existing docs cover quite a bit of ground on CI, Git, VS, EF, and SQL Database. They don't touch on Azure Integration or mention the Azure App Service logging provider. The landing page for Azure Apps could provide brief overview and helpful links.
If that turns out to be the best spot and the other two docs remain here, then I would suggest a cross link to it at the tops of those docs. What I'm outlining here is a more introductory-level "how to get on Azure Apps with an ASP.NET Core app" than the two that exist today, which might be complicated for a newbie to Azure Apps ... they certainly have a lot more in them than you need to know.
Azure Integration seems lightly covered. It's only covered in a Note in the Fundamentals/Logging doc.
The existing docs cover quite a bit of ground on CI, Git, VS, EF, and SQL Database. They don't touch on Azure Integration or mention the Azure App Service logging provider. The landing page for Azure Apps could provide brief overview and helpful links.
Outline
Microsoft.AspNetCore.AzureAppServicesIntegration
package. See Implement azure app services lightup package..UseAzureAppServices()
coversAddAzureWebAppDiagnostics()
, which provides the logging providers for light up logging features in Azure Apps.The text was updated successfully, but these errors were encountered: