An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
A full, complication-free move is not guaranteed.
For EA to CSP, there are two different paths:
- Subscription transfer path
- EA or MCA enterprise subscriptions can be transferred to a CSP partner in supported cases.
- After transfer, previously applied quota increases carry over. If no quota increases were previously applied, quota resets to CSP default limits.
- Billing and utilization history does not transfer, so it should be exported before starting.
- Manual resource move path
- For subscriptions that aren’t eligible for billing transfer, resources must be moved from the source subscription to target CSP subscriptions.
- The source and target subscriptions must be in the same Microsoft Entra tenant.
- The account performing the move must have Owner access on both subscriptions.
- All resources should be validated first because some Azure resources can’t move between subscriptions.
- Moving resources between subscriptions might result in service downtime.
- CSP supports only Azure Resource Manager resources. Any classic deployment model resources must be migrated to Azure Resource Manager first.
For the services listed, the supported guidance in the available material is:
- Azure AI Search: moving to another region requires creating a new service, republishing indexes, data sources, skillsets, reloading indexes, re-creating security roles, and updating client apps to the new service name and API keys. This shows that service continuity without reconfiguration should not be assumed.
- Azure OpenAI / Azure AI Foundry / AI Projects / AI Services: the available Q&A guidance indicates that direct moves may require reconfiguration, only top-level resources move, dependencies may need updates, resource IDs change, and role assignments must be recreated. For Pay-As-You-Go to CSP, the cited guidance states direct move of Azure AI resources is not supported and recommends re-creation in the target CSP subscription.
What can be stated confidently for the scenario:
- It is not safe to assume all listed AI services can be moved to CSP without complications.
- It is not safe to assume users will continue working with no errors or changes after migration.
- Even when a move is possible, common impacts include:
- possible downtime
- changed resource IDs
- required updates to application configuration, endpoints, keys, or dependencies
- loss of RBAC access if directory association changes
- removal of policy assignments if directory association changes
- need to recreate role assignments
A practical migration approach is:
- Confirm whether the EA subscription is eligible for CSP subscription transfer.
- If not eligible, create the target CSP subscription with the partner.
- Ensure source and target subscriptions are in the same Microsoft Entra tenant.
- Validate each resource for move support before starting.
- Export billing data that must be retained.
- Plan for downtime and post-move reconfiguration.
- For services that don’t support direct move, re-create them in the CSP subscription and update applications to use the new endpoints, names, and keys.
References: