From 843e2f04c716092797ffa4ce14c446adce2f09ef Mon Sep 17 00:00:00 2001
From: Physics Enthusiast
 <118960463+physics-enthusiast@users.noreply.github.com>
Date: Thu, 8 Feb 2024 22:16:32 +0800
Subject: [PATCH] Fix failing azure builds

---
 formats/azure.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/formats/azure.nix b/formats/azure.nix
index 95b592b2..84d0c3b6 100644
--- a/formats/azure.nix
+++ b/formats/azure.nix
@@ -4,4 +4,5 @@
   ];
 
   formatAttr = "azureImage";
+  fileExtension = ".vhd";
 }