An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
Hello Henok Birru
Thank you for reporting this issue.
Based on the information provided, the error is occurring both in the Azure AI Foundry Playground and through direct API calls, including with a minimal prompt. This suggests that the issue is unlikely to be related to your application logic or prompt content and may instead be associated with the deployed model endpoint or the underlying service infrastructure.
The error message:
{
"error": {
"message": "no healthy upstream",
"type": "server_error"
}
}
typically indicates that the service was unable to route the request to a healthy backend serving instance for the deployment.
To help narrow down whether this is a deployment-specific issue or a broader service-side problem, could you please provide:
- The deployment name and deployment type (Global Standard, Data Zone Standard, etc.).
- A failed request ID (x-ms-request-id) and the approximate UTC timestamp of the failure.
- Whether creating a new deployment of the same model or testing an alternative model in the same Azure AI Foundry resource exhibits the same behaviour.
In the meantime, we recommend:
Verifying whether other model deployments in the same resource and region are working successfully.
Testing the deployment from both the Playground and API (which you have already done) to confirm consistent reproduction.
Checking the Azure Service Health dashboard for any active incidents affecting Azure OpenAI or Azure AI Foundry services in the region.
Once the above information is available, we can further investigate whether this is related to regional capacity, a deployment-level issue, or a backend service incident.
Thank you, and we look forward to your update.