Cosmos DB Accounts¶
Provider: Azure
Service ID: azure_cosmos_accounts
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_cosmos_accounts',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'location', 'kind', 'consistency_level', 'enable_automatic_failover', 'document_endpoint']
});
</script>
<div data-sd-service="azure_cosmos_accounts" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'location', 'kind', 'consistency_level', 'enable_automatic_failover', 'document_endpoint', 'provisioning_state']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Account Name | text |
From API field: name |
account_id |
Account ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
kind |
Kind | text |
From API field: kind |
database_account_offer_type |
Offer Type | text |
From API field: database_account_offer_type |
consistency_level |
Consistency Level | text |
From API field: consistency_policy.default_consistency_level |
enable_automatic_failover |
Automatic Failover | boolean |
From API field: enable_automatic_failover |
enable_multiple_write_locations |
Multi-Region Writes | boolean |
From API field: enable_multiple_write_locations |
document_endpoint |
Document Endpoint | text |
From API field: document_endpoint |
provisioning_state |
Provisioning State | status_badge |
From API field: provisioning_state |
resource_group |
Resource Group | azure_resource_group |
From API field: id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name