From 27416168295ae9ce8dd39e71e1e4bd1ca6e8309e Mon Sep 17 00:00:00 2001 From: Viktor Ribchev Date: Wed, 25 Oct 2023 15:05:29 +0300 Subject: [PATCH] Added NVME to IsAcceleratedNetworkSupported when creating image definition --- create_image_definition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create_image_definition.sh b/create_image_definition.sh index 763d126..8639efa 100644 --- a/create_image_definition.sh +++ b/create_image_definition.sh @@ -35,6 +35,7 @@ if [ -f "$variables_file" ]; then --minimum-cpu-core 4 \ --maximum-cpu-core 64 \ --minimum-memory 4 \ + --features 'IsAcceleratedNetworkSupported=true DiskControllerTypes=SCSI,NVMe' \ --maximum-memory 128 " echo "Extracted variables and constructed Azure CLI command:"