Skip to main content

managed_environments_diagnostics_roots

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

Overview

Namemanaged_environments_diagnostics_roots
TypeResource
Idazure.container_apps.managed_environments_diagnostics_roots

Fields

NameDatatypeDescription
identityobjectManaged service identity (system assigned and/or user assigned identities)
kindstringKind of the Environment.
locationstringThe geo-location where the resource lives
propertiesobjectManaged environment resource specific properties
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTenvironmentName, resourceGroupName, subscriptionIdGet the properties of a Managed Environment used to host container apps.

SELECT examples

Get the properties of a Managed Environment used to host container apps.

SELECT
identity,
kind,
location,
properties,
tags
FROM azure.container_apps.managed_environments_diagnostics_roots
WHERE environmentName = '{{ environmentName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';