Unable to create Serverless Warehouse

MagnusW
New Contributor II

I have all the prerequisites met as per the documentation but I don't have the option to create a serverless warehouse, which looks like is mandatory for delta share.

https://learn.microsoft.com/en-us/azure/databricks/admin/sql/serverless

- The workspace is premium plan

MagnusW_0-1751404876294.png

 

Attempting via API gives similar result. Reach out to your administrator is funny as I am the administrator.

{
    "error_code": "INVALID_PARAMETER_VALUE",
    "message": "Workspace 3389861741892891 is no longer eligible for Serverless Compute. Please reach out to your administrator.",
    "details": [
        {
            "@type": "type.googleapis.com/google.rpc.RequestInfo",
            "request_id": "8ee17709-eb73-4087-a0e6-3a0d67060718",
            "serving_data": ""
        }
    ]
}