An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hi Nadia Prodanova,
This scenario is expected with Azure OpenAI deployments using Data Zone (standalone). Data zone isolated deployments have strict regional and networking constraints compared to standard Azure OpenAI resources.
Key points to check:
- Model availability: Not all Azure OpenAI models currently support Data Zone (standalone) deployment. The deployment will fail if the selected model isn’t enabled for data‑zone isolation in that region.
- Region alignment: The Azure OpenAI resource region, data zone, and any dependent resources (storage, search, networking) must be fully compatible and supported together.
- Networking requirements: Data Zone (standalone) often requires private networking configurations. Public endpoint assumptions that work for non–data‑zone deployments may fail.
- Portal vs ARM/CLI: The Portal may surface generic errors. Reviewing the Activity Log usually reveals the exact validation failure (model not supported, region mismatch, or networking constraint).
- Documentation gap: Current docs explicitly list supported models and regions for Data Zone scenarios deployments outside those constraints aren’t supported yet.
In short: Data Zone (standalone) isn’t a drop‑in replacement for standard Azure OpenAI deployment model and region support must be explicitly validated first.
I Hope this helps. Do let me know if you have any further queries.
Thankyou!