Skip to content

Function Apps

Provider: Azure
Service ID: azure_functions
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'azure_functions',
    provider: 'azure',
    region: 'uksouth',
    source: 'live',
    attributes: ['name', 'state', 'default_host_name', 'kind', 'location', 'runtime']
});
</script>

<div data-sd-service="azure_functions" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'state', 'default_host_name', 'kind', 'location', 'runtime']

All Attributes

Attribute Display Name Format Description
name Name text From API field: name
function_id Function ID azure_resource_name From API field: id
state State status_badge From API field: state
default_host_name Default Host Name text From API field: default_host_name
kind Kind text From API field: kind
location Location text From API field: location
runtime Runtime text From API field: site_config.linux_fx_version
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