---
title: "Microsoft Azure"
component: "cloud"
version: "main"
module: "reference"
html_url: "/cloud/main/reference/azure.html"
---

[View as HTML](/cloud/main/reference/azure.html) · [Documentation index](/llms.txt)

# Microsoft Azure

## Regions

* East US (Virginia)
* East US 2 (Virginia 2)
* West US (California)
* West US 2 (Washington)
* West US 3 (Arizona)
* West Europe (Amsterdam)
* Central India (Pune)
* South India (Chennai)
* Australia East (New South Wales)

## Instance types

| Instance name | vCPU | RAM (GiB) |
| --- | --- | --- |
| TG.Free | 2 | 8 |
| TG.C4.M16 | 4 | 16 |
| TG.C8.M16 | 8 | 16 |
| TG.C8.M32 | 8 | 32 |
| TG.C16.M64 | 16 | 64 |
| TG.C16.M128 | 16 | 128 |
| TG.C32.M256 | 32 | 256 |
| TG.C64.M432 | 64 | 432 |
| TG.C96.M672 | 96 | 672 |

## Disk storage

On Azure, disk storage refers to [Premium SSD Managed Disks](https://azure.microsoft.com/en-us/pricing/details/managed-disks/). Encryption is turned on by default and uses platform-managed keys.

Disk storage is charged per GB per hour.

## Backup storage

Clusters deployed on Azure use [Azure Files](https://azure.microsoft.com/en-us/services/storage/files/) for storage. By default, backups are encrypted and decrypted transparently using 256-bit [AES encryption](https://en.wikipedia.org/wiki/Advanced%5FEncryption%5FStandard), one of the strongest block ciphers available, and is FIPS 140-2 compliant.

Backup storage is charged per GB per hour.
