Tag not monitored by Microsoft.
I think the move fails because ARM won’t downsize the pinned gpt‑4o capacity, so raising the dest‑sub’s gpt‑4o quota to at least 230 is the only way to make the move succeed.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting the following failure while trying to move Azure Open AI resource to another subscription. Please investigate and recommend the best solution to make the move happen Resource move validation failed. Please see details. Diagnostic information: timestamp '20260501T034625Z', subscription id [SUBSCRIPTION_ID_REMOVED], tracking id [TRACKING_ID_REMOVED], request correlation id[CORRELATION_ID_REMOVED]. (Code: ResourceMoveProviderValidationFailed) The target subscription 29ec82a5-b0c2-41d9-a056-b40f784250f4 is missing quota to perform the resource move: The target subscription [SUBSCRIPTION_ID_REMOVED], does not have enough quota for OpenAI.Standard.gpt-4o, required quota: 230 remaining quota: 150 (Code: TargetMoveSubscriptionNotEligible, Target: Microsoft.CognitiveServices/accounts) (Code: ResourceMoveProviderValidationFailed).
Tag not monitored by Microsoft.
I think the move fails because ARM won’t downsize the pinned gpt‑4o capacity, so raising the dest‑sub’s gpt‑4o quota to at least 230 is the only way to make the move succeed.
The move validation is failing because the target subscription does not have enough Azure OpenAI quota for OpenAI.Standard.gpt-4o. The move operation requires quota 230, but only 150 is available in the target subscription, so the provider validation fails with TargetMoveSubscriptionNotEligible.
To make the move succeed, the target subscription must first have sufficient quota for the same model and SKU as the source resource. The supported remediation, based on the move framework in Azure, is:
OpenAI.Standard.gpt-4o in the target subscription from 150 to at least 230 (or higher) through the standard Azure quota increase process for that service/region.If the quota cannot be increased to the required level in that subscription/region (for example, due to capacity constraints), the move will remain blocked. In that case, the only supported options are to:
The error code ResourceMoveProviderValidationFailed is expected in this scenario: provider-level checks (quota, supportability, state) must all pass before a move is allowed.
References: