From 9c375bdf8bc3c27478f5b0adce2ec505d91250eb Mon Sep 17 00:00:00 2001 From: Chris Bennett Date: Tue, 17 Mar 2026 08:55:38 +0000 Subject: [PATCH] Reverted to v5 SKU as v6 SKU uses NVME which is not currently compatible with ASR --- .../04_BCDR_Azure_Native/Infra/App1/main.parameters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/Infra/App1/main.parameters.json b/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/Infra/App1/main.parameters.json index d4ea9214..c804b13b 100644 --- a/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/Infra/App1/main.parameters.json +++ b/03-Azure/01-03-Infrastructure/04_BCDR_Azure_Native/Infra/App1/main.parameters.json @@ -119,7 +119,7 @@ "purpose": "linux", "deploy": true, "nameSuffix": "linux", - "vmSize": "Standard_D2as_v6", + "vmSize": "Standard_D2as_v5", "osDiskSize": 127, "dataDiskSize": 1024, "osType": "Linux",