From 26637ae4541f4ccccede5430ac54b192236e31ea Mon Sep 17 00:00:00 2001 From: Tomasz Naumowicz Date: Wed, 20 Aug 2025 20:55:37 +0200 Subject: [PATCH] DocumentDB VS Code Extension Section (how to connect) --- app/docs/page.tsx | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/app/docs/page.tsx b/app/docs/page.tsx index c0159d0..5960db3 100644 --- a/app/docs/page.tsx +++ b/app/docs/page.tsx @@ -609,30 +609,38 @@ docker image rm -f ghcr.io/microsoft/documentdb/documentdb-local:latest || echo
  • - Click the DocumentDB icon in the VS Code sidebar + Locate and select the DocumentDB icon in the primary VS Code sidebar on the left-hand side.
  • - Click "Add New Connection" -
  • -
  • - - - On the navigation bar, click on "Connection - String" - -
  • -
  • - - Paste your connection string: +
    + Add a new connection to your DocumentDB: +
      +
    • + + In the DocumentDB Connections area, locate and expand the DocumentDB Local node. +
    • +
    • + + Select the New Local Connection option. +
    • +
    • + + Confirm the port (default value 10260), username, password, and choose the Disable TLS/SSL option. +
    • +
    • + + Note: TLS/SSL can be enabled, but this walkthrough skips those steps for simplicity. +
    • +
    • + + A new DocumentDB Local entry will be added and listed in your DocumentDB Connections area. +
    • +
    +
  • -
    - - mongodb://<YOUR_USERNAME>:<YOUR_PASSWORD>@localhost:10260/?tls=true&tlsAllowInvalidCertificates=true&authMechanism=SCRAM-SHA-256 - -