# Apono Connector for Azure

The Apono connector is a secure bridge between Apono's access management platform and your Azure cloud resources. It facilitates data synchronization and manages access permissions across your cloud infrastructure.

The connector runs within your Azure environment via Azure Container Instances (ACI). This architecture ensures both complete operational control and maximum security.

After installing the connector, you can [integrate your resources](/docs/azure-environment/azure-integrations.md) with Apono and provide just-in-time access based on [access flows](/docs/access-flows/access-flows.md).

***

### Key Features

* **Azure-Native Deployment**: Runs as a container instance in your Azure environment using Azure Container Instances (ACI)
* **Complete Organizational Control**: Fully managed within your Azure infrastructure
* **Security-First Design**: No secret storage or caching
* **Flexible Installation**: Can be uninstalled or disconnected at any time without Apono support
* **Limited Scope**: Uses predefined template functions that restrict the connector to specific, authorized actions

***

### Next Step

Choose your preferred installation method.

{% content-ref url="/pages/x9g5HSIQtrQYEVuUTlC4" %}
[Install an Azure connector on ACI using Azure CLI](/docs/azure-environment/apono-connector-for-azure/install-azure-connector-on-aci-using-azure-cli.md)
{% endcontent-ref %}

{% content-ref url="/pages/iXX62BkFZxZWkruWgZo8" %}
[Install an Azure connector on ACI using PowerShell](/docs/azure-environment/apono-connector-for-azure/install-azure-connector-on-aci-using-powershell.md)
{% endcontent-ref %}

{% content-ref url="/pages/oc967htS5CoyRjnUaXBp" %}
[Install an Azure connector on ACI using Terraform](/docs/azure-environment/apono-connector-for-azure/install-azure-connector-on-aci-using-terraform.md)
{% endcontent-ref %}


---

# 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.apono.io/docs/azure-environment/apono-connector-for-azure.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.
