# Azure

<figure><img src="/files/v32BuuAb5MqnH2P0cnhh" alt=""><figcaption><p>Our Terraform module for AWS infrastructure will get you spun up with a secure, serverless hosting of dragondrop in minutes.</p></figcaption></figure>

## Terraform Module

We strongly recommend using our [Terraform Module](https://registry.terraform.io/modules/dragondrop-cloud/dragondrop-compute/azurerm/latest) to host dragondrop within your Azure environment.

It creates all of infrastructure illustrated in the above diagram, with locked-down permissions on each piece of compute, outputting an HTTPS request to which our web application can send requests to trigger your Job. All you need to do is fill in environment variables on the Azure Container App, and then cloud infrastructure for that Job is complete!

Using our Terraform module, we estimate that Jobs can be **deployed within your cloud environment from scratch in less than 30 minutes of developer time**.

### Building Your Own Hosting Infrastructure in Azure

We do not provide customer service for infrastructure hosting dragondrop created outside of our modules, and so strongly recommend using our [Terraform Module](https://registry.terraform.io/modules/dragondrop-cloud/dragondrop-compute/aws/latest) to provision the infrastructure needed. That being said, Azure makes it possible for you to provide serverless compute to dragondrop's container if you want to build your own set up.&#x20;

Our recommended approach:

1\) Define an Azure container instance that hosts the dragondrop container.

2\) Define an HTTPS endpoint that triggers the Azure Container Instance or Azure Container App Job, likely using an Azure Container App or an Azure Function.

3\) Provide the API endpoint to your dragondrop [job definition](/product-docs/getting-started/jobs/creating-a-job.md). Done!


---

# 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.dragondrop.cloud/product-docs/deploying-to-your-cloud/infrastructure-requirements/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.
