-
Notifications
You must be signed in to change notification settings - Fork 620
Add Azure Cosmos DB Garnet Cache docs #1439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
| userObjectId = "your-object-id-from-step-1" | ||
| subscriptionId = "your-subscription-id" | ||
| resourceGroup = "your-garnet-cache-resource-group" | ||
| cacheName = "your-garnet-cache-name" |
Copilot
AI
Nov 15, 2025
There was a problem hiding this comment.
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.
| 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" |
|
|
||
|  | ||
|
|
||
| The see a detailed list of allowed commands for each role under **Permissions > DataActions**. |
Copilot
AI
Nov 15, 2025
There was a problem hiding this comment.
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'.
| 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**. |
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 |
Add documentation for the Azure Cosmos DB Garnet Cache