Is Tracing no longer available in AI Studio?

Leo 0 Reputation points
2024-11-12T12:55:50.2566667+00:00

According to this document https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/trace-local-sdk?tabs=python#collections

Tracing is a feature under Tools. However, I can no longer see this option in AI Studio.

I also try a simple program to log the trace. I can see the trace locally. I set the destination to AI Studio project. I can see the URL generated for the trace. However, when I click the URL, the page just keep loading. Is Tracing still available?

User's image

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,974 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 13,376 Reputation points
    2024-11-12T15:36:28.9966667+00:00

    Hello Leo,

    Thank you for your feedback.

    Do you check the link provided. Especially this: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/trace-production-sdk

    If Tracing is not available in the left menu in those regions, then try your configuration settings and ensure your project is linked to an Application Insights resource.

    There are other resources by the right side of this page on how to Log and view traces of your applications https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/how-to-trace-local-sdk?view=azureml-api-2&source=recommendations&tabs=python

    If none working kindly contact Azure Support via your Azure Portal to raise ticket.

    Since you've made us know that it's not only West US 3. To further troubleshoot, you can do the followings:

    1. Sometimes, access might be restricted based on user roles. Make sure you have the necessary permissions to access the Tracing module.
    2. Make sure you are using the latest version of AI Studio. Updates often include bug fixes and new features that might resolve your issue.
    3. Make sure tracing is enabled in your application. You will need to configure your project settings to log traces to AI Studio, this involves setting the trace destination to your AI Studio project using the Azure CLI - https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/trace-local-sdk

    Success.


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.