Skip to content

Commit bb28379

Browse files
committed
update limitations and sdk versions, remove supported regions section
1 parent d11a76b commit bb28379

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

articles/cosmos-db/dedicated-gateway.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Dedicated gateway nodes are independent from one another. When you provision mul
6060

6161
For development, we recommend starting with one node but for production, you should provision three or more nodes for high availability. [Learn how to provision a dedicated gateway cluster with an integrated cache](how-to-configure-integrated-cache.md). Provisioning multiple dedicated gateway nodes allows the dedicated gateway cluster to continue to route requests and serve cached data, even when one of the dedicated gateway nodes is unavailable.
6262

63-
The dedicated gateway is available in the following sizes. The integrated cache uses approximately 70% of the memory and the rest is reserved for routing requests to backend partitions.
63+
The dedicated gateway is available in the following sizes. The integrated cache uses approximately 50% of the memory and the rest is reserved for metadata and routing requests to backend partitions.
6464

6565
| **Sku Name** | **vCPU** | **Memory** |
6666
| ------------ | -------- | ----------- |
@@ -90,32 +90,9 @@ Like nodes within a cluster, dedicated gateway nodes across regions are independ
9090
The dedicated gateway has the following limitations:
9191

9292
- Dedicated gateways are only supported on SQL API accounts
93+
- You can't provision a dedicated gateway in Azure Cosmos DB accounts with [availability zones](../availability-zones/az-region.md).
9394
- You can't use [role-based access control (RBAC)](how-to-setup-rbac.md) to authenticate data plane requests routed through the dedicated gateway
9495

95-
## Supported regions
96-
97-
The dedicated gateway isn't supported in every Azure region yet.
98-
99-
Current list of supported Azure regions:
100-
101-
| **Americas** | **Europe and Africa** | **Asia Pacific** |
102-
| ------------ | -------- | ----------- |
103-
| Brazil South | France Central | Australia Central |
104-
| Canada Central | France South | Australia Central 2 |
105-
| Canada East | Germany North | Australia East |
106-
| Central US | Germany West Central | Australia Southeast |
107-
| Central US EUAP | North Europe | Central India |
108-
| East US | Norway East | East Asia |
109-
| East US 2 | Norway West | Japan West |
110-
| East US 2 EUAP | South Africa North | Japan East |
111-
| North Central US | Switzerland North | Korea Central |
112-
| South Central US | Switzerland West | Korea South |
113-
| West Central US | UAE Central | Southeast Asia |
114-
| West US | UAE North | West India |
115-
| West US 2 | UK South | |
116-
| | UK West | |
117-
| | West Europe | |
118-
11996

12097
## Next steps
12198

articles/cosmos-db/how-to-configure-integrated-cache.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article describes how to provision a dedicated gateway, configure the integ
3030
2. Fill out the **Dedicated gateway** form with the following details:
3131

3232
* **Dedicated Gateway** - Turn on the toggle to **Provisioned**.
33-
* **SKU** - Select a SKU with the required compute and memory size. The integrated cache will use approximately 70% of the memory, and the remaining 30% of memory is used for routing requests to the backend partitions.
33+
* **SKU** - Select a SKU with the required compute and memory size. The integrated cache will use approximately 50% of the memory, and the remaining memory is used for metadata and routing requests to the backend partitions.
3434
* **Number of instances** - Number of nodes. For development purpose, we recommend starting with one node of the D4 size. Based on the amount of data you need to cache and to achieve high availability, you can increase the node size after initial testing.
3535

3636
:::image type="content" source="./media/how-to-configure-integrated-cache/dedicated-gateway-input.png" alt-text="An image that shows sample input settings for creating a dedicated gateway cluster" lightbox="./media/how-to-configure-integrated-cache/dedicated-gateway-input.png" border="false":::
@@ -74,9 +74,9 @@ Adjusting the `MaxIntegratedCacheStaleness` is supported in these versions of ea
7474
| SDK | Supported versions | Comment |
7575
| --- | ------------------ | ------- |
7676
| **.NET SDK v3** | *>= 3.19.0-preview* | Currently supported in the preview SDK versions only. |
77-
| **Java SDK v4** | *>= 4.16.0-beta* | Currently supported in the preview SDK versions only. |
78-
| **Node.js SDK** | *>=3.16.0* | - |
79-
| **Python SDK** | *>=4.3.0b3* | - |
77+
| **Java SDK v4** | *>= 4.34.0* | - |
78+
| **Node.js SDK** | *>=3.16.0* | - |
79+
| **Python SDK** | *>=4.3.1* | - |
8080

8181
### [.NET](#tab/dotnet)
8282

0 commit comments

Comments
 (0)