You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/dedicated-gateway.md
+2-25Lines changed: 2 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Dedicated gateway nodes are independent from one another. When you provision mul
60
60
61
61
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.
62
62
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.
64
64
65
65
|**Sku Name**|**vCPU**|**Memory**|
66
66
| ------------ | -------- | ----------- |
@@ -90,32 +90,9 @@ Like nodes within a cluster, dedicated gateway nodes across regions are independ
90
90
The dedicated gateway has the following limitations:
91
91
92
92
- 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).
93
94
- You can't use [role-based access control (RBAC)](how-to-setup-rbac.md) to authenticate data plane requests routed through the dedicated gateway
94
95
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 |
Copy file name to clipboardExpand all lines: articles/cosmos-db/how-to-configure-integrated-cache.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This article describes how to provision a dedicated gateway, configure the integ
30
30
2. Fill out the **Dedicated gateway** form with the following details:
31
31
32
32
***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.
34
34
***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.
35
35
36
36
:::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
74
74
| SDK | Supported versions | Comment |
75
75
| --- | ------------------ | ------- |
76
76
|**.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.|
0 commit comments