177: Custom Azure Logic Apps (Standard) Dashboards using Azure Workbooks and Application Insights

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

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

  • @Xprtentertainment
    @Xprtentertainment Год назад +1

    Im trying to build that "View" (linking to a run history) but based on app insight v1, is this possible? there are a few parameters that i cant easily extract while parameterizing the URL

  • @rezcan
    @rezcan Год назад

    Thanks for the walkthrough Kent...Host file has the recommended json payload and application insights has the custom metrics turned on. Workbook shows nothing. What are we missing?

    • @KentWeare
      @KentWeare  Год назад

      By host file has recommended json payload - do you mean you have enabled v2 of the App Insights schema?

    • @rezcan
      @rezcan Год назад

      @@KentWeare yes, exactly as the workbook suggests to do so.

  • @bhavanisinghsikarwar688
    @bhavanisinghsikarwar688 Год назад

    Hi Kent,
    I am trying but no luck.
    {
    "version": "2.0",
    "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
    "version": "[1.*, 2.0.0)"
    },
    "extensions": {
    "workflow": {
    "Settings": {
    "Runtime.ApplicationInsightTelemetryVersion": "v2"
    }
    }
    }
    }