Azure Databricks: Storage-Optimized Vector Search (AI Search) endpoint blocked - "not supported for this workspace"

Andy McGurty 0 Reputation points
2026-07-08T07:30:45.34+00:00

Attempting to create a Storage-Optimized Vector Search (AI Search) endpoint fails with:

STORAGE_OPTIMIZED endpoint type is not supported for this workspace at the moment. Please contact Databricks support for more information.

Confirmed identically across multiple independent paths:

  • Databricks CLI / REST API (POST /api/2.0/vector-search/endpoints, endpoint_type=STORAGE_OPTIMIZED)
  • Workspace UI (Compute → AI Search → Create endpoint, Storage-optimized selected)
  • Two separate workspaces, in two separate Azure regions: australiasoutheast and australiaeast (Serverless compute mode)

STANDARD endpoint type creates successfully in both workspaces, via both the CLI and the UI. Since the failure reproduces identically in australiaeast - a region Microsoft's own documentation lists as fully supporting AI Search - this looks like an account-level entitlement/feature flag rather than a regional rollout gap.

Question: What's required to enable the Storage-Optimized endpoint type for this account? Is this a manual enablement Databricks/Microsoft needs to action, or is there a self-service setting I'm missing?

Thanks

Andy

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


1 answer

Sort by: Most helpful
  1. Christos Panagiotidis 1,846 Reputation points
    2026-07-17T12:17:58.28+00:00

    There is no self-service switch that enables storage-optimized AI Search endpoints. The documented workspace prerequisites are Unity Catalog and serverless compute, but storage-optimized endpoints also exclude workspaces using customer-managed keys and FedRAMP-compliant workspaces.

    Because Standard endpoint creation succeeds, your general AI Search permissions and API syntax are working. The rejection occurs before provisioning and is therefore a workspace eligibility decision, not a CLI or REST issue.

    Check both workspaces for customer-managed keys and any applicable compliance profile. If neither limitation applies, the next step is Databricks support or your Databricks account team. Ask them to verify storage-optimized endpoint entitlement and control-plane availability for each workspace ID. Include both workspace IDs, Azure regions, the complete API response, timestamp, and request ID.

    Region support for Azure Databricks or AI Search generally does not guarantee that every endpoint type is enabled on every workspace/control-plane shard. Recreating the endpoint, changing the SDK, or granting additional workspace permissions will not bypass this check. Continue with Standard endpoints until Databricks confirms or enables eligibility.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.