Share via

Azure OpenAI Australia East Standard: GPT-4o retirement and successor model availability uncertainty

Fernando 50 Reputation points
2026-04-14T23:06:08.6933333+00:00

We are currently using Azure OpenAI Service in the Australia East region with GPT-4o Standard deployments in production.

We have seen notices indicating that GPT-4o will be retired in 2026. However, we have not been able to find clear confirmation of what the successor model will be for Australia East Standard deployments.

We are trying to understand the following for production planning:

  1. Will there be a successor model available in Australia East Standard deployments when GPT-4o is retired?
  2. Can Microsoft confirm whether the replacement is expected to provide:
    • A similar or improved capability level (GPT-4-class or better)
    • Similar or improved quota limits in Australia East
    • Continued availability under the Standard deployment type (not requiring migration to Global or Provisioned deployments)

Our primary concern is ensuring continuity for production workloads deployed in Australia East without requiring architectural changes due to model retirement.

Azure OpenAI in Foundry Models

Answer accepted by question author

Jerald Felix 11,555 Reputation points Volunteer Moderator
2026-04-15T01:57:05.9566667+00:00

Hello Fernando,

Greetings! Thanks for raising this question in Q&A forum.

This is a very valid and important concern for production planning, and you are not alone — other Australian customers have raised the same question. Let me break down what we know and what you should do.

Here is the key thing to understand first: the OpenAI retirement announcements you may have seen (like the February 2026 ChatGPT retirement) apply only to the ChatGPT consumer product — not to Azure AI Foundry. Azure AI Foundry and OpenAI ChatGPT operate on completely independent lifecycle policies, so OpenAI blog posts or ChatGPT retirement notices should not be used to determine Azure retirement timelines.

For your specific situation in Australia East, the standard deployment of GPT-4o in Australia East has a model retirement date of 3rd June 2026 as currently shown in Azure AI Foundry. This is the date to plan around, not any OpenAI consumer announcement.

Regarding your three specific questions — here is what we know and what to do:

On successor model availability in Australia East Standard

Microsoft has historically expanded standard deployment availability over time, and customers in region-restricted deployments typically gain access to replacement or next-generation models as they come online, though the timeline tends to lag behind the global endpoint rollout. Microsoft has not yet publicly confirmed the exact replacement model for Australia East Standard post-June 2026, which is why you need to take the proactive steps below.

Step 1: Check the official Azure AI Foundry Model Retirement page

Visit the authoritative documentation at aka.ms/oai/modelretirements. Azure notifies customers of upcoming retirements for each deployment, and customers receive at least 60 days to try out a new GA model before any upgrades happen. Check this page regularly as successor model announcements for Australia East will appear here first.

Step 2: Monitor Azure Updates and Service Health

Go to azure.microsoft.com/updates and filter by "Azure OpenAI" and "Australia East." New regional model availability is announced here before it appears in the Foundry portal. Also enable Service Health alerts in the Azure Portal for your subscription so you receive notifications automatically.

Step 3: Open a Microsoft Support ticket now — don't wait

This is the most important step for your production planning needs. Open a support request at aka.ms/azuresupport and specifically ask:

  • What model will replace GPT-4o Standard in Australia East after June 3, 2026?
  • Will the replacement be available under Standard deployment type (not Global or Provisioned)?
  • What are the expected quota limits for the replacement model in Australia East?
  • Will there be a migration window with both models available simultaneously?

If your customer has a Premier or Unified support contract, escalate this to your Microsoft account team directly — they can get roadmap commitments that are not publicly available yet.

Step 4: Design your application to be model-version agnostic

While waiting for official confirmation, protect your production workload by not hardcoding the model name or version in your application. Use a configuration variable for the deployment name so you can switch to a replacement model with zero code changes when it becomes available.

Step 5: Test with GPT-4o version 2024-11-20 as an interim measure

If you have not already upgraded from an older GPT-4o version, deploy and test against gpt-4o version 2024-11-20 which currently has a later retirement date. This buys you more runway while the successor model situation for Australia East becomes clearer.

Step 6: Evaluate Global Standard as a temporary fallback option

If your customer's data sovereignty requirements have any flexibility (for example, allowing Global Standard within a compliant boundary), this would give you immediate access to the latest models. Confirm with your customer's compliance team whether this is an option as a temporary bridge while the Australia East Standard successor is confirmed.

The bottom line is that Microsoft's pattern is to provide a replacement model in-region before retirement, but the exact successor and its quota details for Australia East Standard have not been publicly announced yet. A direct support ticket is the fastest way to get a definitive answer for your production planning.

If this answer helps you kindly accept the answer which will help others who have similar questions.

Best Regards,

Jerald Felix.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Karnam Venkata Rajeswari 2,980 Reputation points Microsoft External Staff Moderator
    2026-04-15T00:13:29.18+00:00

    Hello Fernando,

    Welcome to Microsoft Q&A .Thank you for reaching out to us.

    Production use of GPT‑4o Standard deployments in Australia East is understood, and the planning concerns around model retirement and continuity are valid. GPT‑4o retirement follows the standard Azure OpenAI model lifecycle, where older model versions are phased out to make room for newer, more capable replacements while maintaining service continuity for supported regions and deployment types. This process is documented and communicated in advance to support orderly production planning and testing.

    Regarding successor model availability in Australia East for standard deployments ,Azure OpenAI retirements are always accompanied by an officially designated replacement model. While region‑specific announcements are not typically published far in advance, the retirement documentation confirms that a successor model is planned and made available as part of the retirement process, including for Standard (regional) deployments such as Australia East. This ensures that supported regions are not left without a comparable production‑ready model when a legacy version is retired.

    As of the expected capability level of the replacement model , they are introduced only when they meet or exceed the capability class of the retiring model. Successor models for GPT‑4o are positioned at GPT‑4‑class or better, with improvements typically focused on reasoning quality, efficiency, multimodal handling, and long‑term scalability. Model retirements do not introduce capability regressions for supported workloads.

    For quota behavior and regional capacity considerations ,these limits continue to be governed by region and subscription capacity rather than by the retirement event itself. While exact quota values may vary during initial rollout phases, there is no indication of intentional or structural quota reductions as a result of GPT‑4o replacement. Capacity and rate limits are adjusted over time as regional availability stabilizes.

    Deployment type continuity support for standard deployment remains in place for Australia East. The model retirement does not require a forced transition to Global Standard or Provisioned deployments. Existing architectures using Standard deployments remain valid. Alternative deployment types are optional considerations for workloads that require additional throughput guarantees or cross‑region resilience, but they are not mandatory as part of this retirement.

    To ensure a smooth transition with minimal risk, please consider implementing the following steps

    1. Configure deployment upgrade policies such as auto‑upgrade or upgrade on expiry to allow seamless transition to the designated successor model.
    2. Validate the successor model in advance by deploying it in parallel and running functional and performance tests.
    3. Avoid pinning applications to explicit model version strings; rely on deployment names to absorb backend model upgrades without code changes.
    4. Monitor Azure Service Health and Azure OpenAI retirement notifications to track region‑specific rollout updates.

    The above approach supports production continuity in Australia East, preserves the Standard deployment model, and reduces the need for disruptive architectural changes while aligning with Azure OpenAI’s documented lifecycle and operational guidance.

    The following references might be helpful , please check them out

    Thank you.

    Was this answer helpful?

    1 person found 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.