Isolated Azure Functions with GitHub Actions CI/CD in C# .NET 8

Поделиться
HTML-код
  • Опубликовано: 11 ноя 2024

Комментарии • 1

  • @kis.stupid
    @kis.stupid  10 месяцев назад

    To correctly push your logs to Application Insights, follow this guide: learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#application-insights
    Honestly, I've been tinkering on Azure Functions since recent videos, assuming they'd be similar as our regular .NET projects. Unfortunately, I don't find it a great developer experience...
    I've lost a lot of time on configuring these, trying to get my logs in ApplicationInsights, accepting form-data, trying to get appsettings.json and Serilog to work etc. to have to undo it all afterwards...