# 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.

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

* Container Apps and Jobs, for Compute and webpage hosting​&#x20;
* Container Apps Environment, configuration buckets for Container Apps/Jobs&#x20;
* Key Vault, for secrets ([Bsure personnel cannot access secrets here](https://docs.bsure.io/technical-description/security#example-bsure-personnel-accessing-the-key-vault))​&#x20;
* Log Analytics Workspace, stores log output (no personal information is logged)&#x20;
* Service Bus Namespace, used for solution internal communication&#x20;
* SQL Data Base / Server, used for solution storage, stores customer data with a data plane hardened setup to ensure Bsure has no access by default&#x20;
* Storage Account, used for solution internal storage (no personal information is stored)&#x20;


---

# 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/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.
