You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I cannot view the tracing results of PromptFlow on Azure AI Foundry.
How To Reproduce the bug
Run the following commands(ref):
az login
pf config set trace.destination=azureml://subscriptions/<your_subscription_id>/resourcegroups/<your_resourcegroup_name>/providers/Microsoft.MachineLearningServices/workspaces/<your_studio_project_name>
You can view the trace detail from the following URL:
http://127.0.0.1:23333/v1.0/ui/traces/?#collection=backend&uiTraceId=[trace_id]
https://ai.azure.com/projecttrace/detail/[trace_id]?wsid=/subscriptions/[subscription_id]/resourceGroups/[resource_group_name]/providers/Microsoft.MachineLearningServices/workspaces/[project_name]
When selecting the local URL, the tracing result is displayed correctly as shown below:
When selecting the remote URL, the tracing result isn’t displayed:
Expected behavior
The result is displayed the same way as on the local one.
Running Information(please complete the following information):
Promptflow Package Version using pf -v: 1.17.2
promptflow==1.17.2
promptflow-azure==1.17.2
promptflow-core==1.17.2
promptflow-devkit==1.17.2
promptflow-tracing==1.17.2
Operating System: Windows 11
Python Version using python --version: 3.10.11
Additional context
Interestingly, the URL from the console is ai.azure.com/projecttrace, whereas the URL accessed when selecting "Trace" in Azure AI Foundry is ai.azure.com/tracing.
Additionally, the official documentation references ml.azure.com instead of ai.azure.com and Azure ML Studio instead of Azure AI Foundry.
The text was updated successfully, but these errors were encountered:
Hi, we're sending this friendly reminder because we haven't heard back from you in 30 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 7 days of this comment, the issue will be automatically closed. Thank you!
Describe the bug
I cannot view the tracing results of PromptFlow on Azure AI Foundry.
How To Reproduce the bug
Run the following commands(ref):
Set environment variable:
The minimal code is as follows:
The output is as follows:
When selecting the local URL, the tracing result is displayed correctly as shown below:
When selecting the remote URL, the tracing result isn’t displayed:
Expected behavior
The result is displayed the same way as on the local one.
Running Information(please complete the following information):
pf -v
: 1.17.2python --version
: 3.10.11Additional context
ai.azure.com/projecttrace
, whereas the URL accessed when selecting "Trace" in Azure AI Foundry isai.azure.com/tracing
.ml.azure.com
instead ofai.azure.com
and Azure ML Studio instead of Azure AI Foundry.The text was updated successfully, but these errors were encountered: