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:
- Sometimes, access might be restricted based on user roles. Make sure you have the necessary permissions to access the Tracing module.
- Make sure you are using the latest version of AI Studio. Updates often include bug fixes and new features that might resolve your issue.
- 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.