# azure\_cloudout

## rubrik\_azure\_cloudout

Configures a new Azure archive target.

## Example Usage

```
resource "rubrik_azure_cloudout" "example" {
  container            = "rubriktfdemo"
  azure_access_key     = "q9eFAW9eawMe/fekai5GoFfKjH0UH31dceuY7LDIh3IbDFwqGekSBelJMZ90/S6deVfmw/TZaiKBk5lw0DXgw=+"
  storage_account_name = "rubriktf"
  archive_name         = "TF-Demo"
  rsa_key              = "${var.rsakey}"
}
```

## Argument Reference

The following arguments are supported:

* `container` - (Required) The name of the Azure storage container you wish to use as an archive.
* `azure_access_key` - (Required) The access key for the Azure storage account.
* `storage_account_name` - (Required) The name of the Storage Account that the container belongs to.
* `archive_name` - (Required) The name of the archive location used in the Rubrik GUI.
* `instance_type` - (Optional) The Cloud Platform type of the archival location. Valid choices are `default`, `china`, `germany`, and `government` with `default` being the default choice.
* `rsa_key` - (Required) The RSA key that will be used to encrypt the archive data.
* `timeout` - (Optional) The number of seconds to wait to establish a connection the Rubrik cluster before returning a timeout error. Default is 15.


---

# 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://rubrik.gitbook.io/terraform-provider-for-rubrik/resources/azure_cloudout.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.
