An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @James
Thank you for reaching out to Microsoft Q&A.
We understand how important this is, especially given your GDPR requirement to ensure AI processing remains within the EU.
From your description, you're attempting to deploy GPT-5.4-nano using the Data Zone Standard deployment type in Sweden Central, but the option is grayed out with the message "Region not supported", even though the Azure pricing and model availability pages indicate support.
Why the "Data Zone Standard" option may be grayed out
In Azure AI Foundry/Azure OpenAI, deployment availability depends on both the region and the deployment type supported for a specific model version. If a particular model version isn't yet available for Data Zone Standard in your region or subscription, the portal may display "Region not supported", even if the documentation lists the model more generally as supported.
It's also important to understand the behavior of the different deployment types:
Global Standard and Global Batch deployments can route requests across any Azure region where the model is available. As a result, they cannot guarantee that processing remains within the EU or a single region.
Data Zone Standard keeps inference and processing within the Microsoft-defined data zone associated with your resource. For a resource hosted in an EU region such as Sweden Central, processing remains within the EU Data Zone, making it the appropriate deployment type for customers with EU data residency and GDPR compliance requirements.
GPT-5.4 Data Zone Standard availability
Based on the current Data Zone Standard model availability documentation, the GPT-5.4 model family is listed as supporting Data Zone Standard, including:
gpt-5.4 (version 2026-03-05)
gpt-5.4-nano (version 2026-03-17)
However, even when a model/version appears in the availability documentation, the experience in a specific subscription or resource can still be affected by:
Phased regional rollout
Temporary service capacity constraints
Subscription or model gating
Backend provisioning timing
These factors can result in the portal displaying "Region not supported" until the deployment becomes available for your subscription.
Please refer this
Region availability table for Data Zone Standard (includes gpt-5.4 / gpt-5.4-nano rows) https://learn.microsoft.com/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure-region-availability?wt.mc_id=unknown
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!