SQL Databases¶
Provider: Azure
Service ID: azure_sql_databases
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_sql_databases',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'location', 'status', 'sku_name', 'sku_tier', 'max_size_gb']
});
</script>
<div data-sd-service="azure_sql_databases" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Database Name | text |
From API field: name |
database_id |
Database ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
status |
Status | status_badge |
From API field: status |
sku_name |
SKU Name | text |
From API field: sku.name |
sku_tier |
SKU Tier | text |
From API field: sku.tier |
max_size_gb |
Max Size (GB) | text |
From API field: max_size_gb |
collation |
Collation | text |
From API field: collation |
creation_date |
Creation Date | datetime |
From API field: creation_date |
server_name |
Server Name | azure_resource_name |
From API field: id |
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