Junior Azure

What is indexing in Cosmos DB and how is it managed?

  • Cosmos DB automatically indexes all properties by default.
  • You can customize index paths for performance.

"indexingMode": "consistent",

"includedPaths": [

{"path": "/name/?"},

{"path": "/age/?"}

More from Microsoft Azure Tutorial

All questions for this course