# Azure Managed Application

### What is an Azure Managed Application?

An Azure Managed application is installed from Azure Marketplace. They are easy to deploy and operate for customers. They are fully managed by the publisher. To learn more, visit [Microsoft's documentation](https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/overview).

<figure><img src="/files/y9Yu4hoYDzPPI5chSmoG" alt=""><figcaption></figcaption></figure>

### Bsure Insights Data Collector Managed Application

When you install Bsure Insights:

1. The Managed Application Resource.
2. The Resource Group where the app is installed (provided by you under installation).
3. The Subscription you have chosen to install it to.
4. The Managed Resource Group contains the managed application components.&#x20;

<figure><img src="/files/UBNLMklgMZFcCyW6QVpO" alt=""><figcaption></figcaption></figure>

Bsure is responsible for the resources inside the Managed Resource Group. These resources are shown in the picture below.

<div align="left"><figure><img src="/files/eNMpdiQ899QHg9eOrphI" alt=""><figcaption></figcaption></figure></div>

* Azure Functions for compute​
* Azure Storage for queues and storage​
* Keyvault for secrets ([Bsure personell cannot access secrets here](/v1/technical-description/security.md#example-bsure-personnel-accessing-the-key-vault))​
* Application Insights used for metrics and error logs


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bsure.io/v1/technical-description/azure-managed-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
