Skip to content

Commit 11015f3

Browse files
authored
Merge pull request #184251 from timsander1/master
add section on provisioning dedicated gateway
2 parents 1f3f0ec + 4da8673 commit 11015f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/cosmos-db/dedicated-gateway.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ The dedicated gateway is available in the following sizes:
8080
> [!NOTE]
8181
> Once created, you can't modify the size of the dedicated gateway nodes. However, you can add or remove nodes.
8282
83+
There are many different ways to provision a dedicated gateway:
84+
85+
- [Provision a dedicated gateway using the Azure Portal](how-to-configure-integrated-cache.md#provision-a-dedicated-gateway-cluster)
86+
- [Use Azure Cosmos DB's REAT API](https://docs.microsoft.com/rest/api/cosmos-db-resource-provider/2021-04-01-preview/service/create)
87+
- [Azure CLI](https://docs.microsoft.com/cli/azure/cosmosdb/service?view=azure-cli-latest#az_cosmosdb_service_create)
88+
- [ARM template](https://docs.microsoft.com/azure/templates/microsoft.documentdb/databaseaccounts/services?tabs=bicep)
89+
- Note: You cannot deprovision a dedicated gateway using ARM templates
90+
8391
## Dedicated gateway in multi-region accounts
8492

8593
When you provision a dedicated gateway cluster in multi-region accounts, identical dedicated gateway clusters are provisioned in each region. For example, consider an Azure Cosmos DB account in East US and North Europe. If you provision a dedicated gateway cluster with two D8 nodes in this account, you'd have four D8 nodes in total - two in East US and two in North Europe. You don't need to explicitly configure dedicated gateways in each region and your connection string remains the same. There are also no changes to best practices for performing failovers.

0 commit comments

Comments
 (0)