Azure region
Self-hosted GitHub Actions runners in Azure West Europe (Netherlands)
EU-resident Azure region used by most European enterprise tenants. Cirun spins Azure VMs in Azure West Europe (Netherlands) on demand for each workflow and tears them down when the job completes — compute stays in NL.
Why this fits
- EU-resident Azure region used by most European enterprise tenants.
- Azure Azure West Europe (Netherlands) keeps your CI compute in NL for the duration of the job — useful for GDPR, RBI, HIPAA-adjacent and other data-residency rules.
- Audit-friendly — every job logs the region it ran in; data leaving the region requires an explicit step in your workflow.
.cirun.yml
.cirun.yml
1runners:2 - name: azure-westeurope-runner3 cloud: azure4 instance_type: Standard_D8s_v55 # Azure image reference is Publisher:Offer:SKU:Version (string-colon6 # form) or an explicit map. Canonical's Ubuntu 22.04 LTS is the7 # standard choice.8 machine_image: Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest9 labels:10 - cirun-azure-westeurope
Drop this in your repo root. The first workflow that requests the runner label spins this configuration up on your cloud account.
Ready to run your CI here?
Cirun is free for open source. For private repos, flat monthly plans by repo count — never per CI minute.
Sources · verified 2026-05-25