Target URL missing in azure ai studio after finening a model

Ali Hassan 50 Reputation points
2024-08-29T08:39:22.9133333+00:00

I've deployed a GPT-4o mini model in Azure AI Studio, but the Target URI in the Endpoint section is missing (shows as "---"). The deployment seems successful otherwise, with an API key provided. How can I obtain the correct endpoint URI for my deployed model?

Azure OpenAI in Foundry Models

Answer accepted by question author
AshokPeddakotla-MSFT 36,021 Reputation points Moderator
2024-08-29T13:58:48.3566667+00:00

Ali Hassan Greetings!

Could you share the screenshot for better understanding?

In Which region you are seeing this issue?

If you have deployed a model recently, check after some time by refreshing the page.

I had the same issue when i checked immediately after deployment once.

But working as expected after some time. See below for confirmation.

User's image

I also tried multiple times but not seeing any issue. It is showing immediately after deployment.

Please let me know if you are still blocked.

Was this answer helpful?


3 additional answers

Sort by: Oldest
  1. Benjamin Ulmer 5 Reputation points
    2024-12-03T20:44:17.6533333+00:00

    I have the exact same problem. Is there another way to check the current status besides just waiting?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Chevy Li 5 Reputation points
    2024-12-04T09:06:25.8966667+00:00

    Today I actually created a support ticket and got help from a support engineer. She confirmed the phenomenon and offered a workaround: in the "Chat playground" page, open the Chrome devtools, and grab the Url from Network tab. The url is in such a format:

    https://<service name>.openai.azure.com/openai/deployments/<deployment name>/chat/completions?api-version=<api version>
    
    

    With that and the api key, I managed to make the API call.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Ahamed, Afrose 0 Reputation points
    2026-08-25T10:36:25.7166667+00:00

    try this. it should work.

    https://<RESOURCE_NAME>.openai.azure.com/openai/deployments/<MODAL_NAME>

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.