An Azure relational database service.
SQL Managed Instance update to SQLServer2025 database format fails at Virtual Cluster resize step
We are attempting to update our Azure SQL Managed Instance from SQLServer2022 to SQLServer2025 database format. The update has been attempted multiple
times via both the Azure Portal and the REST API (PATCH with api-version=2024-05-01-preview). Each attempt fails at Step 2 of 6 — "Virtual Cluster
resize/creation".
The instance returns to Ready state on SQLServer2022 after each failed attempt (rollback is automatic). The error is flagged as isUserError: false,
indicating a platform-side issue.
Error Details
- Error Code: 40673
- Error Message: "The service objective assignment for the database has failed. Please contact Microsoft customer support and provide the server name,
- Error Severity: 16
- Failed Step: "Virtual Cluster resize/creation"
- isUserError: false
- Total Steps: 6 (only 1 of 6 completed before failure)
Activity / Operation IDs (multiple failed attempts)
┌─────────┬──────────────────────────────────────┬─────────────────────┐
│ Attempt │ Operation ID │ Start Time (UTC) │
├─────────┼──────────────────────────────────────┼─────────────────────┤
│ 1 │ 16473e9f-0289-48ba-8396-57ae0703 │ 2026-05-02 03:34:47 │
├─────────┼──────────────────────────────────────┼─────────────────────┤
│ 2 │ 04fe6781-852b-45da-ae6f-33936830 │ 2026-05-02 04:32:03 │
├─────────┼──────────────────────────────────────┼─────────────────────┤
│ 3 │ 52acedb4-be5c-44bd-9b21-50c3bece │ 2026-05-02 06:29:59 │
├─────────┼──────────────────────────────────────┼─────────────────────┤
│ 4 │ a5681b06-6a3b-4dc0-aaf3-1b223a3a│ 2026-05-03 18:48:10 │
└─────────┴──────────────────────────────────────┴─────────────────────┘
Latest x-ms-request-id: a5681b06-6a3b-4dc0-aaf3- Correlation ID: c619b488-d304-464c-9cc0-
Questions for Microsoft Support
- Why is the Virtual Cluster resize/creation step failing for this instance?
- Is the Gen8IH (GP_G8IH) hardware family in West US 2 supported for the SQLServer2025 engine?
- Is there a regional capacity issue or virtual cluster constraint blocking this update?
- Are there any pre-requisites or migrations needed on this instance before the format change can succeed?
- What is the recommended path forward — is engineering action required on the platform side?
Business Impact
This is our Dev environment, but the upgrade is on the path for our PPE (sqlmi-revattr-ppe-wu2) and Prod instances (sqlmi-revattr-prod-wu2 /
sqlmi-revattr-proddr-eu2 — production with active failover group). We need to validate the upgrade in Dev before proceeding to higher environments, so
this blocker is delaying our planned production migration to SQL Server 2025.