Slide 15
Slide 15 text
ARM template example for
Azure Cosmos DB for PostgreSQL
...
"coordinatorVCores": 32,
"enableHa": true,
"enableShardsOnCoordinator": true,
"nodeCount": 2,
"nodeEnablePublicIpAccess": true,
"nodeServerEdition": "GeneralPurpose",
"nodeStorageQuotaInMb": 524288,
"nodeVCores": 32,
"postgresqlVersion": "15"
} }
{ "type":
"Microsoft.DBforPostgreSQL/serverGroupsv2",
"apiVersion": "2022-11-08",
"name": "",
"location": "eastus",
"properties": {
"administratorLoginPassword": "",
"citusVersion": "11.2",
"coordinatorEnablePublicIpAccess": true,
"coordinatorServerEdition": "GeneralPurpose",
"coordinatorStorageQuotaInMb": 524288,
...