Unable to create DiskANN vector index

Hari 20 Reputation points
2025-08-06T07:24:54.93+00:00

While attempting to create a DiskANN vector index in Azure Cosmos DB, the following error is returned:

{
  "ok": 0.0,
  "errmsg": "The diskann index is not enabled for this cluster tier",
  "code": 115,
  "codeName": "CommandNotSupported"
}

Even though the cluster is already running on M30 tier in the Switzerland North region.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
{count} votes

Accepted answer
  1. Mahesh Kurva 6,850 Reputation points Microsoft External Staff Moderator
    2025-08-06T07:40:59.89+00:00

    Hi Hari,

    Greetings!!

    According to the latest official Azure documentation, DiskANN vector indexes are supported on M40 and above only, not M30.

    The “Service Limits” page explicitly states:

    “HNSW and DiskANN are available on M40 and above cluster tiers.”User's image

    Please refer to the latest Azure Documentation link below:

    https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/limits?utm_source=chatgpt.com#vector-search-limits

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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