Skip to main content

diagnostics_roots

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

Overview

Namediagnostics_roots
TypeResource
Idazure.container_apps.diagnostics_roots

Fields

NameDatatypeDescription
extendedLocationobjectThe complex type of the extended location.
identityobjectManaged service identity (system assigned and/or user assigned identities)
kindstringMetadata used to render different experiences for resources of the same type; e.g. WorkflowApp is a kind of Microsoft.App/ContainerApps type. If supported, the resource provider must validate and persist this value.
locationstringThe geo-location where the resource lives
managedBystringThe fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
propertiesobjectContainerApp resource specific properties
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcontainerAppName, resourceGroupName, subscriptionId

SELECT examples

SELECT
extendedLocation,
identity,
kind,
location,
managedBy,
properties,
tags
FROM azure.container_apps.diagnostics_roots
WHERE containerAppName = '{{ containerAppName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';