How to deploy a web application from chat playground using GPT-5-chat model?

Cameron Stark 0 Reputation points
2025-12-03T18:30:34.27+00:00

Currently all the web apps I have deployed are on 4/4.1 and I wanted to know if it is possible to deploy these on gpt-5-chat model or is this not a feature as of yet?

When I have 4.1 selected I get the option to 'Deploy as a web app' to the right hand side of 'View code' When i switch the model to 5 and above, this functionality disappears.

I assume this is not yet a feature but just wanted to check if is an issue on my side or permissions etc.

Thank you!

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sridhar M 2,525 Reputation points Microsoft External Staff Moderator
    2025-12-03T19:27:07.14+00:00

    Hi Cameron Stark

    Welcome to Microsoft Q&A and Thanks for sharing the details.

    “Deploy as a web app” option disappears when you switch from GPT‑4/4.1 to GPT‑5‑chat in the Azure AI Foundry (or Chat Playground). Here’s the current state based on Microsoft documentation and community updates:

    1. GPT‑5‑chat is still in preview in Azure AI Foundry as of late 2025. It supports the Chat Completions API and Responses API, but web app deployment from the playground UI has not been enabled for GPT‑5 models yet. This is a platform limitation, not a permissions issue on your side.
    2. The “Deploy as a web app” feature in the playground is tied to models that have full integration with Azure App Service publishing workflows. GPT‑4.x models currently support this, but GPT‑5‑chat does not.

    Current capabilities for GPT‑5‑chat

    • You can deploy GPT‑5‑chat as a model endpoint in Azure AI Foundry and call it from your own web app or containerized solution. This means:
      • Create a deployment in Azure AI Foundry.
      • Use the endpoint and API key in your custom app (e.g., via Azure Functions, Container Apps, or Static Web Apps).
    • GPT‑5‑chat supports text and image input, text output, and advanced reasoning features, but no direct “one-click web app deployment” from the playground UI yet. [Foundry Mo...soft Learn | Learn.Microsoft.com], [ai.azure.com]
    • Workarounds If you want a web app experience with GPT‑5‑chat now:
      1. Deploy the model in Azure AI Foundry (request access if gated).
      2. Use sample templates like Azure-Samples/sample-app-aoai-chatGPT or get-started-with-ai-chat to build your own web app.
      3. Host it on Azure App Service or Azure Container Apps, and configure environment variables with your GPT‑5‑chat endpoint and keys. [github.com], [github.com]

    If this answers your query, do click Accept Answer and Yes for was this answer helpful.

    Thank you!

    1 person found this answer helpful.

  2. Q&A Assist
    2025-12-03T18:30:47.2033333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Currently, the ability to deploy web applications using the GPT-5-chat model is not mentioned in the provided context. It appears that the deployment option you are looking for may not be available for models beyond 4.1 at this time. If you are experiencing the disappearance of the 'Deploy as a web app' option when switching to GPT-5 or higher, it is likely due to the model's current limitations rather than an issue on your side or with permissions.

    For the most accurate and up-to-date information, it would be advisable to check the official Azure documentation or announcements regarding the features and capabilities of the GPT-5-chat model in relation to web app deployment.

    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.