managed_environments_diagnostics_roots
Creates, updates, deletes, gets or lists a managed_environments_diagnostics_roots
resource.
Overview
Name | managed_environments_diagnostics_roots |
Type | Resource |
Id | azure.container_apps.managed_environments_diagnostics_roots |
Fields
Name | Datatype | Description |
---|---|---|
identity | object | Managed service identity (system assigned and/or user assigned identities) |
kind | string | Kind of the Environment. |
location | string | The geo-location where the resource lives |
properties | object | Managed environment resource specific properties |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | environmentName, resourceGroupName, subscriptionId | Get 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 }}';