An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
A blank replacement column does not mean the deployment will definitely be abandoned. Microsoft normally declares the official replacement roughly 90–120 days before a GA model retires, so the target can appear relatively close to October 14.
What happens depends on the deployment type and its version upgrade setting:
- Standard regional deployments can be auto-upgraded on a region-by-region schedule when a compatible replacement is selected.
- If versionUpgradeOption is set to NoAutoUpgrade, the deployment is not moved automatically; after retirement, inference stops and returns 410 Gone.
- Provisioned deployments are never auto-upgraded and require a manual migration.
Check the deployment's versionUpgradeOption now. If it is OnceCurrentVersionExpired or OnceNewDefaultVersionAvailable, monitor the published upgrade schedule and Azure Service Health notifications. Microsoft can make the replacement available as part of the upgrade even if it was not previously deployable as Standard in Switzerland North.
For production, I would still avoid relying solely on an automatic cutover. As soon as the target is announced, create a side-by-side deployment, run your prompts and safety/performance tests, then switch traffic deliberately. If Swiss regional processing is a hard requirement, verify that exact regional SKU before migrating; Global or Data Zone availability is not equivalent. Also create a Service Health alert for Azure OpenAI Service so the subscription owners receive the final migration notice.