# Infrastructure As Code

## Infrastructure As Code

In this section we will use infrastructure as code tools to help you configure Azure Storage Accounts and containers with tools like **Bicep** and **Terraform**. We therefore need a number of prerequisites to install the two providers Bicep and Terraform with their respective dependencies.

{% embed url="<https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep>" %}

{% embed url="<https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs>" %}

## Sponsor

{% embed url="<https://www.recastsoftware.com/>" %}
OSDeploy is sponsored by Recast Software
{% endembed %}


---

# 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://www.osdcloud.com/osdcloud-v1/osdcloud-azure/azure-setup/infrastructure-as-code.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.
