How to track and monitor LLM model invocation on Azure OpenAI ?

Pongthorn Sangkaphet 20 Reputation points
2024-12-12T16:02:37.54+00:00

Hi everyone,

It seem easy question , but I struggle to look for the approach track and monitor LLM model invocation ,Previously, I worked on AWS Bedrock which is generative-ai platform on AWS , it provide Chat-Playground to test chat. It allow me to monitor model invocation using CloudWatch Logs as the link below. https://docs.aws.amazon.com/bedrock/latest/userguide/model-invocation-logging.html

It help me simply track all messages conversation both input and output and total number of tokens as well. What services in Azure similar to what is provided in Amazon Bedrock ?

Let 's see log conversation messages below on AWS cloud watch that keep track of all conversation from Amazon bedrock.

User's image

User's image

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,092 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 53,971 Reputation points Moderator
    2024-12-12T22:19:32.16+00:00

    Thanks for reaching out to us, it should be Azure Monitor service as comprehensive solution for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments.

    The product page - https://azure.microsoft.com/en-us/products/monitor/

    The document page - https://learn.microsoft.com/en-us/azure/azure-monitor/overview

    The following diagram shows a high-level architecture view of Azure Monitor.

    Diagram that shows an overview of Azure Monitor with data sources on the left sending data to a central data platform and features of Azure Monitor on the right that use the collected data.

    Please take a look at it and I hope it helps! If you have any question about Azure Monitor Service, please feel free to open a thread with the Azure Monitor tag.

    Also, Azure OpenAI provides out-of-box dashboards for each of your Azure OpenAI resources. To access the monitoring dashboards sign-in to https://portal.azure.com and select the overview pane for one of your Azure OpenAI resources.

    Screenshot that shows out-of-box dashboards for an Azure OpenAI resource in the Azure portal.

    More information you may want to learn - https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/monitor-openai

    Hope this helps!

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.