Skip to content

Conversation

@jcocchi
Copy link
Member

@jcocchi jcocchi commented Nov 15, 2025

Add documentation for the Azure Cosmos DB Garnet Cache

  • Overview
  • Quickstart
  • Cluster Configuration
  • Resiliency
  • Security
  • Monitoring
  • API Compatibility
  • FAQ

Copilot AI review requested due to automatic review settings November 15, 2025 02:51
Copilot finished reviewing on behalf of jcocchi November 15, 2025 02:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds comprehensive documentation for Azure Cosmos DB Garnet Cache, a fully managed service currently in expanded Private Preview. The PR introduces new documentation covering overview, quickstart guide, cluster configuration, resiliency, security, monitoring, API compatibility, and FAQ sections. It also updates the main introduction page to distinguish between the managed Azure service and self-hosted Garnet deployments.

Key changes:

  • Adds deployment options section to distinguish managed vs self-hosted Garnet
  • Introduces quickstart guide for creating and connecting to Azure Cosmos DB Garnet Cache
  • Documents security features including network security, RBAC, and encryption
  • Describes resiliency architecture with replication, failover, and persistence

Reviewed Changes

Copilot reviewed 9 out of 19 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
website/static/img/azure/scale-cluster.png New image asset for cluster scaling visualization
website/static/img/azure/cluster-explorer.png New image asset showing cluster explorer interface
website/docs/welcome/intro.md Adds deployment options section distinguishing Azure managed service from self-hosted
website/docs/azure/security.md New comprehensive security documentation covering network, RBAC, and encryption
website/docs/azure/resiliency.md New resiliency documentation covering architecture, HA, and persistence
website/docs/azure/quickstart.md New quickstart guide for provisioning and connecting to cache

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +94 to +97
userObjectId = "your-object-id-from-step-1"
subscriptionId = "your-subscription-id"
resourceGroup = "your-garnet-cache-resource-group"
cacheName = "your-garnet-cache-name"
Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash variable assignment should not have spaces around the equals sign. The current syntax will cause an error. Remove spaces around = in all variable assignments.

Suggested change
userObjectId = "your-object-id-from-step-1"
subscriptionId = "your-subscription-id"
resourceGroup = "your-garnet-cache-resource-group"
cacheName = "your-garnet-cache-name"
userObjectId="your-object-id-from-step-1"
subscriptionId="your-subscription-id"
resourceGroup="your-garnet-cache-resource-group"
cacheName="your-garnet-cache-name"

Copilot uses AI. Check for mistakes.

![Built-in Roles](../../static/img/azure/built-in-roles.png)

The see a detailed list of allowed commands for each role under **Permissions > DataActions**.
Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'The see' to 'To see'.

Suggested change
The see a detailed list of allowed commands for each role under **Permissions > DataActions**.
To see a detailed list of allowed commands for each role under **Permissions > DataActions**.

Copilot uses AI. Check for mistakes.
@Vijay-Nirmal
Copy link
Contributor

Vijay-Nirmal commented Nov 16, 2025

Azure Cosmos DB Garnet Cache is a fully managed

Love to see Garnet grow like this and even more ways in future. Congurations to Garnet team and also a self proud moment to open-source contributors to see our code used in Azure Fully Managed instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants