---
title: Managed Application
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Managed Application
---

# Managed Application

An Azure Managed Application is a packaged, deployable solution that includes all required resources and management logic, delivered through the Azure Marketplace or Service Catalog. It allows publishers or operators to manage the application on behalf of customers while customers control deployment and usage. It ensures consistent, governed deployments with built‑in support, updates, and lifecycle management.

```
azure.solutions_application
```

## Fields

| Title                     | ID   | Type       | Data Type                                                                                      | Description |
| ------------------------- | ---- | ---------- | ---------------------------------------------------------------------------------------------- | ----------- |
| _key                      | core | string     |
| application_definition_id | core | string     | The fully qualified path of managed application definition Id.                                 |
| artifacts                 | core | json       | The collection of managed application artifacts.                                               |
| authorizations            | core | json       | The read-only authorizations property that is retrieved from the application package.          |
| billing_details           | core | json       | Managed application billing details definition.                                                |
| created_by                | core | json       | The application client details to track the entity creating/updating the managed app resource. |
| customer_support          | core | json       | The application package contact information.                                                   |
| id                        | core | string     | Resource ID                                                                                    |
| identity                  | core | json       | Identity for the resource.                                                                     |
| jit_access_policy         | core | json       | Managed application Jit access policy.                                                         |
| kind                      | core | string     | The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.        |
| location                  | core | string     | Resource location                                                                              |
| managed_by                | core | string     | ID of the resource that manages this resource.                                                 |
| managed_resource_group_id | core | string     | The managed resource group Id.                                                                 |
| management_mode           | core | string     | The management mode.                                                                           |
| name                      | core | string     | Resource name                                                                                  |
| plan                      | core | json       | Plan for the managed application.                                                              |
| provisioning_state        | core | string     | Provisioning status of the managed application.                                                |
| publisher_tenant_id       | core | string     | The publisher tenant Id.                                                                       |
| resource_group            | core | string     |
| sku                       | core | json       | The SKU of the resource.                                                                       |
| subscription_id           | core | string     |
| subscription_name         | core | string     |
| support_urls              | core | json       | The appliance package support URLs.                                                            |
| system_data               | core | json       | Metadata pertaining to creation and last modification of the resource.                         |
| tags                      | core | hstore_csv |
| type                      | core | string     | Resource type                                                                                  |
| updated_by                | core | json       | The application client details to track the entity creating/updating the managed app resource. |
