# Azure Managed SQL Instances

An [Azure Managed SQL Instance](https://azure.microsoft.com/en-us/products/azure-sql/managed-instance/) offers a fully managed, scalable SQL database service. It simplifies database management by handling tasks like backups, patching, and scaling, so you can focus on your applications without worrying about infrastructure.

## Creating an Azure Managed SQL Instance

Complete the steps to create an Azure Managed SQL Instance in the DuploCloud Portal:

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database** -> **Managed Instances**.
2. Click **Add**. The **Create Managed SQL Instance** pane displays.\ <br>

   <div align="left"><figure><img src="/files/prhrUjMjDjbCT5Ffj9Us" alt="" width="407"><figcaption><p>The <strong>Create Managed SQL Instance</strong> pane</p></figcaption></figure></div>
3. Complete the fields:

<table data-header-hidden><thead><tr><th width="155.3333740234375"></th><th></th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Enter a name for the Managed SQL Instance</td></tr><tr><td><strong>Username</strong></td><td>Create a username for the Managed SQL Instance</td></tr><tr><td><strong>Password</strong></td><td>Create a password for the Managed SQL Instance</td></tr><tr><td><strong>Service Tier</strong></td><td>Select your service tier (<code>General Purpose</code> or <code>Business Critical</code>)</td></tr><tr><td><strong>Hardware</strong></td><td>Select the hardware generation for the instance, such as Gen5</td></tr><tr><td><strong>vCore</strong></td><td>Select the number of virtual cores allocated to the instance</td></tr><tr><td><strong>Storage(GB)</strong></td><td>Select the amount of storage in gigabytes for the managed instance (e.g., <code>32 GB</code>)</td></tr><tr><td><strong>Subnet</strong></td><td>Specify the subnet where the managed instance will be deployed</td></tr></tbody></table>

4. Click **Submit** to generate the Managed SQL Instance.

## Additional Managed SQL Instance Options

Navigate directly to the Azure Portal to manage and configure a Managed SQL instance or delete a Managed SQL Instance from within the DuploCloud Portal:

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database** -> **Managed Instances**.
2. Click the **menu icon** (<img src="/files/UUsk9qqQdoLBf2eKdpqW" alt="" data-size="line">) in the row of the Manages SQL Instance.
3. Select from the following options:

<table data-header-hidden><thead><tr><th width="130.77783203125"></th><th></th></tr></thead><tbody><tr><td><strong>Azure Portal</strong></td><td>Navigate to the Azure portal to manage and configure your Managed SQL instance</td></tr><tr><td><strong>Delete</strong></td><td>Delete the Managed SQL Instance</td></tr></tbody></table>

<figure><img src="/files/h1TxUOCtfhcG48JHEoPN" alt=""><figcaption><p>The <strong>Managed Instances</strong> page in the DuploCloud Portal</p></figcaption></figure>


---

# 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/databases/mysql-server-database/azure-managed-instance.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.
