ServiceCosmosDbConfigurationInfo interface
The settings for the Cosmos DB database backing the service.
Properties
cross |
The multi-tenant application id used to enable CMK access for services in a data sovereign region. |
key |
The URI of the customer-managed key for the backing database. |
offer |
The provisioned throughput for the backing database. |
Property Details
crossTenantCmkApplicationId
The multi-tenant application id used to enable CMK access for services in a data sovereign region.
crossTenantCmkApplicationId?: string
Property Value
string
keyVaultKeyUri
The URI of the customer-managed key for the backing database.
keyVaultKeyUri?: string
Property Value
string
offerThroughput
The provisioned throughput for the backing database.
offerThroughput?: number
Property Value
number