Skip to content

Commit f265136

Browse files
Merge pull request #280674 from Rodrigossz/main
Gremlin small updates
2 parents d353635 + 7cef660 commit f265136

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

articles/cosmos-db/reserved-capacity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.reviewer: rosouz
1414

1515
Azure Cosmos DB Reserved Capacity allows you to benefit from discounted prices on the throughput provisioned for your Azure Cosmos DB resources. You can enjoy up to 63% savings by committing to a reservation for Azure Cosmos DB resources for either one year or three years. Examples of resources are databases and containers (tables, collections, and graphs).
1616

17+
> [!IMPORTANT]
18+
> Currently, Azure Pricing Calculator is only showing reservations bigger than one million RU/s. This temporary limitation is being fixed and reservations of any size, starting with 100 RU/s, will soon be available. The Azure Portal isn't affected by this issue.
19+
1720
## How Azure Cosmos DB pricing and discounts work with Reserved Capacity
1821

1922
The size of the Reserved Capacity purchase should be based on the total amount of throughput that the existing or soon-to-be-deployed Azure Cosmos DB resources use on an hourly basis.

articles/cosmos-db/synapse-link-frequently-asked-questions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sections:
2525
- question: |
2626
Is Azure Synapse Link supported for all Azure Cosmos DB APIs?
2727
answer: |
28-
Azure Synapse Link is supported for the Azure Cosmos DB API for NoSQL and for the Azure Cosmos DB API for MongoDB. The support for Azure Cosmos DB API for Gremlin is now in preview.
28+
Azure Synapse Link is supported for the Azure Cosmos DB APIs for NoSQL, Gremlin, and MongoDB. The support for Azure Cosmos DB API for Gremlin is now in preview.
2929
3030
- question: |
3131
Is Azure Synapse Link supported for multi-region Azure Cosmos DB accounts?
@@ -68,6 +68,11 @@ sections:
6868
What permissions do I need to enable Synapse Link in my database account?
6969
answer: |
7070
You need [Contributor role](role-based-access-control.md) to enable Synapse Link at account level.
71+
72+
- question: |
73+
Why Synapse Workspace doesn't list my Gremlin Graphs in Data Explorer?
74+
answer: |
75+
Data Explorer in Synapse Workspaces doesn't support Gremlin graphs in the tree view. But you can still run queries.
7176
7277
7378
- name: Azure Cosmos DB analytical store

articles/cosmos-db/synapse-link.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ Azure Synapse Link isn't recommended if you're looking for traditional data ware
111111

112112
## Limitations
113113

114-
* Azure Synapse Link for Azure Cosmos DB is supported for NoSQL and MongoDB APIs. It is not supported for Cassandra or Table APIs and remains in preview for Gremlin API.
114+
* Azure Synapse Link for Azure Cosmos DB is supported for NoSQL, Gremlin and MongoDB APIs. It is not supported for Cassandra or Table APIs.
115+
116+
* Data Explorer in Synapse Workspaces doesn't list Gremlin graphs in the tree view. But you can still run queries.
115117

116118
* Accessing the Azure Cosmos DB analytics store with Azure Synapse Dedicated SQL Pool currently isn't supported.
117119

0 commit comments

Comments
 (0)