Skip to content

Storage Accounts

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

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'azure_storage_accounts',
    provider: 'azure',
    region: 'uksouth',
    source: 'live',
    attributes: ['name', 'location', 'kind', 'sku_name', 'access_tier', 'provisioning_state']
});
</script>

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

Default Attributes

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

attributes: ['name', 'location', 'kind', 'sku_name', 'access_tier', 'provisioning_state', 'https_only']

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
sku_name SKU text From API field: sku.name
access_tier Access Tier text From API field: access_tier
provisioning_state Provisioning State status_badge From API field: provisioning_state
https_only HTTPS Only boolean From API field: enable_https_traffic_only
blob_endpoint Blob Endpoint text From API field: primary_endpoints.blob
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