# Azure Services

DuploCloud provides a number of configurable components when running Microsoft Azure's Managed Kubernetes Service (AKS).

Applications involve many Azure Services like Storage Account, RDS for RDBS (MySQL), Redis, VM Scale Sets, Ingress, ALB/NLB load balancers, and so on. While each of their configurations needs a few application-centric inputs, there are scores of lower-level nuances around access control, security, and compliance.

Using DuploCloud you can create virtually any service within the Tenant using basic application-centric inputs. At the same time, the platform will make sure the lower-level nuances are programmed to best practices for security and compliance.

## Supported Services for DuploCloud Azure

Supported Services are listed in alphabetical order, following the core services: Containers, and Load Balancers

### Core Services

* [Containers and Services](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/containers-and-services)
* [Load Balancers](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/load-balancers)

### Additional Services

* [​Agent Pools](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/agent-pool)
* [AKS Shared Application Gateway](https://docs.duplocloud.com/docs/automation-platform/kubernetes-overview/ingress-loadbalancer/aks-ingress)
* [Azure Container Apps​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/azure-container-apps)
* [Azure Container Registry (ACR)](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/azure-container-registry-acr)
* ​[Databases](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases)
  * [MSSQL](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/sql-database)
  * [PostgreSQL database](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/postgresql)
  * [PostgreSQL Flexible Server](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/postgresql-flexible-server)
  * [MySQL Server database](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/mysql-server-database)
    * [Azure Managed SQL Instances](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/mysql-server-database/azure-managed-instance)
  * [MySQL Flexible Server](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/mysql-flexible-server)
  * [Redis database](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/redis-database)
  * [CosmosDB](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databases/cosmosdb)
* [Databricks](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databricks)
* ​[Data Factory​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/data-factory)
* ​[Docker Web Application](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/docker-web-application)
* [Infra Secrets​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/infra-secrets)​
* [​Key Vault​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/key-vault)
* ​[Public IP Address Prefix​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/public-ip-address-prefix)
* [​Serverless](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/web-applications)
  * [App Service Plans and Web Apps](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/web-applications/app-service-plans-and-web-apps)
  * [Function Apps​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/web-applications/functions)
* [​Service Bus​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/service-bus)
* [​Storage Account​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/storage-account)
* [​Subscription​](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/subscription)
* ​[VM Scale Sets](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/vm-scale-sets)


---

# 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.duplocloud.com/docs/automation-platform/overview-2/azure-services.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.
