Identify a region and hardware characteristics to inform a footprint model.
- Entries
- 68
- Period covered
- Not a time series
- File Git modification
- 2026-09-08
- Source refresh
- Not recorded per entry
The Git date reflects the last committed change, not necessarily local edits or new observations.
PUE: ratio; WUE: check the source boundary; REF: fraction. Hardware units depend on the fields.
INTERACTIVE PREVIEW
Explore data
Loading preview…
Sources and limitations
Cloud infrastructure
Provider disclosures differ in boundary and reporting year. Zero may represent a dataset convention rather than no impact. REF and CFE are not interchangeable metrics.
Field dictionary
| Field | Definition |
|---|---|
id | Stable identifier |
aliases | Other known identifiers |
name | Source name |
provider | Cloud provider |
lat | Latitude (degrees) |
lon | Longitude (degrees) |
location | Source location |
country | Source country code |
pue | Total energy / IT energy |
wue | Water use / energy; see source |
ref | Fraction; check provider convention |
subdivision | Subdivision code |
sources | Source URLs |
notes | Source field “notes”; verify interpretation and units in references before calculation. |
Reuse and cite
These data are published under ODbL 1.0. Read the license for reuse, attribution and sharing conditions. ODbL 1.0 ↗
Digital4Better Open Data — cloud/azure-regions.json · ODbL 1.0 · https://github.com/digital4better/data
JavaScript example
const response = await fetch("https://digital4better.github.io/data/cloud/azure-regions.json");
if (!response.ok) throw new Error(String(response.status));
const data = await response.json();
console.log(data);Report an issue or suggest a correction ↗