Skip to main content

vw_components

Creates, updates, deletes, gets or lists a vw_components resource.

Overview

Namevw_components
TypeView
Idazure.application_insights.vw_components

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
kind as kind,
etag as etag,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.ApplicationId') as "application_id",
JSON_EXTRACT(properties, '$.AppId') as "app_id",
JSON_EXTRACT(properties, '$.Name') as "name",
JSON_EXTRACT(properties, '$.Application_Type') as "application__type",
JSON_EXTRACT(properties, '$.Flow_Type') as "flow__type",
JSON_EXTRACT(properties, '$.Request_Source') as "request__source",
JSON_EXTRACT(properties, '$.InstrumentationKey') as "instrumentation_key",
JSON_EXTRACT(properties, '$.CreationDate') as "creation_date",
JSON_EXTRACT(properties, '$.TenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.HockeyAppId') as "hockey_app_id",
JSON_EXTRACT(properties, '$.HockeyAppToken') as "hockey_app_token",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.SamplingPercentage') as "sampling_percentage",
JSON_EXTRACT(properties, '$.ConnectionString') as "connection_string",
JSON_EXTRACT(properties, '$.RetentionInDays') as "retention_in_days",
JSON_EXTRACT(properties, '$.DisableIpMasking') as "disable_ip_masking",
JSON_EXTRACT(properties, '$.ImmediatePurgeDataOn30Days') as "immediate_purge_data_on30_days",
JSON_EXTRACT(properties, '$.WorkspaceResourceId') as "workspace_resource_id",
JSON_EXTRACT(properties, '$.LaMigrationDate') as "la_migration_date",
JSON_EXTRACT(properties, '$.PrivateLinkScopedResources') as "private_link_scoped_resources",
JSON_EXTRACT(properties, '$.publicNetworkAccessForIngestion') as "public_network_access_for_ingestion",
JSON_EXTRACT(properties, '$.publicNetworkAccessForQuery') as "public_network_access_for_query",
JSON_EXTRACT(properties, '$.IngestionMode') as "ingestion_mode",
JSON_EXTRACT(properties, '$.DisableLocalAuth') as "disable_local_auth",
JSON_EXTRACT(properties, '$.ForceCustomerStorageForProfiler') as "force_customer_storage_for_profiler",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.application_insights.components
WHERE subscriptionId = 'replace-me';