SQL Servers¶
Provider: Azure
Service ID: azure_sql_servers
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_sql_servers',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'location', 'state', 'version', 'fqdn', 'admin_login']
});
</script>
<div data-sd-service="azure_sql_servers" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'location', 'state', 'version', 'fqdn', 'admin_login', 'public_network_access']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Server Name | text |
From API field: name |
server_id |
Server ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
state |
State | status_badge |
From API field: state |
version |
Version | text |
From API field: version |
fqdn |
FQDN | text |
From API field: fully_qualified_domain_name |
admin_login |
Admin Login | text |
From API field: administrator_login |
public_network_access |
Public Network Access | text |
From API field: public_network_access |
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