Managed Application Definition
An Azure Managed Application Definition defines the structure, configuration, and deployment logic for a managed application offered to users. It specifies the resources included, parameters, policies, and access controls, enabling publishers or organizations to package complex solutions that deploy consistently. It is commonly used in the Azure Marketplace or for internal governed deployments.
azure.solutions_application_definition
Fields
| Title | ID | Type | Data Type | Description |
|---|
| _key | core | string | |
| artifacts | core | json | The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition. |
| authorizations | core | json | The managed application provider authorizations. |
| deployment_policy | core | json | Managed application deployment policy. |
| description | core | string | The managed application definition description. |
| id | core | string | Resource ID |
| is_enabled | core | bool | A value indicating whether the package is enabled or not. |
| location | core | string | Resource location |
| lock_level | core | string | The managed application lock level. |
| locking_policy | core | json | Managed application locking policy. |
| managed_by | core | string | ID of the resource that manages this resource. |
| management_policy | core | json | Managed application management policy. |
| name | core | string | Resource name |
| notification_policy | core | json | Managed application notification policy. |
| package_file_uri | core | string | The managed application definition package file Uri. Use this element |
| policies | core | json | The managed application provider policies. |
| resource_group | core | string | |
| sku | core | json | The SKU of the resource. |
| storage_account_id | core | string | The storage account id for bring your own storage scenario. |
| subscription_id | core | string | |
| subscription_name | core | string | |
| system_data | core | json | Metadata pertaining to creation and last modification of the resource. |
| tags | core | hstore_csv | |
| type | core | string | Resource type |