Azure Open AI chat deployment failing from Azure AI Foundry

Vidhya Bhushan Bahl 0 Reputation points
2025-01-16T08:26:09.7066667+00:00

Hi,

We have created RAG and trying to deploy chat what we see as chat playground as Azure Web App. Azure Plan gets created however the actual deployment fails.

Here is the stacktrace from deployment logs. We have tried multiple times. Is it known bug?

Region - South UK

Model - gpt4 - turbo-2024-04-09

*{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations `` for usage details.","details":[{"message":"Repository 'UpdateSiteSourceControl' operation failed with System.Net.WebException: The remote server returned an error: (503) Server Unavailable.\r\n   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n   at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.Web.Hosting.Administration.Utilities.WebRequestHelper.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
90 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 16,531 Reputation points
    2025-01-16T17:12:31.8333333+00:00

    Hello Vidhya Bhushan Bahl,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that your Azure Open AI chat deployment failed from Azure AI Foundry.

    Yes, reading through the error messages, it is one of the common errors. Because, the error message you're seeing, 503 Server Unavailable, indicates that the server is temporarily unable to handle the request. This can be due to various reasons, such as high memory/CPU usage, application crashes, or service interruptions. Follow the best practices to resolve the issue in typical scenario: https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-http-502-http-503 and https://learn.microsoft.com/en-us/azure/ai-studio/how-to/troubleshoot-deploy-and-monitor?source=recommendations

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.


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.