Skip to content

Commit 3202757

Browse files
Merge pull request #264293 from cloga/lochen/tsg-pf
add how to check serverless in quota page
2 parents 30fd0b0 + 885602b commit 3202757

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/machine-learning/prompt-flow/tools-reference/troubleshoot-guidance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ If you are using compute instance runtime AI studio, this is not scenario curren
9898

9999
This type of error related to runtime lacks required packages. If you're using a default environment, make sure the image of your runtime is using the latest version. For more information, see [Runtime update](../how-to-create-manage-runtime.md#update-a-runtime-on-the-ui). If you're using a custom image and you're using a conda environment, make sure you installed all the required packages in your conda environment. For more information, see [Customize a prompt flow environment](../how-to-customize-environment-runtime.md#customize-environment-with-docker-context-for-runtime).
100100

101+
### Where to find the serverless instance used by automatic runtime?
102+
103+
Automatic runtime is running on a serverless instance, you can find the serverless instance under compute quota page, [View your usage and quotas in the Azure portal](../../how-to-manage-quotas.md#view-your-usage-and-quotas-in-the-azure-portal). The serverless instances with have with name like this `sessionxxxxyyyy`.
104+
105+
101106
### Request timeout issue
102107

103108
You might experience timeout issues.

0 commit comments

Comments
 (0)